0

Bump Chrome's deployment target to macOS 10.9.

BUG=580152

Review-Url: https://codereview.chromium.org/2468783002
Cr-Commit-Position: refs/heads/master@{#428891}
This commit is contained in:
erikchen
2016-10-31 18:00:11 -07:00
committed by Commit bot
parent 8d81706713
commit 9467eb8d0a

@ -7,7 +7,7 @@
# variables can be removed.
# See https://bugs.chromium.org/p/webrtc/issues/detail?id=5453.
mac_sdk_min_build_override = "10.10"
mac_deployment_target_build_override = "10.8"
mac_deployment_target_build_override = "10.9"
# Variable that can be used to support multiple build scenarios, like having
# Chromium specific targets in a client project's GN file etc.