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

Unified Diff: icu52.android/README.chromium

Issue 248043003: Check in the pre-built ICU data for Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 6 years, 8 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 | icu52.android/android/brkitr.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: icu52.android/README.chromium
===================================================================
--- icu52.android/README.chromium (revision 265354)
+++ icu52.android/README.chromium (working copy)
@@ -105,8 +105,10 @@
(big5han/gb2312han) that don't make any sense and nobdoy uses.
- android/patch_locale.sh (to be run for Android build only):
- Makes changes to source/data/{curr,region,lang} to exclude these data
- except the language and script names of zh_Hans and zh_Hant.
+ a. Makes changes to source/data/{curr,region,lang} to exclude these data
+ except the language and script names of zh_Hans and zh_Hant.
+ b. Remove exemplar cities in timezone data (data/zone)
+ c. Keep only the minimal calendar data in data/locales
- Add tg.txt to source/data/locale source/data/lang to add the minimal locale
data necessary for the spellchecker. In both directories, add tg.txt to
@@ -148,12 +150,17 @@
9. Pre-built data files are checked in with the following steps on Linux:
- a. Make a icu data build directory outside the Chromium source tree.
- b. Run 'runConfigureICU Linux' outside the source tree.
+ a. Make a icu data build directory outside the Chromium source tree
+ and cd to that directory.
+ b. Run
+
+ ${CHROME_ICU_TREE_TOP}/source/runConfigureICU Linux --disable-layout
+
c. Run 'make'
- d. 'make' will fail in the 1st pass. Copy source/data/in/coll/invuca.icu
- to {BUILD_DIR_ROOT}/data/out/build/icudt52l/coll and re-run 'make'
- in {BUILD_DIR_ROOT}/data.
+ d. 'make' will fail in the 1st pass. Copy
+ ${CHROME_ICU_TREE_TOP}/source/data/in/coll/invuca.icu
+ to {BUILD_DIR_ROOT}/data/out/build/icudt52l/coll and re-run 'make'
+ in {BUILD_DIR_ROOT}/data.
e. 'make' will fail again when pkgdata looks for css3transform.res. Edit
data/out/tmp/icudata.lst to replace 'css3transform.res' with 'root.res'.
« no previous file with comments | « no previous file | icu52.android/android/brkitr.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698