diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-18 12:40:52 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-18 12:40:52 +0000 |
commit | b36574a58e05f1d0ac14916dbf014dce2a680ee7 (patch) | |
tree | c1468e8e3105b9ce33d7d50653a46ba235b1d5d4 /DEPS | |
parent | f80f4ad38f48e88ed8f4bf44a185e76eb4e8fc3f (diff) | |
download | chromium_src-b36574a58e05f1d0ac14916dbf014dce2a680ee7.zip chromium_src-b36574a58e05f1d0ac14916dbf014dce2a680ee7.tar.gz chromium_src-b36574a58e05f1d0ac14916dbf014dce2a680ee7.tar.bz2 |
Remove the grd clobber script on Windows.
Now that we have more and more proper grd dependencies in place,
this script may just do more harm than good by causing spurious rebuilds.
Additionally, it horked the build today.
TEST=none
BUG=17706
Review URL: http://codereview.chromium.org/1019007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41947 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -232,13 +232,6 @@ hooks = [ "action": ["python", "src/build/gyp_chromium"], }, { - # Workaround IncrediBuild problem. http://crbug.com/17706. - "pattern": "\\.grd$", - "action": ["python", - "src/build/win/clobber_generated_headers.py", - "$matching_files"], - }, - { # Workaround XCode dependecies problem. # TODO(bradnelson): remove this when fixed. "pattern": ".", |