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

Unified Diff: README.chromium

Issue 203823003: Add support for QNX Neutrino part2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/icu46/
Patch Set: Per Mark's comments Created 6 years, 9 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 | « 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
===================================================================
--- README.chromium (revision 257503)
+++ README.chromium (working copy)
@@ -11,7 +11,7 @@
$ svn export --native-eol LF http://source.icu-project.org/repos/icu/icu/tags/release-4-6 icu46
-2. Platform header files for Linux, FreeBSD, OpenBSD, Android and Mac OS X:
+2. Platform header files for Linux, FreeBSD, OpenBSD, Android, Mac OS X, and QNX:
- Apply platform.patch in patches directory. : It applies the upstream
patch to platform.h.in (see http://bugs.icu-project.org/trac/ticket/8248)
@@ -34,6 +34,9 @@
- On Android, the pandroid.h was generated by copying plinux.h to
pandroid.h and applying the patches/pandroid.h.patch.
+ - For QNX, the pqnx.h was generated by copying plinux.h to
+ pqnx.h and applying the patches/platform.qnx.patch.
+
- For NaCl (icu_nacl.gypi), the pnacl.h was generated by copying plinux.h to
pnacl.h and applying the patches/pnacl.h.patch.
@@ -306,7 +309,7 @@
28. Add support for QNX Neutrino.
- patches/platform.qnx.patch:
- Add source/common/unicode/pqnx.h.
+ See #2 about the platform header generation.
- patches/si_value.undef.patch:
Work around an all-lowercase macro defined in <signal.h>.
Upstream took a different approach:
« 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