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

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

Issue 1687243002: Revert of [libphonenumber] Change DEPS to track new github mirror, uprev library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « third_party/libphonenumber/BUILD.gn ('k') | third_party/libphonenumber/libphonenumber.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: International Phone Number Library 1 Name: International Phone Number Library
2 Short Name: libphonenumber 2 Short Name: libphonenumber
3 URL: https://github.com/googlei18n/libphonenumber 3 URL: http://libphonenumber.googlecode.com/svn/trunk/
4 Version: unknown 4 Version: unknown
5 Revision: a9bd368debe74355364965c24bcc5a6bfb1dc546 5 Revision: 584
6 License: Apache 2.0 6 License: Apache 2.0
7 License File: LICENSE 7 License File: 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 12
12 This library depends on 13 This library depends on
13 - third_party/icu for internationalisation, UTF8-16-32 conversion and regular 14 - third_party/icu for internationalisation, UTF8-16-32 conversion and regular
14 expressions. 15 expressions.
15 - third_party/protobuf Lite version. 16 - third_party/protobuf Lite version.
16 17
17 Additional files, not in the original library: 18 Additional files, not in the original library:
18 BUILD.gn
19 libphonenumber.gyp 19 libphonenumber.gyp
20 README.chromium 20 README.chromium
21 LICENSE # Taken from https://github.com/googlei18n/libphonenumber/ 21 LICENSE # Taken from https://github.com/googlei18n/libphonenumber/
22 phonenumber_api.h 22 src/phonenumber_api.h
23
24 The library is mapped through the DEPS file into src/ folder. To update:
25 1. Get the latest version number from
26 http://code.google.com/p/libphonenumber/source/list
27 2. Locally update this file and DEPS.
28 3. run 'gclient sync'
29 4. Adjust libphonenumber.gyp if necessary.
30 5. Verify that all compiles and all of the tests are successfull.
23 31
24 WARNING: This library is only thread-safe on POSIX. This means that 32 WARNING: This library is only thread-safe on POSIX. This means that
25 PhoneNumberUtil and the other singletons should be accessed from a single 33 PhoneNumberUtil and the other singletons should be accessed from a single
26 thread. 34 thread.
OLDNEW
« no previous file with comments | « third_party/libphonenumber/BUILD.gn ('k') | third_party/libphonenumber/libphonenumber.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698