chromium-src-build/mac
sdefresne a348ac1d0b Fail with a clear error if the required SDK is not installed.
If the --verify flag is passed to //build/mac/find_sdk.py and the SDK
is not installed, the script must fail with a non zero return code or
gn will consider that the script was successful and will discard its
stderr.

Fixes the following error when trying to generate official chrome
branded build with Xcode 8 (that does not ship with macOS 10.10 SDK):

  ERROR at //build/config/mac/mac_sdk.gni:43:34: Array subscript out of range.
  mac_sdk_version = find_sdk_lines[1]
                                   ^
  You gave me 1 but I was expecting something from 0 to 1, inclusive.

BUG=634373

Review-Url: https://codereview.chromium.org/2218773004
Cr-Original-Commit-Position: refs/heads/master@{#410529}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: c301ead9cb14859d0e4187a7170eeb4fd6b99aec
2016-08-09 02:25:24 +00:00
..
OWNERS Swap rsesek@ for thomasvl@ as OWNERS of src/build/mac. 2016-08-08 23:43:04 +00:00
asan.gyp Use update.py --print-clang-version in build/mac/asan.gyp 2016-01-13 21:02:13 +00:00
copy_asan_runtime_dylib.sh Make copy_asan_runtime_dylib.sh handle Clang version number changes 2016-01-14 18:14:26 +00:00
copy_framework_unversioned.sh
edit_xibs.sh Fix build/mac/edit_xibs.sh. 2014-04-30 14:36:03 +00:00
find_sdk.py Fail with a clear error if the required SDK is not installed. 2016-08-09 02:25:24 +00:00
strip_from_xcode
strip_save_dsym Don't hard-code python path. 2013-10-18 12:22:09 +00:00
tweak_info_plist.gni [Mac/GN] Port tweak_info_plist.py and run it on //content targets. 2016-05-03 17:35:26 +00:00
tweak_info_plist.py mac: Don't rely on Breakpad Info.plist keys for Crashpad initialization 2016-08-01 21:47:27 +00:00