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

Unified Diff: DEPS

Issue 6803005: Autofill phone number enhancements and integration of Phone Number Util Library: part 1 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 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 | « no previous file | build/all.gyp » ('j') | build/all.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
===================================================================
--- DEPS (revision 82332)
+++ DEPS (working copy)
@@ -14,6 +14,7 @@
"ffmpeg_revision": "82126",
"skia_revision": "1144",
"v8_revision": "7673",
+ "libphonenumber_revision": "r156",
}
deps = {
@@ -224,6 +225,10 @@
"src/third_party/scons-2.0.1":
Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" +
Var("nacl_tools_revision"),
+
+ "src/third_party/libphonenumber/cpp":
+ (Var("googlecode_url") % "libphonenumber") + "/trunk/cpp@" +
+ Var("libphonenumber_revision"),
}
« no previous file with comments | « no previous file | build/all.gyp » ('j') | build/all.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698