summaryrefslogtreecommitdiffstats
path: root/third_party/libphonenumber/README.chromium
blob: e66245257a91755302d5bf246728d209f17201e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Name: International Phone Number Library
Short Name: libphonenumber
URL: http://libphonenumber.googlecode.com/svn/trunk/
Version: unknown
Revision: 277
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

Until the changes are upstreamed library is included directly, with patches
in patches/version277.patch and patches/version277a.patch applied.

The folders included in our repository for now are
  cpp/
  resource/

TODO(georgey) : remove following lines when updated to version after 186
  cpp/src/phonelibutil.cc made icu::Transliteration member of PhoneUtil
  to improve performance, Not needed in recent versions.