| Index: webrtc/supplement.gypi
|
| diff --git a/webrtc/supplement.gypi b/webrtc/supplement.gypi
|
| index 183255b715022b3fa93754203ac970107a6803d8..2cd5400f224e29da75dd481eff05df7528236f31 100644
|
| --- a/webrtc/supplement.gypi
|
| +++ b/webrtc/supplement.gypi
|
| @@ -2,8 +2,9 @@
|
| 'variables': {
|
| 'variables': {
|
| 'webrtc_root%': '<(DEPTH)/webrtc',
|
| - # Override the default (10.6) in Chromium's build/common.gypi.
|
| + # Override the defaults in Chromium's build/common.gypi.
|
| # Needed for ARC and libc++.
|
| + 'mac_sdk_min%': '10.11',
|
| 'mac_deployment_target%': '10.7',
|
| },
|
| 'webrtc_root%': '<(webrtc_root)',
|
|
|