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

Unified Diff: README.chromium

Issue 6953014: Added icu support for FreeBSD (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/icu46/
Patch Set: '' Created 9 years, 7 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 83674)
+++ README.chromium (working copy)
@@ -18,17 +18,18 @@
source/layout
source/layoutex
-3. Platform header files for Linux and Mac OS X:
+3. Platform header files for Linux, FreeBSD, and Mac OS X:
- Apply platform.patch in patches directory. : It applies the upstream
patch to platform.h.in (see http://bugs.icu-project.org/trac/ticket/8248)
and change source/common/unicode/ptypes.h to refer to plinux.h and
pmac.h generated below.
- - On Linux and Mac OS X, 'runConfigureICU Linux' and 'runConfigureICU MacOSX'
- are run to generate source/common/unicode/platform.h.
+ - 'runConfigureICU Linux', 'runConfigureICU FreeBSD', and
+ 'runConfigureICU MacOSX' are run to generate
+ source/common/unicode/platform.h.
- - Rename it to 'plinux.h' and 'pmac.h' on Linux and Mac
+ - Rename it to 'plinux.h', 'pfreebsd.h', and 'pmac.h'
- Apply patches/pmach.h.patch on Mac to pmac.h
« 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