Commit d2cf396f authored by rouslan@chromium.org's avatar rouslan@chromium.org

Use libaddressinput on all platforms.

All platforms use autofill profiles, which use libaddressinput.

TBR=estade@chromium.org
BUG=327046

Review URL: https://codereview.chromium.org/319373003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275700 0039d316-1c4b-4281-b951-d872f2087c98
parent 9b17ace5
......@@ -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": ".",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment