summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS3
1 files changed, 2 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 3c81672..af780f6 100644
--- a/DEPS
+++ b/DEPS
@@ -92,7 +92,8 @@ skip_child_includes = [
hooks = [
{
- "pattern": "\\.gypi?$",
+ # A change to a .gyp, .gypi, or to GYP itself shound run the generator.
+ "pattern": "\\.gypi?$|[/\\\\]src[/\\\\]tools[/\\\\]gyp[/\\\\]",
"action": ["python", "src/tools/gyp/gyp_dogfood", "src/build/all.gyp"],
},
]