diff options
author | tessamac@chromium.org <tessamac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-24 19:48:32 +0000 |
---|---|---|
committer | tessamac@chromium.org <tessamac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-24 19:48:32 +0000 |
commit | 694962853d7143dc95d05cf6b5bf77d249dd9ccd (patch) | |
tree | d60c538aeb121a8f0edc61bc8c174a97066879d6 /chrome/common | |
parent | dc3423a9ecbac07f5ab9bb177098f0f559a59907 (diff) | |
download | chromium_src-694962853d7143dc95d05cf6b5bf77d249dd9ccd.zip chromium_src-694962853d7143dc95d05cf6b5bf77d249dd9ccd.tar.gz chromium_src-694962853d7143dc95d05cf6b5bf77d249dd9ccd.tar.bz2 |
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
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/extensions/docs/README.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/common/extensions/docs/README.txt b/chrome/common/extensions/docs/README.txt index b056210..ea0c0fa 100644 --- a/chrome/common/extensions/docs/README.txt +++ b/chrome/common/extensions/docs/README.txt @@ -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 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 -able to build test_shell to build extension_docs. The build.py script will -look in typical locations for the test_shell executable, but you may set -the path to test_shell explicitly with --test-shell-path. +Note that the build.py script depends on DumpRenderTree to run, so you must be +able to build DumpRenderTree to build extension_docs. The build.py script will +look in typical locations for the DumpRenderTree executable, but you may set +the path to DumpRenderTree explicitly with --dump-render-tree-path. -------------------------------------------------------------------------------- Design |