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

Issue 2200323003: [Cronet] Add BUILD.gn for legacy ios/CrNet project. (Closed)

Created:
4 years, 4 months ago by mef
Modified:
4 years, 3 months ago
Reviewers:
droger, sdefresne
CC:
cbentzel+watch_chromium.org, chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Cronet] Add BUILD.gn for legacy ios/CrNet project. BUG=527059 Committed: https://crrev.com/6c1a3dd6ee7b9f0ae2b2308e993b8fd94895b252 Cr-Commit-Position: refs/heads/master@{#415312}

Patch Set 1 #

Total comments: 12

Patch Set 2 : Bind and bundle crnet_consumer to crnet_framework. #

Patch Set 3 : Split BUILD.gn, add Resources to crnet_framework. #

Patch Set 4 : crnet_consumer fails to find any framework. #

Patch Set 5 : Make icu dependency optional in //ios/net. #

Patch Set 6 : Conditional include icu_util.h #

Patch Set 7 : Satisfy gn check with nogncheck. #

Patch Set 8 : Fix conditional include. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+214 lines, -12 lines) Patch
M components/cronet/tools/cr_cronet.py View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M ios/BUILD.gn View 1 2 1 chunk +6 lines, -1 line 0 comments Download
A ios/crnet/BUILD.gn View 1 2 3 4 1 chunk +135 lines, -0 lines 0 comments Download
A ios/crnet/crnet_consumer/BUILD.gn View 1 2 3 4 5 1 chunk +31 lines, -0 lines 0 comments Download
M ios/crnet/crnet_consumer/crnet_consumer_app_delegate.mm View 1 chunk +1 line, -1 line 0 comments Download
M ios/crnet/crnet_consumer/crnet_consumer_view_controller.m View 1 chunk +1 line, -1 line 0 comments Download
M ios/crnet/crnet_consumer/main.mm View 1 2 3 4 5 1 chunk +0 lines, -2 lines 0 comments Download
M ios/crnet/crnet_environment.mm View 1 2 3 4 5 6 2 chunks +4 lines, -1 line 0 comments Download
A ios/crnet/test/BUILD.gn View 1 2 1 chunk +23 lines, -0 lines 0 comments Download
M ios/crnet/test/crnet_http_tests.mm View 1 chunk +1 line, -1 line 0 comments Download
M ios/net/BUILD.gn View 1 2 3 4 2 chunks +5 lines, -1 line 0 comments Download
M ios/net/protocol_handler_util.mm View 1 2 3 4 5 6 7 2 chunks +5 lines, -2 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 56 (33 generated)
mef
Hi, PTAL. I'm adding ios/crnet/BUILD.gn to use instead of GYP until we transition to components/cronet/ios. ...
4 years, 4 months ago (2016-08-02 21:32:41 UTC) #2
sdefresne
https://codereview.chromium.org/2200323003/diff/1/ios/crnet/BUILD.gn File ios/crnet/BUILD.gn (right): https://codereview.chromium.org/2200323003/diff/1/ios/crnet/BUILD.gn#newcode1 ios/crnet/BUILD.gn:1: # Copyright 2015 The Chromium Authors. All rights reserved. ...
4 years, 4 months ago (2016-08-02 21:54:11 UTC) #3
mef
Thanks for your comments! I'll split BUILD.gn files in next patch, but I'm unable to ...
4 years, 4 months ago (2016-08-02 22:19:17 UTC) #4
mef
On 2016/08/02 at 22:19:17, mef wrote: > Thanks for your comments! I'll split BUILD.gn files ...
4 years, 4 months ago (2016-08-03 16:18:26 UTC) #5
sdefresne
On 2016/08/03 16:18:26, mef wrote: > On 2016/08/02 at 22:19:17, mef wrote: > > Thanks ...
4 years, 4 months ago (2016-08-03 16:42:12 UTC) #6
mef
On 2016/08/03 at 16:42:12, sdefresne wrote: > On 2016/08/03 16:18:26, mef wrote: > > On ...
4 years, 4 months ago (2016-08-03 16:51:36 UTC) #7
mef
On 2016/08/03 at 16:51:36, mef wrote: > On 2016/08/03 at 16:42:12, sdefresne wrote: > > ...
4 years, 4 months ago (2016-08-03 17:54:10 UTC) #8
mef
https://codereview.chromium.org/2200323003/diff/1/ios/crnet/BUILD.gn File ios/crnet/BUILD.gn (right): https://codereview.chromium.org/2200323003/diff/1/ios/crnet/BUILD.gn#newcode71 ios/crnet/BUILD.gn:71: ios_app_bundle("crnet_consumer") { On 2016/08/02 at 21:54:11, sdefresne (travelling - ...
4 years, 4 months ago (2016-08-03 20:42:41 UTC) #9
mef
On 2016/08/03 20:42:41, mef wrote: > https://codereview.chromium.org/2200323003/diff/1/ios/crnet/BUILD.gn > File ios/crnet/BUILD.gn (right): > > https://codereview.chromium.org/2200323003/diff/1/ios/crnet/BUILD.gn#newcode71 > ...
4 years, 4 months ago (2016-08-05 14:34:34 UTC) #10
sdefresne
On 2016/08/05 14:34:34, mef wrote: > On 2016/08/03 20:42:41, mef wrote: > > https://codereview.chromium.org/2200323003/diff/1/ios/crnet/BUILD.gn > ...
4 years, 4 months ago (2016-08-05 23:50:51 UTC) #11
chromium-reviews
I didn't get to this today either (I was trying to fix official builder for ...
4 years, 4 months ago (2016-08-09 04:14:03 UTC) #12
mef
Thanks a lot, I appreciate that! Don't worry about delay, official builder is certainly higher ...
4 years, 4 months ago (2016-08-09 14:58:53 UTC) #13
sdefresne
Sorry fixing the official builder and helping with the Xcode 8 transition used all my ...
4 years, 4 months ago (2016-08-12 20:59:04 UTC) #14
mef
On 2016/08/12 20:59:04, sdefresne (OOO Aug 12 - Sep 5) wrote: > Sorry fixing the ...
4 years, 4 months ago (2016-08-12 21:04:34 UTC) #15
mef
David, could you take a look when you have a chance? We are currently unable ...
4 years, 3 months ago (2016-08-26 18:03:55 UTC) #16
droger
I can give you a rubberstamp LGTM for this, the changes look very sensible. But ...
4 years, 3 months ago (2016-08-29 11:33:02 UTC) #17
mef
On 2016/08/29 11:33:02, droger wrote: > I can give you a rubberstamp LGTM for this, ...
4 years, 3 months ago (2016-08-30 14:49:19 UTC) #47
mef
On 2016/08/29 11:33:02, droger wrote: > I can give you a rubberstamp LGTM for this, ...
4 years, 3 months ago (2016-08-30 14:49:21 UTC) #48
droger
On 2016/08/30 14:49:21, mef wrote: > Thanks a lot! Could you take one more look? ...
4 years, 3 months ago (2016-08-30 15:23:25 UTC) #49
mef
On 2016/08/30 15:23:25, droger wrote: > On 2016/08/30 14:49:21, mef wrote: > > Thanks a ...
4 years, 3 months ago (2016-08-30 15:50:44 UTC) #50
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2200323003/140001
4 years, 3 months ago (2016-08-30 15:51:39 UTC) #52
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years, 3 months ago (2016-08-30 16:18:19 UTC) #54
commit-bot: I haz the power
4 years, 3 months ago (2016-08-30 16:19:58 UTC) #56
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/6c1a3dd6ee7b9f0ae2b2308e993b8fd94895b252
Cr-Commit-Position: refs/heads/master@{#415312}

Powered by Google App Engine
This is Rietveld 408576698