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

Unified Diff: DEPS

Issue 255078: gyp_chromium automatically includes features_override.gypi (Closed)
Patch Set: Created 11 years, 2 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/gyp_chromium » ('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 e30565b777e85ac37fe5376fbd8620eb31a95b1d..e05ca1a40d1473ae950e0de8773da658d0847f19 100644
--- a/DEPS
+++ b/DEPS
@@ -187,9 +187,7 @@ hooks = [
{
# A change to a .gyp, .gypi, or to GYP itself should run the generator.
"pattern": ".",
- "action": ["python",
- "src/build/gyp_chromium",
- "-Isrc/build/features_override.gypi"],
+ "action": ["python", "src/build/gyp_chromium"],
},
{
# Workaround IncrediBuild problem. http://crbug.com/17706.
« no previous file with comments | « no previous file | build/gyp_chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698