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

Unified Diff: DEPS

Issue 319373003: Use libaddressinput on all platforms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index caf0288fdc0f91b80b4593341ec94b5569bf9e3d..1769b6af1627d80be185a0d2fa0d4d1d6d5111bd 100644
--- a/DEPS
+++ b/DEPS
@@ -401,8 +401,6 @@ deps_os = {
"src/third_party/ffmpeg": None,
"src/third_party/hunspell_dictionaries": None,
"src/third_party/hunspell": None,
- "src/third_party/libaddressinput/src/cpp": None,
- "src/third_party/libaddressinput/src/testdata": None,
"src/third_party/libc++/trunk": None,
"src/third_party/libc++abi/trunk": None,
"src/third_party/libexif/sources": None,
@@ -547,10 +545,6 @@ deps_os = {
"src/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille":
(Var("googlecode_url") % "eyes-free") + "/trunk/braille/client/src/com/googlecode/eyesfree/braille@797",
-
- # Android shouldn't use this address validation library.
- "src/third_party/libaddressinput/src/cpp": None,
- "src/third_party/libaddressinput/src/testdata": None,
},
}
@@ -764,7 +758,6 @@ hooks = [
],
},
# Pull libaddressinput strings to work better with translation tools.
- # This is a no-op on android and ios platforms.
{
"name": "libaddressinput-strings",
"pattern": ".",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698