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

Side by Side Diff: third_party/libphonenumber/README.chromium

Issue 10412031: Roll libphonenumber r456 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix build error on Android Created 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Name: International Phone Number Library 1 Name: International Phone Number Library
2 Short Name: libphonenumber 2 Short Name: libphonenumber
3 URL: http://libphonenumber.googlecode.com/svn/trunk/ 3 URL: http://libphonenumber.googlecode.com/svn/trunk/
4 Version: unknown 4 Version: unknown
5 Revision: 425 5 Revision: 456
6 License: Apache 2.0 6 License: Apache 2.0
7 License File: src/LICENSE 7 License File: src/LICENSE
8 Security Critical: yes 8 Security Critical: yes
9 9
10 This directory contains the source code of International Phone Number Library 10 This directory contains the source code of International Phone Number Library
11 for C/C++. 11 for C/C++.
12 12
13 This library depends on 13 This library depends on
14 1. base/ for types, scoped_ptr's, etc. 14 1. base/ for types, scoped_ptr's, etc.
15 2. third_party/icu for internationalisation, UTF8-16-32 conversion and regular 15 2. third_party/icu for internationalisation, UTF8-16-32 conversion and regular
16 expressions. 16 expressions.
17 3. third_party/protobuf Lite version. 17 3. third_party/protobuf Lite version.
18 18
19 Additional files, not in the original library: 19 Additional files, not in the original library:
20 libphonenumber.gyp 20 libphonenumber.gyp
21 README.chromium 21 README.chromium
22 src/LICENSE # Taken from http://code.google.com/p/libphonenumber. 22 src/LICENSE # Taken from http://code.google.com/p/libphonenumber.
23 src/phonenumber_api.h 23 src/phonenumber_api.h
24 24
25 The library is mapped through the DEPS file into src/ folder. To update: 25 The library is mapped through the DEPS file into src/ folder. To update:
26 1. Get the latest version number from 26 1. Get the latest version number from
27 http://code.google.com/p/libphonenumber/source/list 27 http://code.google.com/p/libphonenumber/source/list
28 2. Locally update this file and DEPS. 28 2. Locally update this file and DEPS.
29 3. run 'gclient sync' 29 3. run 'gclient sync'
30 4. Adjust libphonenumber.gyp if necessary. 30 4. Adjust libphonenumber.gyp if necessary.
31 5. Verify that all compiles and all of the tests are successfull. 31 5. Verify that all compiles and all of the tests are successfull.
OLDNEW
« no previous file with comments | « chrome/browser/autofill/phone_number_i18n_unittest.cc ('k') | third_party/libphonenumber/libphonenumber.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698