Chromium Code Reviews| Index: .gn |
| diff --git a/.gn b/.gn |
| index 4046d94b07843d14b2f76a8fc442404fe2c53214..0079aaa4c46c25c4ca334b533194797c71f7b7a1 100644 |
| --- a/.gn |
| +++ b/.gn |
| @@ -36,4 +36,6 @@ default_args = { |
| # the args.gn file but this setting will be ignored because we don't support |
| # component builds. |
| is_component_build = false |
| + |
| + mac_sdk_min = "10.11" |
| } |