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

Unified Diff: DEPS

Issue 242102: Override mechanism for features.gypi (Closed)
Patch Set: patch Created 11 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 | build/features_override.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 32eddabf54c4380170aa48c881c88fcc0218ccdb..9a4d4f1b376a30fc65ba291cbf2857f075c7b8f3 100644
--- a/DEPS
+++ b/DEPS
@@ -187,11 +187,15 @@ hooks = [
{
# A change to a .gyp, .gypi, or to GYP itself should run the generator.
"pattern": ".",
- "action": ["python", "src/build/gyp_chromium"],
+ "action": ["python",
+ "src/build/gyp_chromium",
+ "-Isrc/build/features_override.gypi"],
Mark Mentovai 2009/10/01 21:15:25 Don't do this. Modify gyp_chromium.
},
{
# Workaround IncrediBuild problem. http://crbug.com/17706.
"pattern": "\\.grd$",
- "action": ["python", "src/build/win/clobber_generated_headers.py", "$matching_files"],
+ "action": ["python",
+ "src/build/win/clobber_generated_headers.py",
+ "$matching_files"],
},
]
« no previous file with comments | « no previous file | build/features_override.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698