blob: 601992e315a368cf37bd0c310e0ea2f293ca6c0c [file] [log] [blame]
Name: ICU (Fuchsia fork of Chromium fork)
License: MIT
License File: LICENSE
Upstream Git: https://chromium.googlesource.com/chromium/deps/icu/
Description:
This directory contains the source code of ICU 64.2 for C/C++, following
Chromium's changes.
This is a slight fork of Chromium's ICU, which itself is a fork of the upstream
ICU project. The differences are entirely in BUILD.gn (and this file,
README.fuchsia.)
Note that although Chromium and Chromium ICU's GN files have an `is_fuchsia`
constant that is set to `true` for binaries that target Fuchsia OS, building
_Chromium ICU_ with `is_fuchsia = true` is _not_ the same as building
_Fuchsia ICU_. This is because of the other differences in build rules between
the two.
(Fuchsia ICU can also be built with `is_fuchsia = false`, e.g. for Fuchsia host
targets.)
LOCAL MODIFICATIONS
The full list of divergences from Chromium ICU is not yet documented. There are
several differences in BUILD.gn.
Please mark local changes using comments:
# <fuchsia-icu>
... local additions ...
# </fuchsia-icu>