Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Unified Diff: DEPS

Issue 2280633002: Remove GYP execution from DEPS hooks (gclient {sync,runhooks}) (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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')],
- },
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698