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"], |
}, |
] |