diff options
author | yaar@chromium.org <yaar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-05 20:48:38 +0000 |
---|---|---|
committer | yaar@chromium.org <yaar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-05 20:48:38 +0000 |
commit | 5bf090edbdee97bd8ce1e87265e3b40736eea906 (patch) | |
tree | 2dc43f50aea279f26bcdb099860f14901f133c01 /DEPS | |
parent | e38b99cccb3a412b898931b174857f9c6d522048 (diff) | |
download | chromium_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-- | DEPS | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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. |