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

Unified Diff: DEPS

Issue 24538003: [rac] Add libaddressinput dependency (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sort etc Created 7 years, 3 months 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') | no next file » | 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 d47de7d76a2fab154b3698df8a9cc2dcc154b79a..ebfba02b6b9a2112a17a252db50d8f58351d73d0 100644
--- a/DEPS
+++ b/DEPS
@@ -19,6 +19,7 @@ vars = {
"nacl_tools_revision": "11437", # native_client/DEPS: tools_rev
"gtm_revision": "616",
+ "libaddressinput_revision": "137",
"libphonenumber_revision": "584",
"libvpx_revision": "225010",
"lss_revision": "24",
@@ -220,15 +221,24 @@ deps = {
"src/third_party/smhasher/src":
(Var("googlecode_url") % "smhasher") + "/trunk@149",
+ # There's no internal mirror for libaddressinput, so not using
+ # 'googlecode_url' variable here.
Evan Stade 2013/09/26 16:48:11 imo link to the bug you filed
please use gerrit instead 2013/09/26 17:42:23 - # There's no internal mirror for libaddressinpu
+ "src/third_party/libaddressinput/testdata":
+ "http://libaddressinput.googlecode.com/svn/trunk/cpp@" +
+ Var("libaddressinput_revision"),
+ "src/third_party/libaddressinput/testdata":
+ "http://libaddressinput.googlecode.com/svn/trunk/testdata@" +
+ Var("libaddressinput_revision"),
+
"src/third_party/libphonenumber/src/phonenumbers":
- (Var("googlecode_url") % "libphonenumber") +
- "/trunk/cpp/src/phonenumbers@" + Var("libphonenumber_revision"),
+ (Var("googlecode_url") % "libphonenumber") +
+ "/trunk/cpp/src/phonenumbers@" + Var("libphonenumber_revision"),
"src/third_party/libphonenumber/src/test":
- (Var("googlecode_url") % "libphonenumber") + "/trunk/cpp/test@" +
- Var("libphonenumber_revision"),
+ (Var("googlecode_url") % "libphonenumber") + "/trunk/cpp/test@" +
+ Var("libphonenumber_revision"),
"src/third_party/libphonenumber/src/resources":
- (Var("googlecode_url") % "libphonenumber") + "/trunk/resources@" +
- Var("libphonenumber_revision"),
+ (Var("googlecode_url") % "libphonenumber") + "/trunk/resources@" +
+ Var("libphonenumber_revision"),
"src/tools/deps2git":
"/trunk/tools/deps2git@214390",
@@ -341,20 +351,20 @@ deps_os = {
"src/native_client": None,
"src/native_client/src/third_party/ppapi": None,
"src/third_party/angle_dx11": None,
- "src/third_party/cld_2/src": None,
"src/third_party/bidichecker": None,
- "src/third_party/webgl_conformance": None,
+ "src/third_party/cld_2/src": None,
"src/third_party/ffmpeg": None,
"src/third_party/hunspell_dictionaries": None,
"src/third_party/hunspell": None,
"src/third_party/leveldatabase/src": None,
+ "src/third_party/libaddressinput/cpp": None,
+ "src/third_party/libaddressinput/testdata": None,
"src/third_party/libexif/sources": None,
"src/third_party/libjpeg_turbo": None,
"src/third_party/libphonenumber/src/phonenumbers": None,
- "src/third_party/libphonenumber/src/test": None,
"src/third_party/libphonenumber/src/resources": None,
+ "src/third_party/libphonenumber/src/test": None,
"src/third_party/libsrtp": None,
- "src/third_party/usrsctp/usrsctplib": None,
"src/third_party/libvpx": None,
"src/third_party/libyuv": None,
"src/third_party/ots": None,
@@ -367,8 +377,10 @@ deps_os = {
"src/third_party/snappy/src": None,
"src/third_party/swig/Lib": None,
"src/third_party/undoview": None,
+ "src/third_party/usrsctp/usrsctplib": None,
"src/third_party/v8-i18n": None,
"src/third_party/webdriver/pylib": None,
+ "src/third_party/webgl_conformance": None,
"src/third_party/webpagereplay": None,
"src/third_party/webrtc": None,
"src/third_party/yasm/source/patched-yasm": None,
@@ -497,6 +509,10 @@ deps_os = {
"src/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille":
(Var("googlecode_url") % "eyes-free") + "/trunk/braille/client/src/com/googlecode/eyesfree/braille@797",
+
+ # Android shouldn't use this address validation library.
+ "src/third_party/libaddressinput/cpp": None,
+ "src/third_party/libaddressinput/testdata": None,
},
}
« no previous file with comments | « .gitignore ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698