summaryrefslogtreecommitdiffstats
path: root/third_party/libaddressinput/README.chromium
diff options
context:
space:
mode:
authorrouslan@chromium.org <rouslan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-09 04:21:45 +0000
committerrouslan@chromium.org <rouslan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-09 04:21:45 +0000
commit6cf5dbdd60f0fa35f3625a136feff5db03b46cca (patch)
treef7bc8366dccc6e8fe8b664eb0cf773c8ec3930a4 /third_party/libaddressinput/README.chromium
parented81239cddc6e65444cf679ed9393ac6451c7e71 (diff)
downloadchromium_src-6cf5dbdd60f0fa35f3625a136feff5db03b46cca.zip
chromium_src-6cf5dbdd60f0fa35f3625a136feff5db03b46cca.tar.gz
chromium_src-6cf5dbdd60f0fa35f3625a136feff5db03b46cca.tar.bz2
[rac] Add libaddressinput dependency
This patch adds a dependency for the testdata/ and cpp/ directory in libaddressinput repository. The library will live in: - src/third_party/libaddressinput/cpp - src/third_party/libaddressinput/testdata BUG=247202 Review URL: https://codereview.chromium.org/24538003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234085 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libaddressinput/README.chromium')
-rw-r--r--third_party/libaddressinput/README.chromium18
1 files changed, 18 insertions, 0 deletions
diff --git a/third_party/libaddressinput/README.chromium b/third_party/libaddressinput/README.chromium
new file mode 100644
index 0000000..8dbc092
--- /dev/null
+++ b/third_party/libaddressinput/README.chromium
@@ -0,0 +1,18 @@
+Name: The library to input and validate addresses.
+Short Name: libaddressinput
+URL: https://code.google.com/p/libaddressinput/
+Version: 0
+Date: 16 October 2013
+Revision: 146
+License: Apache 2.0
+License File: LICENSE
+Security Critical: no
+
+Description:
+This library allows users to input their address, and perform validation on this
+by talking to an address data server at http://i18napis.appspot.com/address. The
+library is used in requestAutocomplete() dialog to enable internationalized
+address input and validation for payment forms.
+
+Local Modifications:
+The package has no local modifications.