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

Unified Diff: README.chromium

Issue 2743123002: ICU data customization for iOS (Closed)
Patch Set: update BUILD.gn and icudtl.dat for iOS Created 3 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 | « BUILD.gn ('k') | ios/icudtl.dat » ('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 cba717117fde2c272832b129e63c9e3d24926b61..14dad32430c6107b7f71b5525ffa9dd594717f2a 100644
--- a/README.chromium
+++ b/README.chromium
@@ -54,7 +54,7 @@ Pre-built data files are generated and checked in with the following steps
This makes icudt${version}l.dat.
f. Run
- ${CHROME_ICU_TREE_TOP}/scripts/copy_data.sh
+ ${CHROME_ICU_TREE_TOP}/scripts/copy_data.sh common
This copies the ICU data files for non-Android platforms
(both Little and Big Endian) to the following locations:
@@ -73,20 +73,33 @@ Pre-built data files are generated and checked in with the following steps
This makes icudt${version}l.dat for Android.
i. Run
- ${CHROME_ICU_TREE_TOP}/scripts/copy_data_android.sh
+ ${CHROME_ICU_TREE_TOP}/scripts/copy_data.sh android
This copies the icu data file for Android to the following location:
android/icudtl.dat
j. Run
+ ${CHROME_ICU_TREE_TOP}/ios/patch_locale.sh
+
+ Further cuts the data size for iOS.
+
+ k. Run
+ ${CHROME_ICU_TREE_TOP}/scripts/make_data.sh
+
+ This makes icudt${version}l.dat for iOS.
+
+ l. Run
+ ${CHROME_ICU_TREE_TOP}/scripts/copy_data.sh ios
+
+ m. Run
${CHROME_ICU_TREE_TOP}/scripts/clean_up_data_source.sh
This reverts the result of trim_data.sh and patch_locale.sh and
make the tree ready for committing updated ICU data files for
non-Android and Android platforms.
- k. Whenever data is updated (e.g timezone update), follow d ~ j as long
+ n. Whenever data is updated (e.g timezone update), follow d ~ m as long
as the ICU build directory used in a ~ c is kept. Besides, icudt.dll for
Windows has to be udpated following the procedure described below.
« no previous file with comments | « BUILD.gn ('k') | ios/icudtl.dat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698