Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Unified Diff: webrtc/supplement.gypi

Issue 1741663002: Roll chromium_revision 7542f07..38664e7 (377632:377790) + set SDK 10.11 on Mac (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Added min SDK 10.11 Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build_overrides/build.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)',
« no previous file with comments | « build_overrides/build.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698