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

Unified Diff: chrome/common/extensions/docs/build/build.sh

Issue 6315001: Use DumpRenderTree instead of TestShell for generating (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/common/extensions/docs
Patch Set: build.sh 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 | « chrome/common/extensions/docs/build/build.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/build/build.sh
diff --git a/chrome/common/extensions/docs/build/build.sh b/chrome/common/extensions/docs/build/build.sh
index 2082f669f6b0e582ac708cd74e5d8114711a878f..eec460e0c638197674c45b9864a12665cc23c612 100755
--- a/chrome/common/extensions/docs/build/build.sh
+++ b/chrome/common/extensions/docs/build/build.sh
@@ -27,7 +27,7 @@ if [ "$(uname | cut -b1-6)" == "CYGWIN" ] ; then
# The output from build.py doesn't seem seem to print to the console until
# it's finished, so print a message so people don't think it's hung.
echo "Running - this can take about a minute"
- echo "(it goes faster if you have a Release build of test_shell)"
+ echo "(it goes faster if you have a Release build of DumpRenderTree)"
$PYTHON_PATH $BUILD_DIR/build.py $*
else
« no previous file with comments | « chrome/common/extensions/docs/build/build.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698