diff options
author | georgey@chromium.org <georgey@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-30 22:23:12 +0000 |
---|---|---|
committer | georgey@chromium.org <georgey@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-30 22:23:12 +0000 |
commit | 5f6f7f25502d4de4fc2be2c9bd28ee6f8bbc06ee (patch) | |
tree | 6059c87b386ffb6351019962901171e32fcd6074 /third_party/libphonenumber/README.chromium | |
parent | 1e99e51e96241c92af518d60bb78cb306dc2ef42 (diff) | |
download | chromium_src-5f6f7f25502d4de4fc2be2c9bd28ee6f8bbc06ee.zip chromium_src-5f6f7f25502d4de4fc2be2c9bd28ee6f8bbc06ee.tar.gz chromium_src-5f6f7f25502d4de4fc2be2c9bd28ee6f8bbc06ee.tar.bz2 |
Pull the phone library directly. Delete old version.
TEST=unit-tests
BUG=105577
Review URL: http://codereview.chromium.org/8736001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112305 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libphonenumber/README.chromium')
-rw-r--r-- | third_party/libphonenumber/README.chromium | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/third_party/libphonenumber/README.chromium b/third_party/libphonenumber/README.chromium index e662452..94700e8 100644 --- a/third_party/libphonenumber/README.chromium +++ b/third_party/libphonenumber/README.chromium @@ -2,7 +2,7 @@ Name: International Phone Number Library Short Name: libphonenumber URL: http://libphonenumber.googlecode.com/svn/trunk/ Version: unknown -Revision: 277 +Revision: 403 Security Critical: yes This directory contains the source code of International Phone Number Library @@ -17,15 +17,13 @@ This library depends on Additional files, not in the original library: libphonenumber.gyp README.chromium + src/LICENSE # Taken from http://code.google.com/p/libphonenumber. + src/phonenumber_api.h -Until the changes are upstreamed library is included directly, with patches -in patches/version277.patch and patches/version277a.patch applied. - -The folders included in our repository for now are - cpp/ - resource/ - -TODO(georgey) : remove following lines when updated to version after 186 - cpp/src/phonelibutil.cc made icu::Transliteration member of PhoneUtil - to improve performance, Not needed in recent versions. - +The library is mapped through the DEPS file into src/ folder. To update: +1. Get the latest version number from + http://code.google.com/p/libphonenumber/source/list +2. Locally update this file and DEPS. +3. run 'gclient sync' +4. Adjust libphonenumber.gyp if necessary. +5. Verify that all compiles and all of the tests are successfull. |