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

Issue 660783004: Don't require Mac 10.6 SDK for official iOS builds. (Closed)

Created:
6 years, 2 months ago by lliabraa
Modified:
6 years, 2 months ago
CC:
chromium-reviews, droger, smut
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Don't require Mac 10.6 SDK for official iOS builds. iOS does not have this requirement, but we've been installing the 10.6 SDK on the buildbot slaves to make the 'find_sdk.py --verify' call happy. However, iossim no longer builds with 10.6 so it's time to update the mac_sdk_min for iOS to 10.8 and remove the false requirement for official builds. BUG=418602 Committed: https://crrev.com/3a721cdeaa08279e20010c88e282b4a12bcc3ee5 Cr-Commit-Position: refs/heads/master@{#299904}

Patch Set 1 #

Total comments: 1

Patch Set 2 : swap if/else condition to ensure we only affect ios #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -9 lines) Patch
M build/common.gypi View 1 4 chunks +14 lines, -9 lines 1 comment Download

Messages

Total messages: 16 (5 generated)
lliabraa
@rohitrao for iOS @rsesek for mac? (feel free to recommend a different reviewer; thakis is ...
6 years, 2 months ago (2014-10-16 13:19:38 UTC) #2
lliabraa
6 years, 2 months ago (2014-10-16 14:50:33 UTC) #4
lliabraa
-rsesek, +mark
6 years, 2 months ago (2014-10-16 14:54:04 UTC) #6
stuartmorgan
lgtm
6 years, 2 months ago (2014-10-16 14:59:06 UTC) #7
lliabraa
6 years, 2 months ago (2014-10-16 15:29:43 UTC) #8
Mark Mentovai
LGTM
6 years, 2 months ago (2014-10-16 15:38:40 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/660783004/20001
6 years, 2 months ago (2014-10-16 15:40:25 UTC) #11
commit-bot: I haz the power
Committed patchset #2 (id:20001)
6 years, 2 months ago (2014-10-16 16:47:05 UTC) #12
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/3a721cdeaa08279e20010c88e282b4a12bcc3ee5 Cr-Commit-Position: refs/heads/master@{#299904}
6 years, 2 months ago (2014-10-16 16:47:40 UTC) #13
xhwang
https://codereview.chromium.org/660783004/diff/20001/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/660783004/diff/20001/build/common.gypi#newcode1868 build/common.gypi:1868: ['branding=="Chrome" and buildtype=="Official" and OS==mac', { This should be ...
6 years, 2 months ago (2014-10-16 16:55:24 UTC) #15
lliabraa
6 years, 2 months ago (2014-10-16 17:46:15 UTC) #16
Message was sent while issue was closed.
On 2014/10/16 16:55:24, xhwang wrote:
> https://codereview.chromium.org/660783004/diff/20001/build/common.gypi
> File build/common.gypi (right):
> 
>
https://codereview.chromium.org/660783004/diff/20001/build/common.gypi#newcod...
> build/common.gypi:1868: ['branding=="Chrome" and buildtype=="Official" and
> OS==mac', {
> This should be OS=="mac".
> 
> It's causing failures, e.g: 
>
http://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Mac/bu...

Closing the loop: this has been fixed with
https://chromiumcodereview.appspot.com/663553002/

I'm also following up with chrome-infra since Google Chrome Mac is not run as
part of CQ (or even available in the list of try jobs on reitveld)

Sorry!

Powered by Google App Engine
This is Rietveld 408576698