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

Issue 2225203003: [iOS] Fix compilation of official build with Xcode 8. (Closed)

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

Description

[iOS] Fix compilation of official build with Xcode 8. When targeting iOS, do not enforce a specific version of the macOS SDK (as the targets build with that SDK are only tool required for the build using host_toolchain). BUG=634373 Committed: https://crrev.com/750b90480e0fcc67e292444cfdc350171bdaed06 Cr-Commit-Position: refs/heads/master@{#410886}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Address comments. #

Patch Set 3 : Update to check target_os ... #

Patch Set 4 : Add a TODO #

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

Messages

Total messages: 34 (23 generated)
sdefresne
Please take a look.
4 years, 4 months ago (2016-08-08 23:00:45 UTC) #3
sdefresne
+justincohen: FYI
4 years, 4 months ago (2016-08-08 23:10:33 UTC) #6
Dirk Pranke
lgtm https://codereview.chromium.org/2225203003/diff/1/build/config/mac/mac_sdk.gni File build/config/mac/mac_sdk.gni (right): https://codereview.chromium.org/2225203003/diff/1/build/config/mac/mac_sdk.gni#newcode29 build/config/mac/mac_sdk.gni:29: current_toolchain != host_toolchain I know we discussed this ...
4 years, 4 months ago (2016-08-08 23:15:06 UTC) #9
sdefresne
https://codereview.chromium.org/2225203003/diff/1/build/config/mac/mac_sdk.gni File build/config/mac/mac_sdk.gni (right): https://codereview.chromium.org/2225203003/diff/1/build/config/mac/mac_sdk.gni#newcode29 build/config/mac/mac_sdk.gni:29: current_toolchain != host_toolchain On 2016/08/08 23:15:06, Dirk Pranke wrote: ...
4 years, 4 months ago (2016-08-08 23:21:28 UTC) #10
Dirk Pranke
lgtm https://codereview.chromium.org/2225203003/diff/1/build/config/mac/mac_sdk.gni File build/config/mac/mac_sdk.gni (right): https://codereview.chromium.org/2225203003/diff/1/build/config/mac/mac_sdk.gni#newcode29 build/config/mac/mac_sdk.gni:29: current_toolchain != host_toolchain Change to current_toolchain == default_toolchain, ...
4 years, 4 months ago (2016-08-08 23:36:28 UTC) #11
sdefresne
4 years, 4 months ago (2016-08-09 01:02:47 UTC) #13
sdefresne
I tried to use "current_toolchain == default_toolchain" but it did not work because build/config/mac/mac_sdk.gni is ...
4 years, 4 months ago (2016-08-09 05:06:08 UTC) #21
Dirk Pranke
okay, maybe add a TODO for the cleanup? lgtm.
4 years, 4 months ago (2016-08-09 20:26:13 UTC) #27
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/2225203003/80001
4 years, 4 months ago (2016-08-09 21:45:06 UTC) #30
commit-bot: I haz the power
Committed patchset #4 (id:80001)
4 years, 4 months ago (2016-08-10 00:07:06 UTC) #32
commit-bot: I haz the power
4 years, 4 months ago (2016-08-10 00:10:27 UTC) #34
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/750b90480e0fcc67e292444cfdc350171bdaed06
Cr-Commit-Position: refs/heads/master@{#410886}

Powered by Google App Engine
This is Rietveld 408576698