blob: a2a853efb143793d34861d6b02b0006cbb5d6f0b [file] [log] [blame]
Name: International Phone Number Library
Short Name: libphonenumber
URL: http://libphonenumber.googlecode.com/svn/trunk/
Version: unknown
Revision: 425
License: Apache 2.0
License File: src/LICENSE
Security Critical: yes
This directory contains the source code of International Phone Number Library
for C/C++.
This library depends on
1. base/ for types, scoped_ptr's, etc.
2. third_party/icu for internationalisation, UTF8-16-32 conversion and regular
expressions.
3. third_party/protobuf Lite version.
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
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.