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

Unified Diff: README.chromium

Issue 2182883004: Big Endian support part 4 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: Created 4 years, 5 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 | scripts/copy_data.sh » ('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 12167e6fa448c6ee09683bfe4e7aba1f215f63be..a80cd1f2caa55f202b812aa4e78e38da7bbee086 100644
--- a/README.chromium
+++ b/README.chromium
@@ -50,18 +50,16 @@ Pre-built data files are generated and checked in with the following steps
e. Run
${CHROME_ICU_TREE_TOP}/scripts/make_data.sh
- This makes icudt${version}l.dat and icudt${version}l_dat.S
-
+ This makes icudt${version}l.dat.
f. Run
${CHROME_ICU_TREE_TOP}/scripts/copy_data.sh
- This copies the ICU data file for non-Android platform
- and the corresponding assembly source files for Linux and Mac to
- the following places.
+ This copies the ICU data files for non-Android platforms
+ (both Little and Big Endian) to the following locations:
common/icudtl.dat
- {linux,mac}/icudtl_dat.S
+ common/icudtb.dat
g. Run
${CHROME_ICU_TREE_TOP}/android/patch_locale.sh
@@ -71,15 +69,14 @@ Pre-built data files are generated and checked in with the following steps
h. Run
${CHROME_ICU_TREE_TOP}/scripts/make_data.sh
- This makes icudt${version}l.dat and icudt${version}l_dat.S for Android.
+ This makes icudt${version}l.dat for Android.
i. Run
${CHROME_ICU_TREE_TOP}/scripts/copy_data_android.sh
- This copies icu data files for Android to the following locations:
+ This copies the icu data file for Android to the following location:
android/icudtl.dat
- android/icudtl_dat.S
j. Run
${CHROME_ICU_TREE_TOP}/scripts/clean_up_data_source.sh
« no previous file with comments | « no previous file | scripts/copy_data.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698