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

Side by Side Diff: README.chromium

Issue 419013002: Add U_PF_NATIVE_CLIENT (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/icu52/
Patch Set: Created 6 years, 5 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
« no previous file with comments | « no previous file | source/common/unicode/platform.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: icu 1 Name: icu
2 URL: http://site.icu-project.org/ 2 URL: http://site.icu-project.org/
3 Version: 52.1 3 Version: 52.1
4 License: MIT 4 License: MIT
5 Security Critical: yes 5 Security Critical: yes
6 6
7 Description: 7 Description:
8 This directory contains the source code of ICU 52.1 for C/C++ 8 This directory contains the source code of ICU 52.1 for C/C++
9 9
10 1. It was obtained with the following: 10 1. It was obtained with the following:
(...skipping 13 matching lines...) Expand all
24 corresponding Makefile's from ac_config variable. 24 corresponding Makefile's from ac_config variable.
25 25
26 2. Apply the following patch for platform related headers (putilimpl.h and 26 2. Apply the following patch for platform related headers (putilimpl.h and
27 others). 27 others).
28 28
29 - patches/putil.patch for Android, QNX and newlib(NaCl-newlib). 29 - patches/putil.patch for Android, QNX and newlib(NaCl-newlib).
30 Upstream bug for Android : http://bugs.icu-project.org/trac/ticket/10478 30 Upstream bug for Android : http://bugs.icu-project.org/trac/ticket/10478
31 Upstream bug for QNX : http://bugs.icu-project.org/trac/ticket/10811 31 Upstream bug for QNX : http://bugs.icu-project.org/trac/ticket/10811
32 Upstream bug for newlib : http://bugs.icu-project.org/trac/ticket/10873 32 Upstream bug for newlib : http://bugs.icu-project.org/trac/ticket/10873
33 33
34 - patches/platform_nacl.patch to add U_PF_NATIVE_CLIENT
35 Upstream bug : http://bugs.icu-project.org/trac/ticket/11033
36
34 37
35 3. Breakiterator patches 38 3. Breakiterator patches
36 39
37 - Apply patches/brkitr.patch 40 - Apply patches/brkitr.patch
38 * word.txt 41 * word.txt
39 a. Move full stops (U+002E, U+FF0E) from MidNumLet to MidNum so that 42 a. Move full stops (U+002E, U+FF0E) from MidNumLet to MidNum so that
40 FQDN labels can be split at '.' 43 FQDN labels can be split at '.'
41 b. Move fullwidth digits (U+FF10 - U+FF19) from Ideographic to Numeric. 44 b. Move fullwidth digits (U+FF10 - U+FF19) from Ideographic to Numeric.
42 See http://unicode.org/cldr/trac/ticket/6555 45 See http://unicode.org/cldr/trac/ticket/6555
43 * line.txt 46 * line.txt
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 c. In Visual Studio, open source/allinone/allinone.sln solution 220 c. In Visual Studio, open source/allinone/allinone.sln solution
218 in ${SEPARATE_ICU_ROOT} 221 in ${SEPARATE_ICU_ROOT}
219 d. Build 'makedata' target 222 d. Build 'makedata' target
220 e. icudt52.dll will be generated in ${SEPARATE_ICU_ROOT}/bin 223 e. icudt52.dll will be generated in ${SEPARATE_ICU_ROOT}/bin
221 f. Copy that icudt52.dll to ${CHROME_ICU_ROOT}/windows/icudt.dll 224 f. Copy that icudt52.dll to ${CHROME_ICU_ROOT}/windows/icudt.dll
222 and check that in. 225 and check that in.
223 226
224 227
225 10. Change export of U_ICUDATA_ENTRY_POINT from U_IMPORT to U_EXPORT. 228 10. Change export of U_ICUDATA_ENTRY_POINT from U_IMPORT to U_EXPORT.
226 - patches/declspec.patch 229 - patches/declspec.patch
OLDNEW
« no previous file with comments | « no previous file | source/common/unicode/platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698