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

Unified 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, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | third_party/libphonenumber/chrome/regexp_adapter_icuregexp.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libphonenumber/README.chromium
===================================================================
--- third_party/libphonenumber/README.chromium (revision 0)
+++ third_party/libphonenumber/README.chromium (revision 0)
@@ -0,0 +1,29 @@
+Name: International Phone Number Library
+Short Name: libphonenumber
+URL: http://libphonenumber.googlecode.com/svn/trunk/
+Version: unknown
+Revision: 186
+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
+ chrome/regexp_adapter_icuregexp.cc
+
+Until the changes are upstreamed library is included directly, with a patch
+in patches/version186.patch applied. The patch adds plugability to the regular
+expression engine, its RE2 (default) implementation, and the unit-test for the
+changes.
+
+The folders included in our repository for now are
+ cpp/
+ resource/
« 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