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

Unified Diff: build/gyp_chromium

Issue 104043003: Disable GN call, it breaks the win perf builder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/gyp_chromium
diff --git a/build/gyp_chromium b/build/gyp_chromium
index 05bc3fa09eb86b2e16a18616b9d69a3e7232b56f..8f6be1d39370c7f13e6a7acef4187a7d088fc318 100755
--- a/build/gyp_chromium
+++ b/build/gyp_chromium
@@ -221,8 +221,10 @@ if __name__ == '__main__':
supplemental_includes = GetSupplementalFiles()
- if not RunGN(supplemental_includes):
- sys.exit(1)
+ # Temporarily disabled, http://crbug.com/326146
+ # TODO(brettw) re-enable this code
+ #if not RunGN(supplemental_includes):
+ #sys.exit(1)
args.extend(
['-I' + i for i in additional_include_files(supplemental_includes, args)])
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698