Index: DEPS |
diff --git a/DEPS b/DEPS |
index d47de7d76a2fab154b3698df8a9cc2dcc154b79a..becc74899c0cd691dbead48bfc6a82a3677d773e 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -20,6 +20,7 @@ vars = { |
"gtm_revision": "616", |
"libphonenumber_revision": "584", |
+ "libaddressinput_revision": "137", |
Evan Stade
2013/09/26 02:08:10
alphabetical order?
please use gerrit instead
2013/09/26 16:17:19
The existing order doesn't seem to be alphabetical
Evan Stade
2013/09/26 16:31:12
this block of 3 (now 4) related libraries were alp
please use gerrit instead
2013/09/26 16:43:57
Good point. Sorted.
|
"libvpx_revision": "225010", |
"lss_revision": "24", |
@@ -230,6 +231,12 @@ deps = { |
(Var("googlecode_url") % "libphonenumber") + "/trunk/resources@" + |
Var("libphonenumber_revision"), |
+ # There's no internal mirror for libaddressinput, so not using |
+ # 'googlecode_url' variable here. |
+ "src/third_party/libaddressinput/testdata": |
+ "http://libaddressinput.googlecode.com/svn/trunk/testdata@" + |
+ Var("libaddressinput_revision"), |
+ |
"src/tools/deps2git": |
"/trunk/tools/deps2git@214390", |
@@ -353,6 +360,7 @@ deps_os = { |
"src/third_party/libphonenumber/src/phonenumbers": None, |
"src/third_party/libphonenumber/src/test": None, |
"src/third_party/libphonenumber/src/resources": None, |
+ "src/third_party/libaddressinput/testdata": None, |
Evan Stade
2013/09/26 02:08:10
is there some specific order to this block? it see
please use gerrit instead
2013/09/26 16:17:19
Not really alphabetical here, either, sorry. See t
Evan Stade
2013/09/26 16:31:12
if you take out bidichecker, usrsctp and webgpl_co
please use gerrit instead
2013/09/26 16:43:57
Agreed. Sorted everything in this block.
|
"src/third_party/libsrtp": None, |
"src/third_party/usrsctp/usrsctplib": None, |
"src/third_party/libvpx": None, |