summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-30 20:14:13 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-30 20:14:13 +0000
commit5d606079f2f32139bf5116a21e78338314c2b918 (patch)
tree0e745f7b2c393960e501b4c995398ea6a2e80c8f /build
parent019ea4204c911d6244de2c723568aff1b1e8ec43 (diff)
downloadchromium_src-5d606079f2f32139bf5116a21e78338314c2b918.zip
chromium_src-5d606079f2f32139bf5116a21e78338314c2b918.tar.gz
chromium_src-5d606079f2f32139bf5116a21e78338314c2b918.tar.bz2
Add --mode=noop so progress can be made while the builders are being reconfigured
R=rogerta@chromium.org BUG=98636 TEST=committing r134507 again would work Review URL: http://codereview.chromium.org/10261010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134580 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi5
1 files changed, 4 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 2b1cd40..c98b473 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,