summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authoryaar@chromium.org <yaar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-05 20:48:38 +0000
committeryaar@chromium.org <yaar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-05 20:48:38 +0000
commit5bf090edbdee97bd8ce1e87265e3b40736eea906 (patch)
tree2dc43f50aea279f26bcdb099860f14901f133c01 /DEPS
parente38b99cccb3a412b898931b174857f9c6d522048 (diff)
downloadchromium_src-5bf090edbdee97bd8ce1e87265e3b40736eea906.zip
chromium_src-5bf090edbdee97bd8ce1e87265e3b40736eea906.tar.gz
chromium_src-5bf090edbdee97bd8ce1e87265e3b40736eea906.tar.bz2
gyp_chromium automatically includes features_override.gypi
Other projects that use gyp_chromium directly depend on that. Review URL: http://codereview.chromium.org/255078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28035 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS4
1 files changed, 1 insertions, 3 deletions
diff --git a/DEPS b/DEPS
index f8a4537..ccae218 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.