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

Unified Diff: DEPS

Issue 2327033002: [gn] Switch off gyp in runhooks by default (Closed)
Patch Set: Fix Created 4 years, 3 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 | gypfiles/gyp_v8 » ('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 b93b79d918fa7ab22cc28ac89628d6dd1c2c1817..0844c1209038a7736d3e82c0efa5fadfb3f55b78 100644
--- a/DEPS
+++ b/DEPS
@@ -279,6 +279,6 @@ hooks = [
{
# A change to a .gyp, .gypi, or to GYP itself should run the generator.
"pattern": ".",
- "action": ["python", "v8/gypfiles/gyp_v8"],
+ "action": ["python", "v8/gypfiles/gyp_v8", "--running-as-hook"],
},
]
« no previous file with comments | « no previous file | gypfiles/gyp_v8 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698