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

Issue 1285493004: mac, GN: Pass 10.6 as deployment target. (Closed)

Created:
5 years, 4 months ago by erikchen
Modified:
5 years, 4 months ago
Reviewers:
Nico
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

mac, GN: Pass 10.6 as deployment target. Previously, GN was using the sdk version as the deployment target, which meant gn-built binaries couldn't run on OS X versions older than 10.10 after updating the SDK to 10.10. With this fix, mac GN matches the behavior of Mac GYP. BUG=463170 Committed: https://crrev.com/e194adc1f7bdeeb500dcd357283d512651b6bf1b Cr-Commit-Position: refs/heads/master@{#342908}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Comments from thakis. #

Patch Set 3 : Comments from thakis. #

Total comments: 2

Patch Set 4 : Fix comment typo. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -2 lines) Patch
M build/config/mac/BUILD.gn View 1 1 chunk +1 line, -1 line 0 comments Download
M build/config/mac/mac_sdk.gni View 1 2 3 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 22 (4 generated)
erikchen
thakis: Please review.
5 years, 4 months ago (2015-08-11 20:30:00 UTC) #2
Nico
not lgtm We have to fix these, not suppress them.
5 years, 4 months ago (2015-08-11 20:37:48 UTC) #3
Nico
Unless you also up the deployment target, there shouldn't be more warnings either, no?
5 years, 4 months ago (2015-08-11 20:38:14 UTC) #4
Nico
See also the similar discussion in https://codereview.chromium.org/1180583002/ On Tue, Aug 11, 2015 at 1:38 PM, ...
5 years, 4 months ago (2015-08-11 20:39:04 UTC) #5
Nico
(complained on https://codereview.chromium.org/1250913002/#msg45) https://codereview.chromium.org/1285493004/diff/1/base/BUILD.gn File base/BUILD.gn (right): https://codereview.chromium.org/1285493004/diff/1/base/BUILD.gn#newcode15 base/BUILD.gn:15: if (is_ios || is_mac) { …why ...
5 years, 4 months ago (2015-08-11 20:41:40 UTC) #6
Nico
Maybe we don't pass the right -mmacosx-version-min in the gn build?
5 years, 4 months ago (2015-08-11 20:51:05 UTC) #7
erikchen
On 2015/08/11 20:38:14, Nico (hiding) wrote: > Unless you also up the deployment target, there ...
5 years, 4 months ago (2015-08-11 20:51:40 UTC) #8
Nico
On 2015/08/11 20:51:40, erikchen wrote: > On 2015/08/11 20:38:14, Nico (hiding) wrote: > > Unless ...
5 years, 4 months ago (2015-08-11 20:53:19 UTC) #9
erikchen
On 2015/08/11 20:53:19, Nico (hiding) wrote: > On 2015/08/11 20:51:40, erikchen wrote: > > On ...
5 years, 4 months ago (2015-08-11 21:03:07 UTC) #10
erikchen
thakis: PTAL
5 years, 4 months ago (2015-08-11 21:12:48 UTC) #11
Nico
lgtm, thanks!. I tweaked the CL description a bit.
5 years, 4 months ago (2015-08-11 21:15:19 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1285493004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1285493004/40001
5 years, 4 months ago (2015-08-11 21:16:40 UTC) #14
Nico
https://codereview.chromium.org/1285493004/diff/40001/build/config/mac/mac_sdk.gni File build/config/mac/mac_sdk.gni (right): https://codereview.chromium.org/1285493004/diff/40001/build/config/mac/mac_sdk.gni#newcode14 build/config/mac/mac_sdk.gni:14: # Path to a specific version of the Mac ...
5 years, 4 months ago (2015-08-11 21:16:40 UTC) #15
Nico
On 2015/08/11 21:16:40, Nico (hiding) wrote: > https://codereview.chromium.org/1285493004/diff/40001/build/config/mac/mac_sdk.gni > File build/config/mac/mac_sdk.gni (right): > > https://codereview.chromium.org/1285493004/diff/40001/build/config/mac/mac_sdk.gni#newcode14 ...
5 years, 4 months ago (2015-08-11 21:16:49 UTC) #16
erikchen
https://codereview.chromium.org/1285493004/diff/40001/build/config/mac/mac_sdk.gni File build/config/mac/mac_sdk.gni (right): https://codereview.chromium.org/1285493004/diff/40001/build/config/mac/mac_sdk.gni#newcode14 build/config/mac/mac_sdk.gni:14: # Path to a specific version of the Mac ...
5 years, 4 months ago (2015-08-11 21:18:26 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1285493004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1285493004/60001
5 years, 4 months ago (2015-08-11 21:19:50 UTC) #20
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 4 months ago (2015-08-11 21:53:05 UTC) #21
commit-bot: I haz the power
5 years, 4 months ago (2015-08-11 21:53:41 UTC) #22
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/e194adc1f7bdeeb500dcd357283d512651b6bf1b
Cr-Commit-Position: refs/heads/master@{#342908}

Powered by Google App Engine
This is Rietveld 408576698