Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(721)

Side by Side Diff: third_party/libphonenumber/README.chromium

Issue 6930013: Re-committing http://codereview.chromium.org/6803005/ after fixing multi-dll build: (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Name: International Phone Number Library
2 Short Name: libphonenumber
3 URL: http://libphonenumber.googlecode.com/svn/trunk/
4 Version: unknown
5 Revision: 186
6 Security Critical: yes
7
8 This directory contains the source code of International Phone Number Library
9 for C/C++.
10
11 This library depends on
12 1. base/ for types, scoped_ptr's, etc.
13 2. third_party/icu for internationalisation, UTF8-16-32 conversion and regular
14 expressions.
15 3. third_party/protobuf Lite version.
16
17 Additional files, not in the original library:
18 libphonenumber.gyp
19 README.chromium
20 chrome/regexp_adapter_icuregexp.cc
21
22 Until the changes are upstreamed library is included directly, with a patch
23 in patches/version186.patch applied. The patch adds plugability to the regular
24 expression engine, its RE2 (default) implementation, and the unit-test for the
25 changes.
26
27 The folders included in our repository for now are
28 cpp/
29 resource/
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | third_party/libphonenumber/chrome/regexp_adapter_icuregexp.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698