Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index 3bf29cb1630e17e0e123fcdc8beeba04364ee6c4..5e5ef5e3f7a878abd5edeedb7a77ac33fcf96870 100644 |
| --- a/DEPS |
| +++ b/DEPS |
| @@ -857,6 +857,6 @@ hooks = [ |
| # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
| 'name': 'gyp', |
| 'pattern': '.', |
| - 'action': ['python', 'src/build/gyp_chromium'], |
| + 'action': ['python', 'src/build/gyp_chromium', '--running-as-hook'], |
| }, |
| ] |