diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-29 13:08:15 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-29 13:08:15 +0000 |
commit | e39489e1c05ece9adf61d61265a475cbfa0ce0f2 (patch) | |
tree | 6c092aaf432386402a89052a53f81e0b8756ba00 /DEPS | |
parent | 3c0a4121bbe6fd7752d56433668918b3b2fe2874 (diff) | |
download | chromium_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-- | DEPS | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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"], - }, ] |