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

Issue 1639543006: ICU 56 step 6: Check in the pre-built ICU data (Closed)

Created:
4 years, 11 months ago by jungshik at Google
Modified:
4 years, 10 months ago
Reviewers:
Mark Mentovai
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/deps/icu.git@56local_patches
Target Ref:
refs/heads/master
Visibility:
Public.

Description

ICU 56 step 6:Check in the pre-built ICU data * Update the pre-built ICU data files for all platforms source/data/in/icudtl.dat for non-Android platforms {linux,mac}/icudt*.S for linux/mac android/icudtl.dat and android/icudt*.S for Android windows/icudt.dll for Windows * Update Android data trimming script 1. Make sure that 'default' calendar is kept in locales where it's relevant : root, th, fa, ar_SA, etc. 2. Add a minimal region data to work around a bug in ICU with pool.res handling * Update gn and gyp files * And add a TODO comment to update.sh to automate the build file update. * Add it_CH to the locale list. * Add sr_Latn to unit/reslocal.mk (required by sh) and line_normal_fi to brkitr/brklocal.mk (referred to in brkitr/fi.txt) in place of line_fi. * Update and add scripts for data building * Completely rewrite README.chromium * Check-in the prebuilt ICU data files/assembly sources for Linux,Mac,Windows,Chrome OS and Android. BUG=575007 TEST=Blink layout tests, webkit unittests TEST=All bots can build successfully TEST=net_unittests --gtest_filter="*ilenameUtil*" TEST=net_unittests --gtest_filter="*IDN*" (pending bug 336973) TEST=base_unittests --gtest_filter="*Conv*" TEST=browser_tests --gtest_filter="*ncoding*" TEST=base_unittests --gtest_filter="*essage*" TEST=ui_base_unittests --gtest_filter="*ormat*" TEST=ui_base_unittests --gtest_filter="L10n*" R=mark@chromium.org Committed: https://chromium.googlesource.com/chromium/deps/icu/+/d2c1830066314b3c06289a70d67f8411f7702579

Patch Set 1 #

Patch Set 2 : update html5-only converter flag in build files #

Patch Set 3 : windows icu dll, fix icu data #

Patch Set 4 : minor clean up of README.chromium #

Total comments: 12

Patch Set 5 : address review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+440 lines, -205 lines) Patch
M BUILD.gn View 1 2 3 4 15 chunks +26 lines, -5 lines 0 comments Download
M README.chromium View 1 2 3 4 2 chunks +201 lines, -159 lines 0 comments Download
M android/brkitr.patch View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M android/icudtl.dat View 1 2 3 4 Binary file 0 comments Download
M android/patch_locale.sh View 1 2 3 4 3 chunks +14 lines, -2 lines 0 comments Download
M icu.gyp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M icu.gypi View 1 2 3 4 13 chunks +21 lines, -4 lines 0 comments Download
A scripts/big5_gen.sh View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A scripts/clean_up_data_source.sh View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
A scripts/copy_data.sh View 1 2 3 4 1 chunk +18 lines, -0 lines 0 comments Download
A scripts/copy_data_android.sh View 1 2 3 4 1 chunk +17 lines, -0 lines 0 comments Download
A scripts/data_common.sh View 1 2 3 4 1 chunk +23 lines, -0 lines 0 comments Download
A scripts/euckr_gen.sh View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A scripts/make_data.sh View 1 2 3 4 1 chunk +99 lines, -0 lines 0 comments Download
M scripts/make_mac_assembly.sh View 1 2 3 4 2 chunks +4 lines, -1 line 0 comments Download
D scripts/make_n_copy_data.sh View 1 2 3 4 1 chunk +0 lines, -25 lines 0 comments Download
M scripts/single_byte_gen.sh View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M scripts/update.sh View 1 2 3 4 3 chunks +5 lines, -2 lines 0 comments Download
M scripts/update_tz.sh View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M source/data/brkitr/brklocal.mk View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
A + source/data/in/icudtl.dat View 1 2 3 4 Binary file 0 comments Download
M source/data/locales/reslocal.mk View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M source/data/unit/reslocal.mk View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M windows/icudt.dll View 1 2 3 4 Binary file 0 comments Download

Depends on Patchset:

Messages

Total messages: 12 (7 generated)
jungshik at Google
This is the last in the series of CLs for ICU 56.1 update. I updated ...
4 years, 10 months ago (2016-01-28 09:01:42 UTC) #7
jungshik at Google
Thank you in advance for taking a look !
4 years, 10 months ago (2016-01-28 09:02:37 UTC) #8
Mark Mentovai
LGTM otherwise https://codereview.chromium.org/1639543006/diff/30001/README.chromium File README.chromium (right): https://codereview.chromium.org/1639543006/diff/30001/README.chromium#newcode18 README.chromium:18: This will download the ICU from the ...
4 years, 10 months ago (2016-01-28 14:23:33 UTC) #9
jungshik at Google
Thank you. I addressed all the comments (and I also added '>&2' for other error ...
4 years, 10 months ago (2016-01-29 08:11:19 UTC) #10
jungshik at Google
4 years, 10 months ago (2016-01-29 09:18:18 UTC) #12
Message was sent while issue was closed.
Committed patchset #5 (id:40001) manually as
d2c1830066314b3c06289a70d67f8411f7702579 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698