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
diff --git a/DEPS b/DEPS
index 3c81672..af780f6 100644
--- a/DEPS
+++ b/DEPS
@@ -92,7 +92,8 @@
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"],
},
]