diff --git a/webrtc/supplement.gypi b/webrtc/supplement.gypi index 075e2adb06..7634a4150f 100644 --- a/webrtc/supplement.gypi +++ b/webrtc/supplement.gypi @@ -2,8 +2,12 @@ 'variables': { 'variables': { 'webrtc_root%': '<(DEPTH)/webrtc', + # Override the default (10.6) in Chromium's build/common.gypi. + # Needed for ARC and libc++. + 'mac_deployment_target%': '10.7', }, 'webrtc_root%': '<(webrtc_root)', + 'mac_deployment_target%': '<(mac_deployment_target)', 'build_with_chromium': 0, 'conditions': [ ['OS=="ios"', {