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

Unified Diff: DEPS

Issue 8736001: Pull the phone library directly. Delete old version. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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 | « no previous file | chrome/browser/autofill/phone_number_i18n.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
===================================================================
--- DEPS (revision 111991)
+++ DEPS (working copy)
@@ -31,6 +31,7 @@
"nacl_toolchain_revision": "7258",
"libjingle_revision": "95",
+ "libphonenumber_revision": "403",
"libvpx_revision": "109236",
"ffmpeg_revision": "109946",
"sfntly_revision": "98",
@@ -299,6 +300,16 @@
"src/third_party/smhasher/src":
(Var("googlecode_url") % "smhasher") + "/trunk@136",
+
+ "src/third_party/libphonenumber/src/phonenumbers":
+ (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"),
+ "src/third_party/libphonenumber/src/resources":
+ (Var("googlecode_url") % "libphonenumber") + "/trunk/resources@" +
+ Var("libphonenumber_revision"),
}
« no previous file with comments | « no previous file | chrome/browser/autofill/phone_number_i18n.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698