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

Side by Side Diff: README.chromium

Issue 129893002: Rename ICU NaCl targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/icu46
Patch Set: Created 6 years, 11 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 | icu_nacl.gyp » ('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: 4.6 3 Version: 4.6
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 4.6 for C/C++ 8 This directory contains the source code of ICU 4.6 for C/C++
9 9
10 1. It was obtained with the following: 10 1. It was obtained with the following:
(...skipping 16 matching lines...) Expand all
27 In case the file has to be updated you can do: 27 In case the file has to be updated you can do:
28 cd /home/ports/textproc/icu4c && make configure 28 cd /home/ports/textproc/icu4c && make configure
29 29
30 - Rename it to 'plinux.h', 'pfreebsd.h', 'popenbsd.h' and 'pmac.h' 30 - Rename it to 'plinux.h', 'pfreebsd.h', 'popenbsd.h' and 'pmac.h'
31 31
32 - Apply patches/pmach.h.patch on Mac to pmac.h 32 - Apply patches/pmach.h.patch on Mac to pmac.h
33 33
34 - On Android, the pandroid.h was generated by copying plinux.h to 34 - On Android, the pandroid.h was generated by copying plinux.h to
35 pandroid.h and applying the patches/pandroid.h.patch. 35 pandroid.h and applying the patches/pandroid.h.patch.
36 36
37 - For NaCl (icu_untrusted), the pnacl.h was generated by copying plinux.h to 37 - For NaCl (icu_nacl.gypi), the pnacl.h was generated by copying plinux.h to
38 pnacl.h and applying the patches/pnacl.h.patch. 38 pnacl.h and applying the patches/pnacl.h.patch.
39 39
40 - Apply the CL at https://codereview.chromium.org/15973007/ to plinux.h 40 - Apply the CL at https://codereview.chromium.org/15973007/ to plinux.h
41 41
42 3. The following directories were removed because they're not used by Chromium 42 3. The following directories were removed because they're not used by Chromium
43 at the moment: 43 at the moment:
44 as_is 44 as_is
45 packaging 45 packaging
46 source/extra 46 source/extra
47 source/sample 47 source/sample
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 25. Fix a buffer overflow in UTF-16/32 detection. 295 25. Fix a buffer overflow in UTF-16/32 detection.
296 - patches/csetdet.patch 296 - patches/csetdet.patch
297 - upstream bug: http://bugs.icu-project.org/trac/ticket/10318 297 - upstream bug: http://bugs.icu-project.org/trac/ticket/10318
298 298
299 26. Add BreakIterator::getRuleStatus 299 26. Add BreakIterator::getRuleStatus
300 - patches/breakiterator.patch 300 - patches/breakiterator.patch
301 - Copy and paste BreakIterator::getRuleStatus API from ICU 52 301 - Copy and paste BreakIterator::getRuleStatus API from ICU 52
302 302
303 27. Change export of U_ICUDATA_ENTRY_POINT from U_IMPORT to U_EXPORT. 303 27. Change export of U_ICUDATA_ENTRY_POINT from U_IMPORT to U_EXPORT.
304 - patches/declspec.patch 304 - patches/declspec.patch
OLDNEW
« no previous file with comments | « no previous file | icu_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698