0

Update Mac Chrome build docs for the 11.0 SDK

Mac Chrome now builds against the macOS 11.0 SDK. Dependencies
on that SDK are now present in the source, so officially
document that dependency.

Bug: 1108831
Change-Id: I2ff909272ca6993ab1d3f946a8def9e296e7c9c7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2578360
Commit-Queue: Avi Drissman <avi@chromium.org>
Auto-Submit: Avi Drissman <avi@chromium.org>
Reviewed-by: Mark Mentovai <mark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#834778}
This commit is contained in:
Avi Drissman
2020-12-08 19:00:47 +00:00
committed by Chromium LUCI CQ
parent da05cf9d05
commit 1a520bff2a

@ -12,16 +12,20 @@ Are you a Google employee? See
## System requirements
* A 64-bit Mac running 10.14+.
* [Xcode](https://developer.apple.com/xcode) 11.2+
* The OS X 10.15.1 SDK. Run
* A 64-bit Intel Mac running 10.15.4+. (Building on Arm Macs is
[not yet supported](https://chromium.googlesource.com/chromium/src.git/+/master/docs/mac_arm64.md).)
* [Xcode](https://developer.apple.com/xcode/) 12.2+. This version of Xcode
comes with ...
* The macOS 11.0 SDK. Run
```shell
$ ls `xcode-select -p`/Platforms/MacOSX.platform/Developer/SDKs
```
to check whether you have it. Building with a newer SDK works too, but
the releases [currently use Xcode 11.2.1](https://source.chromium.org/search?q=MAC_BINARIES_LABEL&ss=chromium).
to check whether you have it. Building with a newer SDK usually works too
(please fix it if it doesn't), but the releases
[currently use Xcode 12.2](https://source.chromium.org/search?q=MAC_BINARIES_LABEL&ss=chromium)
and the macOS 11.0 SDK.
## Install `depot_tools`