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

Unified Diff: README.chromium

Issue 109553005: Compile ICU for [P]NaCl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/icu46
Patch Set: Created 7 years 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 | « no previous file | icu.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.chromium
diff --git a/README.chromium b/README.chromium
index 6b0b99cd4d362d61795020a6e0a16c89fb3cad65..b35fece93a7c7b91832654021cd344c144d88434 100644
--- a/README.chromium
+++ b/README.chromium
@@ -34,6 +34,9 @@ This directory contains the source code of ICU 4.6 for C/C++
- On Android, the pandroid.h was generated by copying plinux.h to
pandroid.h and applying the patches/pandroid.h.patch.
+ - For NaCl (icu_untrusted), the pnacl.h was generated by copying plinux.h to
+ pnacl.h and applying the patches/pnacl.h.patch.
Mark Mentovai 2013/12/20 19:03:00 So this happens to the original plinux.h, not the
Sergey Ulanov 2013/12/20 19:36:21 Good point - I didn't notice there is another patc
+
- Apply the CL at https://codereview.chromium.org/15973007/ to plinux.h
3. The following directories were removed because they're not used by Chromium
@@ -48,7 +51,7 @@ This directory contains the source code of ICU 4.6 for C/C++
4. The word breaking for Chinese and Japanese were modified to use a word
frequency list with the following patch and cjdict.txt.
-
+
- patches/segmentation.patch :
Adds a dictionary (word-frequency)-based word breaking for CJK
(Korean is supported in the code, but it does not do anything
@@ -175,13 +178,13 @@ This directory contains the source code of ICU 4.6 for C/C++
to {BUILD_DIR_ROOT}/data/out/build/icudt46l/coll and re-run 'make'
in {BUILD_DIR_ROOT}/data.
- 'make' will fail again when pkgdata looks for css3transform.res. Edit
+ 'make' will fail again when pkgdata looks for css3transform.res. Edit
data/out/tmp/icudata.lst to replace 'css3transform.res' with 'root.res'.
(see http://bugs.icu-project.org/trac/ticket/10570 ) and run 'make' again.
- source/data/in/icudt46l.dat : Built on Linux with all the patches
- above applied. This file will be generated in
+ above applied. This file will be generated in
{BUILD_DIR_ROOT}/data/out/tmp.
- windows/icudt.dll : With icudt46l.dat in place, all the patches applied
@@ -255,9 +258,9 @@ This directory contains the source code of ICU 4.6 for C/C++
- patches/gcc46.patch (ToT upstream does not have this code any more).
19. Fix four out of bounds memory access error in common/uloc.c
- and common/uresbund.c
+ and common/uresbund.c
- patches/uloc.patch
- - upstream bug:
+ - upstream bug:
1. http://bugs.icu-project.org/trac/ticket/8984 (_canonicalize)
2. http://bugs.icu-project.org/trac/ticket/9114 (_getKeywords)
3. http://bugs.icu-project.org/trac/ticket/8812 (uresbund)
« no previous file with comments | « no previous file | icu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698