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

Issue 102413007: Use the icu data file on Linux (but not on CrOS) (Closed)

Created:
7 years ago by jungshik at Google
Modified:
6 years, 11 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Use the icu data file on Linux (but not on CrOS) Set icu_use_data_file_flag to 1 for POSIX (other than Mac/iOS/Android). Mac and Android will be handled in a separate CL. This has to wait until https://codereview.chromium.org/111723007/ is rolled in. (done by https://codereview.chromium.org/118313004/ ) BUG=72633 TEST=All linux builds go through and all tests pass and there's no perf (start-up etc) regression. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=246678 R=mark@chromium.org, mmoss@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=247045

Patch Set 1 #

Patch Set 2 : add icudtl.dat to archiver/installer #

Total comments: 1

Patch Set 3 : get rid of 'if -r' around 'install icudtl.dat' #

Patch Set 4 : disable icu_use_data_file_flag on CrOS #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -0 lines) Patch
M build/common.gypi View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/installer/linux/common/installer.include View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/tools/build/linux/FILES.cfg View 1 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
jungshik at Google
7 years ago (2013-12-16 18:51:32 UTC) #1
Mark Mentovai
LGTM
7 years ago (2013-12-16 18:51:57 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jshin@chromium.org/102413007/1
7 years ago (2013-12-16 21:32:11 UTC) #3
commit-bot: I haz the power
Retried try job too often on linux_aura for step(s) app_list_unittests, aura_unittests, browser_tests, compositor_unittests, content_browsertests, content_unittests, ...
7 years ago (2013-12-16 22:43:19 UTC) #4
jungshik at Google
Non-shared builds do not work with this. I have to get 'copies' out of 'link_settings'. ...
7 years ago (2013-12-17 00:17:31 UTC) #5
jungshik at Google
On 2013/12/17 00:17:31, Jungshik Shin wrote: > Non-shared builds do not work with this. I ...
7 years ago (2013-12-19 09:26:44 UTC) #6
jungshik at Google
On 2013/12/19 09:26:44, Jungshik Shin wrote: > On 2013/12/17 00:17:31, Jungshik Shin wrote: > > ...
6 years, 11 months ago (2014-01-22 00:21:28 UTC) #7
jungshik at Google
mmoss@chromium.org: Please review changes in chrome/{installer,build}/linux. Thank you.
6 years, 11 months ago (2014-01-22 21:29:33 UTC) #8
Michael Moss
https://codereview.chromium.org/102413007/diff/40001/chrome/installer/linux/common/installer.include File chrome/installer/linux/common/installer.include (right): https://codereview.chromium.org/102413007/diff/40001/chrome/installer/linux/common/installer.include#newcode136 chrome/installer/linux/common/installer.include:136: if [ -r "${BUILDDIR}/icudtl.dat" ]; then If this file ...
6 years, 11 months ago (2014-01-22 22:06:13 UTC) #9
jungshik at Google
On 2014/01/22 22:06:13, Michael Moss wrote: > https://codereview.chromium.org/102413007/diff/40001/chrome/installer/linux/common/installer.include > File chrome/installer/linux/common/installer.include (right): > > https://codereview.chromium.org/102413007/diff/40001/chrome/installer/linux/common/installer.include#newcode136 ...
6 years, 11 months ago (2014-01-22 22:17:39 UTC) #10
Michael Moss
lgtm
6 years, 11 months ago (2014-01-22 22:38:37 UTC) #11
jungshik at Google
On 2014/01/22 22:38:37, Michael Moss wrote: > lgtm Thanks. linux_chromeos failed content_unittests due to the ...
6 years, 11 months ago (2014-01-23 00:06:18 UTC) #12
jungshik at Google
linux_arm_crosscompile_cros also failed. ninja complained about multiple rules for icudtl.dat. It looks like I'd better ...
6 years, 11 months ago (2014-01-23 01:20:46 UTC) #13
jungshik at Google
I disabled icu_use_data_file_flag on CrOS for now. I'll get the latest patchset landed.
6 years, 11 months ago (2014-01-23 11:15:30 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jshin@chromium.org/102413007/180001
6 years, 11 months ago (2014-01-23 17:33:19 UTC) #15
commit-bot: I haz the power
Change committed as 246678
6 years, 11 months ago (2014-01-23 20:38:54 UTC) #16
jungshik at Google
Committed patchset #4 manually as r247045 (presubmit successful).
6 years, 11 months ago (2014-01-25 00:58:59 UTC) #17
jungshik at Google
6 years, 11 months ago (2014-01-25 01:02:04 UTC) #18
Message was sent while issue was closed.
On 2014/01/25 00:58:59, Jungshik Shin wrote:
> Committed patchset #4 manually as r247045 (presubmit successful).

This will cut down the chrome-text size by 10MB. Perf_IMPROVEMENT from that size
reduction should NOT be regarded as a reason to revert. Its a good thing (TM)
:-)

Powered by Google App Engine
This is Rietveld 408576698