Index: DEPS |
diff --git a/DEPS b/DEPS |
index 6d2ef77911233163ad4a270d09a28c7850063a84..3473a5dd8d2a436de1793a88030ce5ff3f11a57f 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -28,7 +28,7 @@ vars = { |
# After changing nacl_revision, run 'glient sync' and check native_client/DEPS |
# to update other nacl_*_revision's. |
"nacl_tools_revision": "12289", # native_client/DEPS: tools_rev |
- "gtm_revision": "616", |
+ "google_toolbox_for_mac_revision": "616", |
"libaddressinput_revision": "176", |
"libphonenumber_revision": "621", |
"libvpx_revision": "240222", |
@@ -64,6 +64,9 @@ vars = { |
} |
deps = { |
+ "src/third_party/google_toolbox_for_mac": |
Mark Mentovai
2013/12/12 23:19:23
This was formerly in deps_os. Don’t move it into t
Mark Mentovai
2013/12/12 23:19:23
You want this to be src/third_party/google_toolbox
tfarina
2013/12/12 23:24:10
Ops, this was me trying to test it here on my Linu
|
+ (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + |
+ Var("google_toolbox_for_mac_revision"), |
Mark Mentovai
2013/12/12 23:19:23
Blank line after, following the pattern of almost
|
"src/breakpad/src": |
(Var("googlecode_url") % "google-breakpad") + "/trunk/src@1253", |
@@ -345,9 +348,9 @@ deps_os = { |
"/trunk/deps/third_party/nacl_sdk_binaries@111576", |
}, |
"ios": { |
- "src/third_party/GTM": |
+ "src/third_party/google_toolbox_for_mac": |
(Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + |
- Var("gtm_revision"), |
+ Var("google_toolbox_for_mac_revision"), |
"src/third_party/nss": |
"/trunk/deps/third_party/nss@" + Var("nss_revision"), |
@@ -404,9 +407,6 @@ deps_os = { |
"src/chrome/tools/test/reference_build/chrome_mac": |
"/trunk/deps/reference_builds/chrome_mac@237381", |
- "src/third_party/GTM": |
- (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + |
- Var("gtm_revision"), |
"src/third_party/pdfsqueeze": |
(Var("googlecode_url") % "pdfsqueeze") + "/trunk@5", |
"src/third_party/lighttpd": |