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

Issue 937513002: Change the type of icudata target to none (Closed)

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

Description

Change the type of icudata target to none When icu_use_data_file_flag==1, nothing is done other than copying icudtl.dat. [1] Therefore, the type is changed to 'none' from 'static_library'. Although I couldn't locally reproduce the problme, one of iOS try bots tried to link with libicudata.a [2] and failed when the type is 'static_library'. This change should fix the problem. [1] http://codereview.chromium.org/926113004 moved stubdata.c to icuuc. [2] https://codereview.chromium.org/878723002/ PS 14 has the above change in icu.gyp. ios_dbg_simulator_ng failed to link looking for libicudata.a in the 1st try. When I ran the trybot again, the compile went through. BUG=428145 TEST=All bots (including iOS bots) can build successfully. R=mark@chromium.org Committed: https://chromium.googlesource.com/chromium/deps/icu/+/dfcce371da4b0031f5dd5f7588a050258e1076cb

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M icu.gyp View 1 chunk +1 line, -0 lines 1 comment Download

Messages

Total messages: 8 (1 generated)
jungshik at Google
Can you take a look? Thanks
5 years, 10 months ago (2015-02-17 21:25:18 UTC) #2
Mark Mentovai
LGTM
5 years, 10 months ago (2015-02-17 21:27:25 UTC) #3
jungshik at Google
https://codereview.chromium.org/937513002/diff/1/icu.gyp File icu.gyp (right): https://codereview.chromium.org/937513002/diff/1/icu.gyp#newcode148 icu.gyp:148: 'link_settings': { I was worried that link_settings may not ...
5 years, 10 months ago (2015-02-17 21:27:38 UTC) #4
jungshik at Google
Committed patchset #1 (id:1) manually as dfcce371da4b0031f5dd5f7588a050258e1076cb (presubmit successful).
5 years, 10 months ago (2015-02-17 22:41:33 UTC) #5
stuartmorgan
LGTM. I believe the reason you couldn't repro is that Xcode and ninja react differently ...
5 years, 10 months ago (2015-02-18 16:14:03 UTC) #6
jungshik at Google
On 2015/02/18 16:14:03, stuartmorgan wrote: > LGTM. I believe the reason you couldn't repro is ...
5 years, 10 months ago (2015-02-18 18:09:08 UTC) #7
stuartmorgan
5 years, 10 months ago (2015-02-18 18:23:14 UTC) #8
Message was sent while issue was closed.
On 2015/02/18 18:09:08, Jungshik at google wrote:
> BTW, ios_dbg_simulator_ng bot is still "failing" even with this change. It's
> strange that all the tests with patch passed. After that, those tests were
> re-run apparently without patch and "failed" saying " TEST RESULTS WERE
INVALID"

I'm not sure what that indicates exactly; infra would indeed be the best next
step.

Powered by Google App Engine
This is Rietveld 408576698