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

Issue 1180583002: GN updates to build base on iOS (Closed)

Created:
5 years, 6 months ago by Chinmay
Modified:
5 years, 6 months ago
CC:
abarth-chromium, chromium-reviews, erikwright+watch_chromium.org, eseidel, sdefresne
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

GN updates to build base on iOS Committed: https://crrev.com/533669d71d8ffc0a6eb74fdee1a87692b01f59bc Cr-Commit-Position: refs/heads/master@{#334650}

Patch Set 1 #

Total comments: 13

Patch Set 2 : Address concerns raised in https://codereview.chromium.org/1180583002 #

Total comments: 5

Patch Set 3 : Address concerns raised in CL #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -5 lines) Patch
M base/BUILD.gn View 1 2 4 chunks +50 lines, -4 lines 0 comments Download
M base/process/BUILD.gn View 1 2 chunks +5 lines, -1 line 0 comments Download

Messages

Total messages: 27 (5 generated)
Chinmay
5 years, 6 months ago (2015-06-10 21:37:18 UTC) #2
eseidel
https://codereview.chromium.org/1180583002/diff/1/base/BUILD.gn File base/BUILD.gn (right): https://codereview.chromium.org/1180583002/diff/1/base/BUILD.gn#newcode832 base/BUILD.gn:832: set_sources_assignment_filter([]) This is slightly sad-panda. Would be nice to ...
5 years, 6 months ago (2015-06-10 21:42:44 UTC) #4
Chinmay
https://codereview.chromium.org/1180583002/diff/1/base/BUILD.gn File base/BUILD.gn (right): https://codereview.chromium.org/1180583002/diff/1/base/BUILD.gn#newcode832 base/BUILD.gn:832: set_sources_assignment_filter([]) On 2015/06/10 at 21:42:44, eseidel wrote: > This ...
5 years, 6 months ago (2015-06-10 21:45:28 UTC) #5
Dirk Pranke
lgtm, but you'll probably need owners approval from Brett or a //base owner.
5 years, 6 months ago (2015-06-11 01:24:04 UTC) #6
Nico
https://codereview.chromium.org/1180583002/diff/1/base/BUILD.gn File base/BUILD.gn (right): https://codereview.chromium.org/1180583002/diff/1/base/BUILD.gn#newcode17 base/BUILD.gn:17: cflags = [ "-Wno-deprecated-declarations" ] I don't see this ...
5 years, 6 months ago (2015-06-11 15:37:59 UTC) #7
sdefresne
https://codereview.chromium.org/1180583002/diff/1/base/process/process_handle_mac.cc File base/process/process_handle_mac.cc (right): https://codereview.chromium.org/1180583002/diff/1/base/process/process_handle_mac.cc#newcode7 base/process/process_handle_mac.cc:7: #if !defined(OS_IOS) On 2015/06/11 15:37:59, Nico wrote: > base ...
5 years, 6 months ago (2015-06-11 17:05:17 UTC) #9
Chinmay
https://codereview.chromium.org/1180583002/diff/1/base/BUILD.gn File base/BUILD.gn (right): https://codereview.chromium.org/1180583002/diff/1/base/BUILD.gn#newcode17 base/BUILD.gn:17: cflags = [ "-Wno-deprecated-declarations" ] On 2015/06/11 at 15:37:59, ...
5 years, 6 months ago (2015-06-11 17:44:36 UTC) #10
sdefresne
https://codereview.chromium.org/1180583002/diff/1/base/BUILD.gn File base/BUILD.gn (right): https://codereview.chromium.org/1180583002/diff/1/base/BUILD.gn#newcode832 base/BUILD.gn:832: set_sources_assignment_filter([]) On 2015/06/11 17:44:35, Chinmay wrote: > On 2015/06/11 ...
5 years, 6 months ago (2015-06-11 17:54:32 UTC) #11
Nico
If gn's filename rules don't match gyp's, they should probably be changed to match gyp… ...
5 years, 6 months ago (2015-06-11 18:02:34 UTC) #12
Dirk Pranke
On 2015/06/11 18:02:34, Nico wrote: > (In general, I think the gyp build should be ...
5 years, 6 months ago (2015-06-11 18:29:04 UTC) #13
Chinmay
On 2015/06/11 at 18:29:04, dpranke wrote: > On 2015/06/11 18:02:34, Nico wrote: > > (In ...
5 years, 6 months ago (2015-06-11 21:22:29 UTC) #14
Nico
https://codereview.chromium.org/1180583002/diff/20001/base/BUILD.gn File base/BUILD.gn (right): https://codereview.chromium.org/1180583002/diff/20001/base/BUILD.gn#newcode17 base/BUILD.gn:17: cflags = [ "-Wno-deprecated-declarations" ] This isn't in gyp. ...
5 years, 6 months ago (2015-06-11 21:45:04 UTC) #15
Chinmay
https://codereview.chromium.org/1180583002/diff/20001/base/BUILD.gn File base/BUILD.gn (right): https://codereview.chromium.org/1180583002/diff/20001/base/BUILD.gn#newcode17 base/BUILD.gn:17: cflags = [ "-Wno-deprecated-declarations" ] On 2015/06/11 at 21:45:04, ...
5 years, 6 months ago (2015-06-11 22:32:16 UTC) #16
Nico
On 2015/06/11 22:32:16, Chinmay wrote: > https://codereview.chromium.org/1180583002/diff/20001/base/BUILD.gn > File base/BUILD.gn (right): > > https://codereview.chromium.org/1180583002/diff/20001/base/BUILD.gn#newcode17 > ...
5 years, 6 months ago (2015-06-11 22:52:10 UTC) #17
Chinmay
On 2015/06/11 at 22:52:10, thakis wrote: > On 2015/06/11 22:32:16, Chinmay wrote: > > https://codereview.chromium.org/1180583002/diff/20001/base/BUILD.gn ...
5 years, 6 months ago (2015-06-12 00:25:52 UTC) #18
Nico
Cool, I missed that, thanks. The only thing left I don't understand is the deprecation ...
5 years, 6 months ago (2015-06-12 00:42:08 UTC) #19
Chinmay
On 2015/06/12 at 00:42:08, thakis wrote: > Cool, I missed that, thanks. > > The ...
5 years, 6 months ago (2015-06-12 19:58:07 UTC) #20
Dirk Pranke
Nico, can you take another look at this?
5 years, 6 months ago (2015-06-16 01:15:11 UTC) #21
Nico
lgtm!
5 years, 6 months ago (2015-06-16 17:47:53 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1180583002/40001
5 years, 6 months ago (2015-06-16 17:49:41 UTC) #25
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 6 months ago (2015-06-16 18:51:15 UTC) #26
commit-bot: I haz the power
5 years, 6 months ago (2015-06-16 18:53:06 UTC) #27
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/533669d71d8ffc0a6eb74fdee1a87692b01f59bc
Cr-Commit-Position: refs/heads/master@{#334650}

Powered by Google App Engine
This is Rietveld 408576698