diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-22 03:59:44 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-22 03:59:44 +0000 |
commit | be4948cac077b9ff040edf84d1de0a78f4080b01 (patch) | |
tree | cf572887b47a0a35fa583c48edda67585b9a7430 /DEPS | |
parent | 8f3c963473091104513c05328fe2fe98989e8339 (diff) | |
download | chromium_src-be4948cac077b9ff040edf84d1de0a78f4080b01.zip chromium_src-be4948cac077b9ff040edf84d1de0a78f4080b01.tar.gz chromium_src-be4948cac077b9ff040edf84d1de0a78f4080b01.tar.bz2 |
Running gyp every time we runhooks or update.
Since gyp is calling a grd scanner, it has more knowledge about when grd
related dependencies have changed than is practical to put into the runhooks.
Since the generators are all relatively fast and do not touch their output
when things haven't changed, we should just run gyp on every invocation.
BUG=22332
TEST=None
Review URL: http://codereview.chromium.org/215044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26791 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -173,7 +173,7 @@ skip_child_includes = [ hooks = [ { # A change to a .gyp, .gypi, or to GYP itself should run the generator. - "pattern": "\\.gypi?$|[/\\\\]src[/\\\\]tools[/\\\\]gyp[/\\\\]|[/\\\\]src[/\\\\]build[/\\\\]gyp_chromium$", + "pattern": ".", "action": ["python", "src/build/gyp_chromium"], }, { |