Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index d64dcc98f37ec9991186c6db35559e10f9fd54a2..ec101f29a8e7bf85fedcff953449b7acd139a5c1 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -591,7 +591,7 @@ |
| 'test_isolation_outdir%': '', |
| # True if isolate should fail if the isolate files refer to files |
| # that are missing. |
| - 'test_isolation_fail_on_missing': 0, |
| + 'test_isolation_fail_on_missing': 1, |
|
M-A Ruel
2014/09/18 17:03:20
One last thing; I'm not 100% sure it's worth keepi
jam
2014/09/18 17:05:01
well I'm not sure that all bots will succeed (i.e.
|
| 'wix_path%': '<(DEPTH)/third_party/wix', |