diff options
author | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-02 17:11:21 +0000 |
---|---|---|
committer | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-02 17:11:21 +0000 |
commit | a6b749dc84729d4054b8ed36181769a21a002c35 (patch) | |
tree | 151736cdc68cb21807f0bc47ce648d34cb62cf8a /DEPS | |
parent | a9b55cfa88737b1922d1c14770326880aa5a7a7d (diff) | |
download | chromium_src-a6b749dc84729d4054b8ed36181769a21a002c35.zip chromium_src-a6b749dc84729d4054b8ed36181769a21a002c35.tar.gz chromium_src-a6b749dc84729d4054b8ed36181769a21a002c35.tar.bz2 |
Add GTM for iOS, and roll GTM for Mac
Adds an iOS DEPS section to pull GTM, and adds a shared version for GTM (rolling Mac to the version currently used by iOS).
BUG=None
TEST=None
Review URL: https://chromiumcodereview.appspot.com/10695057
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145154 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -16,6 +16,7 @@ vars = { # After changing nacl_revision, run 'glient sync' and check native_client/DEPS # to update other nacl_*_revision's. "nacl_tools_revision": "9016", # native_client/DEPS: tools_rev + "gtm_revision": "534", # These hashes need to be updated when nacl_toolchain_revision is changed. # After changing nacl_toolchain_revision, run 'gclient runhooks' to get the @@ -399,12 +400,18 @@ deps_os = { "src/third_party/nacl_sdk_binaries": "/trunk/deps/third_party/nacl_sdk_binaries@111576", }, + "ios": { + "src/third_party/GTM": + (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + + Var("gtm_revision"), + }, "mac": { "src/chrome/tools/test/reference_build/chrome_mac": "/trunk/deps/reference_builds/chrome_mac@137727", "src/third_party/GTM": - (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@516", + (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + + Var("gtm_revision"), "src/third_party/pdfsqueeze": (Var("googlecode_url") % "pdfsqueeze") + "/trunk@4", "src/third_party/lighttpd": |