| Index: build/config/mac/mac_sdk.gni
|
| diff --git a/build/config/mac/mac_sdk.gni b/build/config/mac/mac_sdk.gni
|
| index 600085e8b7e12a07267897528354b3b35f039fbe..3f551087018eb9edbbe7547d790c00f71b481af6 100644
|
| --- a/build/config/mac/mac_sdk.gni
|
| +++ b/build/config/mac/mac_sdk.gni
|
| @@ -6,7 +6,7 @@ import("//build/config/chrome_build.gni")
|
|
|
| declare_args() {
|
| # Minimum supported version of the Mac SDK.
|
| - mac_sdk_min = "10.6"
|
| + mac_sdk_min = "10.10"
|
|
|
| # Path to a specific version of the Mac SDKJ, not including a backslash at
|
| # the end. If empty, the path to the lowest version greater than or equal to
|
|
|