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

Unified Diff: DEPS

Issue 8790002: Re-committing http://codereview.chromium.org/8736001/ originally committed revision=112305 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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 112797)
+++ DEPS (working copy)
@@ -31,6 +31,7 @@
"nacl_toolchain_revision": "7258",
"libjingle_revision": "95",
+ "libphonenumber_revision": "407",
"libvpx_revision": "109236",
"ffmpeg_revision": "112050",
"sfntly_revision": "98",
@@ -298,6 +299,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