diff options
author | csharp@chromium.org <csharp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-05 15:28:04 +0000 |
---|---|---|
committer | csharp@chromium.org <csharp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-05 15:28:04 +0000 |
commit | f1b2c6a7568646e47c3856b15001796316169dc6 (patch) | |
tree | 240417181982e873cfdd6c1b4a16fc99278632a9 /build/isolate.gypi | |
parent | f66e455ca282f645f219b458f1229d409b5ebb48 (diff) | |
download | chromium_src-f1b2c6a7568646e47c3856b15001796316169dc6.zip chromium_src-f1b2c6a7568646e47c3856b15001796316169dc6.tar.gz chromium_src-f1b2c6a7568646e47c3856b15001796316169dc6.tar.bz2 |
Change test_isolation_mode default from noop to check
NOTRY=True
BUG=
Review URL: https://chromiumcodereview.appspot.com/12330117
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186179 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/isolate.gypi')
-rw-r--r-- | build/isolate.gypi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/isolate.gypi b/build/isolate.gypi index 4d291fc..e1398d7 100644 --- a/build/isolate.gypi +++ b/build/isolate.gypi @@ -67,6 +67,12 @@ '--result', '<@(_outputs)', '--isolate', '<(RULE_INPUT_PATH)', ], + 'conditions': [ + ['test_isolation_fail_on_missing == 0', { + 'action': ['--ignore_broken_items'] + }, + ], + ], 'msvs_cygwin_shell': 0, }, ], |