1Name: International Phone Number Library 2Short Name: libphonenumber 3URL: http://libphonenumber.googlecode.com/svn/trunk/ 4Version: unknown 5Revision: 584 6License: Apache 2.0 7License File: src/LICENSE 8Security Critical: yes 9 10This directory contains the source code of International Phone Number Library 11for C/C++. 12 13This library depends on 14- third_party/icu for internationalisation, UTF8-16-32 conversion and regular 15 expressions. 16- third_party/protobuf Lite version. 17 18Additional files, not in the original library: 19 libphonenumber.gyp 20 README.chromium 21 src/LICENSE # Taken from http://code.google.com/p/libphonenumber. 22 src/phonenumber_api.h 23 24The library is mapped through the DEPS file into src/ folder. To update: 251. Get the latest version number from 26 http://code.google.com/p/libphonenumber/source/list 272. Locally update this file and DEPS. 283. run 'gclient sync' 294. Adjust libphonenumber.gyp if necessary. 305. Verify that all compiles and all of the tests are successfull. 31 32WARNING: This library is only thread-safe on POSIX. This means that 33PhoneNumberUtil and the other singletons should be accessed from a single 34thread. 35