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

Issue 2412353003: Remove direct references to hermetic mac toolchain. (Closed)

Created:
4 years, 2 months ago by erikchen
Modified:
4 years, 2 months ago
CC:
chromium-reviews, eugenis+clang_chromium.org, vmpstr+watch_chromium.org, yunlian, hans, mac-reviews_chromium.org, glider+clang_chromium.org, Nico, ukai+watch_chromium.org, Reid Kleckner, dmikurube+clang_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove direct references to hermetic mac toolchain. This ensures that the hermetic toolchain is only used if use_system_xcode is false. This CL also causes two changes: * svn is assumed to be installed on the system. It is not pulled from the hermetic toolchain. * mac_sdk_build was used to populate the SDK version in the Info.plist. This was being populated with a different version than the SDK being used to build Chrome, which is incorrect. BUG=651267 Committed: https://crrev.com/6218c34684254f1c090bf501f6c46b0a69b63ec5 Cr-Commit-Position: refs/heads/master@{#425170}

Patch Set 1 #

Patch Set 2 : More fixes. #

Patch Set 3 : More cleanup. #

Total comments: 2

Patch Set 4 : Remove unused import. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -44 lines) Patch
M build/config/mac/mac_sdk.gni View 1 2 3 chunks +17 lines, -2 lines 0 comments Download
M build/config/mac/rules.gni View 1 2 1 chunk +1 line, -1 line 0 comments Download
M build/config/mac/sdk_info.py View 2 chunks +9 lines, -8 lines 0 comments Download
M build/gyp_environment.py View 2 chunks +0 lines, -2 lines 0 comments Download
M build/mac/find_sdk.py View 1 2 3 3 chunks +6 lines, -7 lines 0 comments Download
M build/mac_toolchain.py View 1 2 3 chunks +2 lines, -16 lines 0 comments Download
M tools/clang/scripts/update.py View 1 chunk +0 lines, -8 lines 2 comments Download

Messages

Total messages: 24 (11 generated)
erikchen
rsesek: Please review.
4 years, 2 months ago (2016-10-13 17:58:15 UTC) #3
erikchen
justincohen: Please review.
4 years, 2 months ago (2016-10-13 18:02:00 UTC) #6
justincohen
https://codereview.chromium.org/2412353003/diff/40001/tools/clang/scripts/update.py File tools/clang/scripts/update.py (left): https://codereview.chromium.org/2412353003/diff/40001/tools/clang/scripts/update.py#oldcode177 tools/clang/scripts/update.py:177: mac_toolchain.SetToolchainEnvironment() Does this file not need --developer_dir anymore?
4 years, 2 months ago (2016-10-13 18:09:09 UTC) #7
erikchen
https://codereview.chromium.org/2412353003/diff/40001/tools/clang/scripts/update.py File tools/clang/scripts/update.py (left): https://codereview.chromium.org/2412353003/diff/40001/tools/clang/scripts/update.py#oldcode177 tools/clang/scripts/update.py:177: mac_toolchain.SetToolchainEnvironment() On 2016/10/13 18:09:09, justincohen wrote: > Does this ...
4 years, 2 months ago (2016-10-13 19:43:54 UTC) #8
erikchen
dpranke: Please review.
4 years, 2 months ago (2016-10-13 20:24:47 UTC) #12
Dirk Pranke
lgtm. +thakis, hans : I wonder if the dependency on svn is going to bite ...
4 years, 2 months ago (2016-10-13 20:33:39 UTC) #14
justincohen
lgtm https://codereview.chromium.org/2412353003/diff/60001/tools/clang/scripts/update.py File tools/clang/scripts/update.py (right): https://codereview.chromium.org/2412353003/diff/60001/tools/clang/scripts/update.py#newcode170 tools/clang/scripts/update.py:170: svn_info = subprocess.check_output('svn info ' + svn_repo, shell=True) ...
4 years, 2 months ago (2016-10-13 20:34:22 UTC) #15
Dirk Pranke
On 2016/10/13 20:33:39, Dirk Pranke wrote: > lgtm. > > +thakis, hans : > > ...
4 years, 2 months ago (2016-10-13 20:40:32 UTC) #16
erikchen
https://codereview.chromium.org/2412353003/diff/60001/tools/clang/scripts/update.py File tools/clang/scripts/update.py (right): https://codereview.chromium.org/2412353003/diff/60001/tools/clang/scripts/update.py#newcode170 tools/clang/scripts/update.py:170: svn_info = subprocess.check_output('svn info ' + svn_repo, shell=True) On ...
4 years, 2 months ago (2016-10-13 20:42:48 UTC) #17
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/2412353003/60001
4 years, 2 months ago (2016-10-13 20:43:22 UTC) #19
Dirk Pranke
On 2016/10/13 20:40:32, Dirk Pranke wrote: > > +thakis, hans : > > > > ...
4 years, 2 months ago (2016-10-13 20:46:18 UTC) #20
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 2 months ago (2016-10-13 21:35:11 UTC) #22
commit-bot: I haz the power
4 years, 2 months ago (2016-10-13 21:38:20 UTC) #24
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/6218c34684254f1c090bf501f6c46b0a69b63ec5
Cr-Commit-Position: refs/heads/master@{#425170}

Powered by Google App Engine
This is Rietveld 408576698