Index: third_party/libphonenumber/README.chromium |
=================================================================== |
--- third_party/libphonenumber/README.chromium (revision 0) |
+++ third_party/libphonenumber/README.chromium (revision 0) |
@@ -0,0 +1,22 @@ |
+Name: International Phone Number Library |
+Short Name: libphonenumber |
+URL: http://libphonenumber.googlecode.com/svn/trunk/ |
+Version: unknown |
+Revision: r156 |
+ |
+integration owner: georgey@chromium.org |
+ |
+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. |
dhollowa
2011/04/06 15:02:55
nit: 80 col
GeorgeY
2011/04/07 00:00:39
Done.
|
+3. third_party\protobuf Lite version. |
+ |
+Additional files, not in the original library: |
+ libphonenumber.gyp |
+ README.chromium |
+ chrome\regexp_adapter_icuregexp.cc |
+ |
+ |