Commit 69496285 authored by tessamac@chromium.org's avatar tessamac@chromium.org

Replace 'test_shell' with 'DumpRenderTree' in docs README

BUG=None
TEST=None

Review URL: http://codereview.chromium.org/6263011

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72368 0039d316-1c4b-4281-b951-d872f2087c98
parent dc3423a9
...@@ -35,10 +35,10 @@ To build the extension docs, run the build.py script in the ./build directory. ...@@ -35,10 +35,10 @@ To build the extension docs, run the build.py script in the ./build directory.
This will regenerate the docs and report which, if any, files have changed This will regenerate the docs and report which, if any, files have changed
and need to be included in the changelist that changed the dependent files. and need to be included in the changelist that changed the dependent files.
Note that the build.py script depends on test_shell to run, so you must be Note that the build.py script depends on DumpRenderTree to run, so you must be
able to build test_shell to build extension_docs. The build.py script will able to build DumpRenderTree to build extension_docs. The build.py script will
look in typical locations for the test_shell executable, but you may set look in typical locations for the DumpRenderTree executable, but you may set
the path to test_shell explicitly with --test-shell-path. the path to DumpRenderTree explicitly with --dump-render-tree-path.
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
Design Design
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment