summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-12 19:28:53 +0000
committerthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-12 19:28:53 +0000
commit71994cd0877f3528079b1154d46d90801e515292 (patch)
tree05d9c55d3a72a1265fad7b495629989f5daea12f /DEPS
parent7aa4c00e8f6464212974198b3a8a1bd4427fe53d (diff)
downloadchromium_src-71994cd0877f3528079b1154d46d90801e515292.zip
chromium_src-71994cd0877f3528079b1154d46d90801e515292.tar.gz
chromium_src-71994cd0877f3528079b1154d46d90801e515292.tar.bz2
Update the gyp hook to watch for changes to gyp itself.
Review URL: http://codereview.chromium.org/43145 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11561 0039d316-1c4b-4281-b951-d872f2087c98
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"],
},
]