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

Unified Diff: DEPS

Issue 24538003: [rac] Add libaddressinput dependency (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Bump libaddressinput revion to 146, when cpp/ directory is introduced Created 7 years, 2 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 d9103db88d6165281fe8e9b33c96942a8da0138b..52932943afdc16fe6d000e7dda42572633717456 100644
--- a/DEPS
+++ b/DEPS
@@ -19,6 +19,7 @@ vars = {
"nacl_tools_revision": "11437", # native_client/DEPS: tools_rev
"gtm_revision": "616",
+ "libaddressinput_revision": "146",
"libphonenumber_revision": "584",
"libvpx_revision": "227030",
"lss_revision": "24",
@@ -220,15 +221,24 @@ deps = {
"src/third_party/smhasher/src":
(Var("googlecode_url") % "smhasher") + "/trunk@149",
+ # TODO(rouslan): Use googlecode_url variable when there's an internal mirror
Paweł Hajdan Jr. 2013/10/14 17:36:16 Please give it at least a trybot run to make sure
+ # for libaddressinput. http://crbug.com/298602.
+ "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",
@@ -340,16 +350,16 @@ 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/libaddressinput/cpp": None,
+ "src/third_party/libaddressinput/testdata": None,
"src/third_party/libexif/sources": None,
"src/third_party/libjpeg_turbo": 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/mesa/src": None,
@@ -363,8 +373,10 @@ deps_os = {
"src/third_party/smhasher/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,
@@ -493,6 +505,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