Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index c701b09d95690bc2eca9c333a534d6ed3e857339..f07ffa58df8312379c017c7c80dc848c45791e74 100644 |
| --- a/DEPS |
| +++ b/DEPS |
| @@ -87,7 +87,7 @@ hooks = [ |
| # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
| 'name': 'gyp', |
| 'pattern': '.', |
| - 'action': ['python', 'src/webrtc/build/gyp_webrtc', |
| + 'action': ['python', 'src/webrtc/build/gyp_webrtc.py', |
| Var('extra_gyp_flag')], |
| }, |
| ] |