Chromium Code Reviews| 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. |