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

Unified Diff: DEPS

Issue 1883283002: Start disabling GYP by default in runhooks in some configurations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: whoops, delete hook arg before invoking gyp Created 4 years, 8 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 | build/gyp_chromium.py » ('j') | build/gyp_chromium.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'],
},
]
« no previous file with comments | « no previous file | build/gyp_chromium.py » ('j') | build/gyp_chromium.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698