| Index: build_overrides/build.gni
|
| diff --git a/build_overrides/build.gni b/build_overrides/build.gni
|
| index 541c474ed31337b72b2f3b02e6781a8389004ea8..122ec63f7519397420989e597076e8c32b4f545e 100644
|
| --- a/build_overrides/build.gni
|
| +++ b/build_overrides/build.gni
|
| @@ -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.
|
|
|