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

Issue 104793004: Fix gyp: duplicate target definitions for third_party/icu/icu.gyp:icudata#target (Closed)

Created:
7 years ago by dshwang
Modified:
6 years, 8 months ago
Base URL:
https://chromium.googlesource.com/chromium/deps/icu46.git@master
Visibility:
Public.

Description

Fix gyp: duplicate target definitions for third_party/icu/icu.gyp:icudata#target When use_system_icu=1 and want_separate_host_toolset=1, icudata target is defined twice. BUG=341104

Patch Set 1 #

Patch Set 2 : Make logic for want_separate_host_toolset same to v8.gyp #

Patch Set 3 : WIP: for discussion #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -43 lines) Patch
M icu.gyp View 1 2 10 chunks +74 lines, -43 lines 1 comment Download

Messages

Total messages: 13 (0 generated)
dshwang
7 years ago (2013-12-18 17:33:23 UTC) #1
jochen (gone - plz use gerrit)
+jshin
7 years ago (2013-12-20 07:54:25 UTC) #2
dshwang
could you review?
6 years, 11 months ago (2013-12-30 08:30:32 UTC) #3
dshwang
6 years, 11 months ago (2014-01-03 09:44:14 UTC) #4
jochen (gone - plz use gerrit)
I believe this is already fixed in r241739 ?
6 years, 11 months ago (2014-01-03 14:36:10 UTC) #5
dshwang
On 2014/01/03 14:36:10, jochen wrote: > I believe this is already fixed in r241739 ? ...
6 years, 11 months ago (2014-01-03 15:54:07 UTC) #6
dshwang
this CL should be updated. I'll update soon.
6 years, 11 months ago (2014-01-03 15:59:38 UTC) #7
dshwang
This issue can be reproduced by following steps. > export GYP_GENERATORS='ninja' > ./build/gyp_chromium -Duse_system_icu=1 Strangely, ...
6 years, 11 months ago (2014-01-03 16:30:39 UTC) #8
jochen (gone - plz use gerrit)
the logic should be like this: if want_separate_host_toolset == 0 and use_system_icu == 0 don't ...
6 years, 11 months ago (2014-01-03 16:36:22 UTC) #9
jungshik at Google
On 2014/01/03 16:36:22, jochen wrote: > the logic should be like this: > > if ...
6 years, 11 months ago (2014-01-03 19:28:15 UTC) #10
dshwang
On 2014/01/03 19:28:15, Jungshik Shin wrote: > On 2014/01/03 16:36:22, jochen wrote: > > the ...
6 years, 11 months ago (2014-01-03 20:29:23 UTC) #11
dshwang
https://codereview.chromium.org/104793004/diff/150001/icu.gyp File icu.gyp (right): https://codereview.chromium.org/104793004/diff/150001/icu.gyp#newcode78 icu.gyp:78: 'export_dependent_settings': ['system_icudata'], I try to not build it for ...
6 years, 11 months ago (2014-01-03 20:36:42 UTC) #12
marja
6 years, 11 months ago (2014-01-07 08:44:19 UTC) #13
(Removing myself from the reviewer list, as jochen@ has had a look already...)

Powered by Google App Engine
This is Rietveld 408576698