summaryrefslogtreecommitdiffstats
path: root/build/isolate.gypi
diff options
context:
space:
mode:
authorkaren@chromium.org <karen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-12 23:21:48 +0000
committerkaren@chromium.org <karen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-12 23:21:48 +0000
commit5d4b6494d04cbf1d11de4eea51e8d84631a88f45 (patch)
tree8705711f84205b3c7a6b83e8536e5a98d10ca851 /build/isolate.gypi
parenta59b37f003345664020ced316a464267fea2f08b (diff)
downloadchromium_src-5d4b6494d04cbf1d11de4eea51e8d84631a88f45.zip
chromium_src-5d4b6494d04cbf1d11de4eea51e8d84631a88f45.tar.gz
chromium_src-5d4b6494d04cbf1d11de4eea51e8d84631a88f45.tar.bz2
Revert 187625 "Change test_isolation_mode default from noop to c..."
> Change test_isolation_mode default from noop to check > > TBR=maruel@chromium.org > NOTRY=True > BUG= > > > Review URL: https://chromiumcodereview.appspot.com/12623013 TBR=csharp@chromium.org Review URL: https://codereview.chromium.org/12723007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187693 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/isolate.gypi')
-rw-r--r--build/isolate.gypi7
1 files changed, 2 insertions, 5 deletions
diff --git a/build/isolate.gypi b/build/isolate.gypi
index d7523fd..6ddc3fe 100644
--- a/build/isolate.gypi
+++ b/build/isolate.gypi
@@ -40,6 +40,7 @@
'rule_name': 'isolate',
'extension': 'isolate',
'inputs': [
+ '<(RULE_INPUT_PATH)',
# Disable file tracking by the build driver for now. This means the
# project must have the proper build-time dependency for their runtime
# dependency. This improves the runtime of the build driver since it
@@ -59,7 +60,6 @@
'python',
'<(DEPTH)/tools/swarm_client/isolate.py',
'<(test_isolation_mode)',
- '--outdir', '<(test_isolation_outdir)',
'--variable', 'PRODUCT_DIR', '<(PRODUCT_DIR)',
'--variable', 'OS', '<(OS)',
'--variable', 'chromeos', '<(chromeos)',
@@ -72,11 +72,8 @@
'--outdir', '<(PRODUCT_DIR)/<(test_isolation_outdir)',
],
}],
- ['test_isolation_fail_on_missing == 0', {
- 'action': ['--ignore_broken_items']
- },
- ],
],
+
'msvs_cygwin_shell': 0,
},
],