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

Issue 12672003: Use the lowest MacOS SDK available on a system (Closed)

Created:
7 years, 9 months ago by kustermann
Modified:
7 years, 9 months ago
Reviewers:
ricow1, ahe
CC:
reviews_dartlang.org, ahe
Visibility:
Public.

Description

Use the lowest MacOS SDK available on a system

Patch Set 1 #

Total comments: 16

Patch Set 2 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+107 lines, -8 lines) Patch
M compiler/dartium.gyp View 1 chunk +0 lines, -2 lines 0 comments Download
M tools/gyp/all.gypi View 1 1 chunk +8 lines, -2 lines 0 comments Download
M tools/gyp/common.gypi View 1 1 chunk +8 lines, -2 lines 0 comments Download
A tools/gyp/find_mac_sdk.py View 1 1 chunk +89 lines, -0 lines 2 comments Download
M tools/gyp/xcode.gypi View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
kustermann
In order to build on my MacBook I still need to select the correct compiler ...
7 years, 9 months ago (2013-03-12 16:51:40 UTC) #1
Ivan Posva
We can fix the setting of the compiler default in a separate CL. -Ivan https://codereview.chromium.org/12672003/diff/1/tools/generate_projects.py ...
7 years, 9 months ago (2013-03-13 09:44:40 UTC) #2
ricow1
https://codereview.chromium.org/12672003/diff/1/tools/gyp/find_sdk.py File tools/gyp/find_sdk.py (right): https://codereview.chromium.org/12672003/diff/1/tools/gyp/find_sdk.py#newcode2 tools/gyp/find_sdk.py:2: # Copyright (c) 2012 The Chromium Authors. All rights ...
7 years, 9 months ago (2013-03-13 10:10:42 UTC) #3
kustermann
https://codereview.chromium.org/12672003/diff/1/tools/generate_projects.py File tools/generate_projects.py (right): https://codereview.chromium.org/12672003/diff/1/tools/generate_projects.py#newcode61 tools/generate_projects.py:61: args += ['-D', 'DART_ROOT=' + dart_root] On 2013/03/13 09:44:40, ...
7 years, 9 months ago (2013-03-13 15:30:29 UTC) #4
ricow1
LGTM (cc'ing Peter)
7 years, 9 months ago (2013-03-15 08:36:37 UTC) #5
Ivan Posva
Martin, Can we please also have a similar solution for automatically setting the xcode_gcc_version value? ...
7 years, 9 months ago (2013-03-18 04:33:57 UTC) #6
kustermann
> Can we please also have a similar solution for automatically setting the > xcode_gcc_version ...
7 years, 9 months ago (2013-03-18 10:33:27 UTC) #7
ahe
LGTM, except for the find_mac_sdk.py file. Couldn't we import it through third_party? https://codereview.chromium.org/12672003/diff/16001/tools/gyp/find_mac_sdk.py File tools/gyp/find_mac_sdk.py ...
7 years, 9 months ago (2013-03-20 10:50:03 UTC) #8
kustermann
7 years, 9 months ago (2013-03-21 08:43:00 UTC) #9
Message was sent while issue was closed.
I'm not sure if we want to make another third_party dependency  just because of
one file. IMHO this file is self contained and doesn't need to be in sync with
the one in chromium.

https://codereview.chromium.org/12672003/diff/16001/tools/gyp/find_mac_sdk.py
File tools/gyp/find_mac_sdk.py (right):

https://codereview.chromium.org/12672003/diff/16001/tools/gyp/find_mac_sdk.py...
tools/gyp/find_mac_sdk.py:2: # Copyright (c) 2012 The Chromium Authors. All
rights reserved.
On 2013/03/20 10:50:03, ahe wrote:
> Something fishy with the copyrights in this file.

Well, as you can see on line 10 this file was copied from the chromium
repository. Ricow told me I should look into 'runtime/bin/net/nss.gyp' (because
that was copied as well) -- so I just followed that style of having two
copyright notices.

Powered by Google App Engine
This is Rietveld 408576698