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

Side by Side Diff: base/third_party/icu/README.chromium

Issue 10830201: Update license tool to check several additional directories (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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
1 Name: ICU 1 Name: ICU
2 URL: http://site.icu-project.org/ 2 URL: http://site.icu-project.org/
3 License: MIT
3 4
4 This file has the relevant components from ICU copied to handle basic 5 This file has the relevant components from ICU copied to handle basic
5 UTF8/16/32 conversions. Components are copied from utf.h utf8.h utf16.h and 6 UTF8/16/32 conversions. Components are copied from utf.h utf8.h utf16.h and
6 utf_impl.c 7 utf_impl.c
7 8
8 The main change is that U_/U8_/U16_ prefixes have been replaced with 9 The main change is that U_/U8_/U16_ prefixes have been replaced with
9 CBU_/CBU8_/CBU16_ (for "Chrome Base") to avoid confusion with the "real" ICU 10 CBU_/CBU8_/CBU16_ (for "Chrome Base") to avoid confusion with the "real" ICU
10 macros should ICU be in use on the system. For the same reason, the functions 11 macros should ICU be in use on the system. For the same reason, the functions
11 and types have been put in the "base_icu" namespace. 12 and types have been put in the "base_icu" namespace.
OLDNEW
« no previous file with comments | « no previous file | breakpad/README.chromium » ('j') | chrome/common/extensions/docs/examples/README.chromium » ('J')

Powered by Google App Engine
This is Rietveld 408576698