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

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') | third_party/libphonenumber/README.chromium » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
===================================================================
--- DEPS (revision 80535)
+++ DEPS (working copy)
@@ -14,6 +14,7 @@
"ffmpeg_revision": "79854",
"skia_revision": "1044",
"v8_revision": "7491",
+ "libphonenumber_revision": "r156",
}
deps = {
@@ -219,6 +220,9 @@
"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"),
dhollowa 2011/04/06 15:02:55 nit: 80 cols
GeorgeY 2011/04/07 00:00:39 Fixed, but I think the limit is about source code
}
« no previous file with comments | « no previous file | build/all.gyp » ('j') | third_party/libphonenumber/README.chromium » ('J')

Powered by Google App Engine
This is Rietveld 408576698