Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index 8c621c46ec14c55189b5f52d58d5d494f50e74a0..c277c2b0caf1aa54ff24bc63979f287aee6ae80f 100644 |
| --- a/DEPS |
| +++ b/DEPS |
| @@ -83,12 +83,5 @@ hooks = [ |
| '--bucket', 'chromium-webrtc-resources', |
| 'src/resources'], |
| }, |
| - { |
| - # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
| - 'name': 'gyp', |
| - 'pattern': '.', |
| - 'action': ['python', 'src/webrtc/build/gyp_webrtc.py', |
| - Var('extra_gyp_flag')], |
| - }, |
| ] |