Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3703)

Unified Diff: chrome/common/extensions/docs/README.txt

Issue 6263011: Replace 'test_shell' with 'DumpRenderTree' in docs README (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/README.txt
diff --git a/chrome/common/extensions/docs/README.txt b/chrome/common/extensions/docs/README.txt
index b05621026dd0ddba5d470570adff12607afb706e..ea0c0fa21a5de6533a0d77770131f64e6c123c30 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698