summaryrefslogtreecommitdiffstats
path: root/build_overrides
diff options
context:
space:
mode:
authortkchin <tkchin@chromium.org>2016-02-25 18:13:02 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-26 02:14:25 +0000
commitf940da54eea51e40ba55f495db764e2a2d5409fd (patch)
tree459b8d5d6bec3b3a4276c710c69ae769ab0393bf /build_overrides
parentbd705aeab0594a1790478e335edee728f32fb026 (diff)
downloadchromium_src-f940da54eea51e40ba55f495db764e2a2d5409fd.zip
chromium_src-f940da54eea51e40ba55f495db764e2a2d5409fd.tar.gz
chromium_src-f940da54eea51e40ba55f495db764e2a2d5409fd.tar.bz2
Allow mac_sdk_min to be overriden.
BUG= Review URL: https://codereview.chromium.org/1734243002 Cr-Commit-Position: refs/heads/master@{#377770}
Diffstat (limited to 'build_overrides')
-rw-r--r--build_overrides/build.gni8
1 files changed, 5 insertions, 3 deletions
diff --git a/build_overrides/build.gni b/build_overrides/build.gni
index 57c4a38..9667a31 100644
--- a/build_overrides/build.gni
+++ b/build_overrides/build.gni
@@ -3,7 +3,9 @@
# found in the LICENSE file.
# See https://bugs.chromium.org/p/webrtc/issues/detail?id=5453.
-# Some WebRTC targets require the 10.7 deployment version of the Mac SDK,
-# but those targets are only used in non-Chromium builds. We can remove
-# this when Chromium drops 10.6 support and also requires 10.7.
+# Some WebRTC targets require the 10.7 deployment version of the Mac SDK
+# and a 10.11 min SDK, but those targets are only used in non-Chromium
+# builds. We can remove this when Chromium drops 10.6 support and also
+# requires 10.7.
+mac_sdk_min_build_override = "10.10"
mac_deployment_target_build_override = "10.6"