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

Unified Diff: build/common.gypi

Issue 575363002: Fail if an isolate entry refers to a missing file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | chrome/chrome.isolate » ('j') | chrome/chrome.isolate » ('J')
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 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',
« no previous file with comments | « no previous file | chrome/chrome.isolate » ('j') | chrome/chrome.isolate » ('J')

Powered by Google App Engine
This is Rietveld 408576698