This overrides the default (10.6) in Chromium's build/common.gypi. It's needed since we want ARC and libc++. TESTED=Ran webrtc/build/gyp_webrtc before this patch and then grep -r macosx-version-min out/Debug/* | grep 10.6 which gave a lot of output. Then with this patch applied, there were no output for 10.6 (only 10.7). R=tkchin@webrtc.org Review URL: https://codereview.webrtc.org/1474623002 . Cr-Commit-Position: refs/heads/master@{#10783}
Name: WebRTC URL: http://www.webrtc.org Version: 90 License: BSD License File: LICENSE Description: WebRTC provides real time voice and video processing functionality to enable the implementation of PeerConnection/MediaStream. Third party code used in this project is described in the file LICENSE_THIRD_PARTY.