Home | History | Annotate | only in /external/chromium_org/third_party/libphonenumber
Up to higher level directory
NameDateSize
libphonenumber.gyp04-Nov-20144.6K
libphonenumber.target.darwin-arm.mk04-Nov-20148.6K
libphonenumber.target.darwin-arm64.mk04-Nov-20148K
libphonenumber.target.darwin-mips.mk04-Nov-20148.3K
libphonenumber.target.darwin-x86.mk04-Nov-20148.2K
libphonenumber.target.darwin-x86_64.mk04-Nov-20148.2K
libphonenumber.target.linux-arm.mk04-Nov-20148.6K
libphonenumber.target.linux-arm64.mk04-Nov-20148K
libphonenumber.target.linux-mips.mk04-Nov-20148.3K
libphonenumber.target.linux-x86.mk04-Nov-20148.2K
libphonenumber.target.linux-x86_64.mk04-Nov-20148.2K
libphonenumber_without_metadata.target.darwin-arm.mk04-Nov-201417K
libphonenumber_without_metadata.target.darwin-arm64.mk04-Nov-201416.3K
libphonenumber_without_metadata.target.darwin-mips.mk04-Nov-201416.6K
libphonenumber_without_metadata.target.darwin-x86.mk04-Nov-201416.5K
libphonenumber_without_metadata.target.darwin-x86_64.mk04-Nov-201416.5K
libphonenumber_without_metadata.target.linux-arm.mk04-Nov-201417K
libphonenumber_without_metadata.target.linux-arm64.mk04-Nov-201416.3K
libphonenumber_without_metadata.target.linux-mips.mk04-Nov-201416.6K
libphonenumber_without_metadata.target.linux-x86.mk04-Nov-201416.5K
libphonenumber_without_metadata.target.linux-x86_64.mk04-Nov-201416.5K
OWNERS04-Nov-201443
README.chromium04-Nov-20141.1K
src/04-Nov-2014

README.chromium

      1 Name: International Phone Number Library
      2 Short Name: libphonenumber
      3 URL: http://libphonenumber.googlecode.com/svn/trunk/
      4 Version: unknown
      5 Revision: 584
      6 License: Apache 2.0
      7 License File: src/LICENSE
      8 Security Critical: yes
      9 
     10 This directory contains the source code of International Phone Number Library
     11 for C/C++.
     12 
     13 This library depends on
     14 - third_party/icu for internationalisation, UTF8-16-32 conversion and regular
     15   expressions.
     16 - third_party/protobuf Lite version.
     17 
     18 Additional 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 
     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.
     31 
     32 WARNING: This library is only thread-safe on POSIX. This means that
     33 PhoneNumberUtil and the other singletons should be accessed from a single
     34 thread.
     35