diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-03 17:04:11 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-03 17:04:11 +0000 |
commit | 6b6ff48255f9942d24ae7db916ed535abc50abbd (patch) | |
tree | 7f5b9f2a0229bf77a88b6515d7a67dd106bb6837 /DEPS | |
parent | dedb594391d9ec31a6eac1eccbdd754ac2ce5ed7 (diff) | |
download | chromium_src-6b6ff48255f9942d24ae7db916ed535abc50abbd.zip chromium_src-6b6ff48255f9942d24ae7db916ed535abc50abbd.tar.gz chromium_src-6b6ff48255f9942d24ae7db916ed535abc50abbd.tar.bz2 |
Pull GTM into the mac build via deps in prep of the UI layers needing it.
Review URL: http://codereview.chromium.org/20019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9085 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -42,6 +42,10 @@ deps_os = { "src/third_party/svn": "/trunk/deps/third_party/svn@3230", }, + "mac": { + "src/third_party/GTM": + "http://google-toolbox-for-mac.googlecode.com/svn/trunk/@77", + }, } |