Index: DEPS |
diff --git a/DEPS b/DEPS |
index fdf374f8aebf5a8d2f16a0754065ee6d57deb1b4..9fbe17f23cb4751b11d4284e20635144a8470ffd 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'], |
}, |
] |