diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-03 21:42:36 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-03 21:42:36 +0000 |
commit | 720ce12948a8289f76877927750d9c8f8878b4d1 (patch) | |
tree | ea579446c650faf359b1f2f563570f76bcdd3439 /DEPS | |
parent | ba104536936687460bd9fa1b32c0cda391b85d6f (diff) | |
download | chromium_src-720ce12948a8289f76877927750d9c8f8878b4d1.zip chromium_src-720ce12948a8289f76877927750d9c8f8878b4d1.tar.gz chromium_src-720ce12948a8289f76877927750d9c8f8878b4d1.tar.bz2 |
Update DEPS to pick up GYP r573, to support linking against GYP-built Mac
frameworks
Review URL: http://codereview.chromium.org/159811
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22313 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -30,9 +30,8 @@ deps = { "src/third_party/protobuf2/src": "http://protobuf.googlecode.com/svn/trunk@154", - # TODO(mark): Remove once this has moved into depot_tools. "src/tools/gyp": - "http://gyp.googlecode.com/svn/trunk@571", + "http://gyp.googlecode.com/svn/trunk@573", "src/v8": "http://v8.googlecode.com/svn/trunk@2592", |