Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Unified Diff: DEPS

Issue 107933006: Get rid of ui_cocoa_third_party_toolkits target from ui.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mark review Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .gitignore ('k') | base/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 6dd2d74e4588bfa24738abb90e9483f9e769555f..7d36748233813a65ea4b326a905e1fb4a48579f8 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": "12526", # native_client/DEPS: tools_rev
- "gtm_revision": "616",
+ "google_toolbox_for_mac_revision": "616",
"libaddressinput_revision": "176",
"libphonenumber_revision": "621",
"libvpx_revision": "240222",
@@ -341,9 +341,9 @@ deps_os = {
"/trunk/deps/third_party/nacl_sdk_binaries@111576",
},
"ios": {
- "src/third_party/GTM":
+ "src/third_party/google_toolbox_for_mac/src":
(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"),
@@ -399,11 +399,13 @@ deps_os = {
"src/chrome/tools/test/reference_build/chrome_mac":
"/trunk/deps/reference_builds/chrome_mac@237381",
- "src/third_party/GTM":
+ "src/third_party/google_toolbox_for_mac/src":
(Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
- Var("gtm_revision"),
+ Var("google_toolbox_for_mac_revision"),
+
"src/third_party/pdfsqueeze":
(Var("googlecode_url") % "pdfsqueeze") + "/trunk@5",
+
"src/third_party/lighttpd":
"/trunk/deps/third_party/lighttpd@" + Var("lighttpd_revision"),
« no previous file with comments | « .gitignore ('k') | base/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698