diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-05 15:24:53 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-05 15:24:53 +0000 |
commit | d8aa5400503c7c7976608b007e5488b95793b8c4 (patch) | |
tree | b2435909c32f8f3dbbbefe106c704a05d3ab07ff /DEPS | |
parent | 60114cc6a2ce3e8a5f910262aeac5d02dcdd5c30 (diff) | |
download | chromium_src-d8aa5400503c7c7976608b007e5488b95793b8c4.zip chromium_src-d8aa5400503c7c7976608b007e5488b95793b8c4.tar.gz chromium_src-d8aa5400503c7c7976608b007e5488b95793b8c4.tar.bz2 |
Re-enable the grit hook, and make it more solid in case of failures.
I was unable to reproduce the failures from the bots on my machine.
If they appear again, the build will not break, ane we will get full info.
TEST=none
http://crbug.com/17706
Review URL: http://codereview.chromium.org/159866
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22480 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -144,4 +144,9 @@ hooks = [ "pattern": "\\.gypi?$|[/\\\\]src[/\\\\]tools[/\\\\]gyp[/\\\\]", "action": ["python", "src/tools/gyp/gyp_chromium"], }, + { + # Workaround IncrediBuild problem. http://crbug.com/17706. + "pattern": "\\.grd$", + "action": ["python", "src/build/win/clobber_generated_headers.py", "$matching_files"], + }, ] |