summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-29 13:08:15 +0000
committerthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-29 13:08:15 +0000
commite39489e1c05ece9adf61d61265a475cbfa0ce0f2 (patch)
tree6c092aaf432386402a89052a53f81e0b8756ba00 /DEPS
parent3c0a4121bbe6fd7752d56433668918b3b2fe2874 (diff)
downloadchromium_src-e39489e1c05ece9adf61d61265a475cbfa0ce0f2.zip
chromium_src-e39489e1c05ece9adf61d61265a475cbfa0ce0f2.tar.gz
chromium_src-e39489e1c05ece9adf61d61265a475cbfa0ce0f2.tar.bz2
[Mac] Remove the nacl clobber hook, GYP seems to have all the deps handing setup right for Xcode (when expressed in the .gyp files). So this shouldn't be needed any more.
BUG=none TEST=none Review URL: http://codereview.chromium.org/2848030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51119 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS7
1 files changed, 0 insertions, 7 deletions
diff --git a/DEPS b/DEPS
index c14a487..bc73bc8 100644
--- a/DEPS
+++ b/DEPS
@@ -290,12 +290,5 @@ hooks = [
"pattern": ".",
"action": ["python", "src/build/gyp_chromium"],
},
- {
- # Workaround XCode dependecies problem.
- # TODO(bradnelson): remove this when fixed.
- "pattern": ".",
- "action": ["python",
- "src/build/mac/clobber_generated_headers.py"],
- },
]