|
|
Created:
5 years, 6 months ago by Chinmay Modified:
5 years, 6 months ago Reviewers:
Dirk Pranke, brettw, jungshik at Google, sdefresne, eseidel CC:
chromium-reviews, sdefresne Base URL:
https://chromium.googlesource.com/chromium/deps/icu.git@master Target Ref:
refs/heads/master Visibility:
Public. |
DescriptionGN: Avoid failing unconditionally on iOS due to the lack of a target for icudata
R=brettw@chromium.org, dpranke@chromium.org
Committed: https://chromium.googlesource.com/chromium/deps/icu/+/c3f79166089e5360c09e3053fce50e6e296c3204
Patch Set 1 #
Total comments: 1
Patch Set 2 : Address CL concerns #
Total comments: 2
Messages
Total messages: 23 (9 generated)
chinmaygarde@google.com changed reviewers: + brettw@chromium.org, dpranke@chromium.org, jshin@chromium.org
lgtm https://codereview.chromium.org/1183493003/diff/1/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/1183493003/diff/1/BUILD.gn#newcode510 BUILD.gn:510: } Please leave this as TODO(GYP): so that we can track all of the transition-related things more easily. If you want to also have TODO(csg), feel free to list both.
On 2015/06/16 at 00:46:41, dpranke wrote: > lgtm > > https://codereview.chromium.org/1183493003/diff/1/BUILD.gn > File BUILD.gn (right): > > https://codereview.chromium.org/1183493003/diff/1/BUILD.gn#newcode510 > BUILD.gn:510: } > Please leave this as TODO(GYP): so that we can track all of the transition-related things more easily. If you want to also have TODO(csg), feel free to list both. Done. Thanks
The CQ bit was checked by chinmaygarde@google.com
The patchset sent to the CQ was uploaded after l-g-t-m from dpranke@chromium.org Link to the patchset: https://codereview.chromium.org/1183493003/#ps20001 (title: "Address CL concerns")
The CQ bit was unchecked by commit-bot@chromium.org
Commit queue rejected this change because it did not recognize the base URL. Please commit your change manually.
Brett, can I get an OWNERS approval for this?
sdefresne@chromium.org changed reviewers: + sdefresne@chromium.org
https://codereview.chromium.org/1183493003/diff/20001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/1183493003/diff/20001/BUILD.gn#newcode509 BUILD.gn:509: # the longer term, need to figure out how to use system ICU Will we have to move all bundle resources to "executable" type targets? This may proves problematic as Chrome for iOS already defines 15 targets and this will only increase as more unit tests are upstreamed.
https://codereview.chromium.org/1183493003/diff/20001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/1183493003/diff/20001/BUILD.gn#newcode509 BUILD.gn:509: # the longer term, need to figure out how to use system ICU On 2015/06/16 15:10:10, sdefresne wrote: > Will we have to move all bundle resources to "executable" type targets? This may > proves problematic as Chrome for iOS already defines 15 targets and this will > only increase as more unit tests are upstreamed. I expect we'll support a bundle() target type, but I'm not sure if that answers your question?
lgtm
The CQ bit was checked by chinmaygarde@google.com
The CQ bit was unchecked by commit-bot@chromium.org
Commit queue rejected this change because it did not recognize the base URL. Please commit your change manually.
The CQ bit was checked by eseidel@chromium.org
The CQ bit was unchecked by commit-bot@chromium.org
Commit queue rejected this change because it did not recognize the base URL. Please commit your change manually.
I need to land this change manually for chinmay (I said I would do this, but forgot :().
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as c3f79166089e5360c09e3053fce50e6e296c3204 (presubmit successful).
Message was sent while issue was closed.
On 2015/06/23 20:38:11, Dirk Pranke wrote: > Committed patchset #2 (id:20001) manually as > c3f79166089e5360c09e3053fce50e6e296c3204 (presubmit successful). Note that this change will still need to be rolled into chromium; Chinmay, did you want to post the CL for that?
Message was sent while issue was closed.
On 2015/06/24 at 00:03:42, dpranke wrote: > On 2015/06/23 20:38:11, Dirk Pranke wrote: > > Committed patchset #2 (id:20001) manually as > > c3f79166089e5360c09e3053fce50e6e296c3204 (presubmit successful). > > Note that this change will still need to be rolled into chromium; Chinmay, did you want to post the CL for that? Thanks for reminding me. Will do. |