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

Unified Diff: DEPS

Issue 24538003: [rac] Add libaddressinput dependency (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge 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') | third_party/libaddressinput/LICENSE » ('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 a16b9cc24510d23b183ef2bef65fa81ce059b1cc..503cfda5a18d5e53bc316550b3d57c47cae8a45c 100644
--- a/DEPS
+++ b/DEPS
@@ -19,6 +19,7 @@ vars = {
"nacl_tools_revision": "12279", # native_client/DEPS: tools_rev
"gtm_revision": "616",
+ "libaddressinput_revision": "146",
"libphonenumber_revision": "621",
"libvpx_revision": "228256",
"lss_revision": "24",
@@ -218,15 +219,22 @@ deps = {
"src/third_party/smhasher/src":
(Var("googlecode_url") % "smhasher") + "/trunk@149",
+ "src/third_party/libaddressinput/cpp":
jln (very slow on Chromium) 2013/10/25 00:51:36 Please add a comment "Get security approval when i
please use gerrit instead 2013/11/08 21:44:50 Added the comment.
+ (Var("googlecode_url") % "libaddressinput") + "/trunk/cpp@" +
+ Var("libaddressinput_revision"),
+ "src/third_party/libaddressinput/testdata":
+ (Var("googlecode_url") % "libaddressinput") + "/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",
@@ -338,16 +346,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,
@@ -361,8 +369,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,
@@ -491,6 +501,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') | third_party/libaddressinput/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698