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

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: use variable rather than string 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') | 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 3bf29cb1630e17e0e123fcdc8beeba04364ee6c4..5e5ef5e3f7a878abd5edeedb7a77ac33fcf96870 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698