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

Unified Diff: build/common.gypi

Issue 10261010: Add --mode=noop so progress can be made while the builders are being reconfigured (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 | tools/isolate/isolate.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 2b1cd407919edeaef71ef33c25abddd7559b6f49..c98b4739da57712294ac9b0e2d4817c7b2b8d732 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -322,7 +322,10 @@
# always calls tools/isolate/isolate.py. See the script's --help for more
# information and the valid --mode values. Meant to be overriden with
# GYP_DEFINES.
- 'tests_run%': 'check',
+ # TODO(maruel): Converted the default from 'check' to 'noop' so work can
+ # be done while the builders are being reconfigured to check out test data
+ # files.
+ 'tests_run%': 'noop',
# Force rlz to use chrome's networking stack.
'force_rlz_use_chrome_net%': 1,
« no previous file with comments | « no previous file | tools/isolate/isolate.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698