diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-12 19:28:53 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-12 19:28:53 +0000 |
commit | 71994cd0877f3528079b1154d46d90801e515292 (patch) | |
tree | 05d9c55d3a72a1265fad7b495629989f5daea12f /DEPS | |
parent | 7aa4c00e8f6464212974198b3a8a1bd4427fe53d (diff) | |
download | chromium_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-- | DEPS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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"], }, ] |