Chromium Code Reviews| Index: third_party/libphonenumber/README.chromium |
| =================================================================== |
| --- third_party/libphonenumber/README.chromium (revision 0) |
| +++ third_party/libphonenumber/README.chromium (revision 0) |
| @@ -0,0 +1,24 @@ |
| +Name: International Phone Number Library |
| +Short Name: libphonenumber |
| +URL: http://libphonenumber.googlecode.com/svn/trunk/ |
| +Version: unknown |
| +Revision: r170 |
| +Security Critical: yes |
| + |
| +integration owner: georgey@chromium.org |
|
dhollowa
2011/04/26 17:26:14
I don't see "integration owner" in other README.ch
GeorgeY
2011/04/27 00:41:45
Removed - now we have OWNERS file
|
| + |
| +This directory contains the source code of international phone number library |
| +for C/C++ |
|
dhollowa
2011/04/26 17:26:14
Nit: period at the end of the sentence please.
GeorgeY
2011/04/27 00:41:45
Done.
|
| + |
| +This library depends on |
| +1. base\ for types, scoped_ptr's, etc. |
|
dhollowa
2011/04/26 17:26:14
nit: Use forward slashes: "base/" to match url and
GeorgeY
2011/04/27 00:41:45
Done.
|
| +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 |
| + chrome\regexp_adapter_icuregexp.cc |
| + |
| + |