summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-05 15:24:53 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-05 15:24:53 +0000
commitd8aa5400503c7c7976608b007e5488b95793b8c4 (patch)
treeb2435909c32f8f3dbbbefe106c704a05d3ab07ff /DEPS
parent60114cc6a2ce3e8a5f910262aeac5d02dcdd5c30 (diff)
downloadchromium_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--DEPS5
1 files changed, 5 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index ea42862..ea8d03d 100644
--- a/DEPS
+++ b/DEPS
@@ -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"],
+ },
]