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

Unified Diff: webrtc/supplement.gypi

Issue 1474623002: Set mac_deployment_target default to 10.7 (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Added comment Created 5 years, 1 month 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 | « no previous file | 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 075e2adb06c676d71b9b45c0e018549a6426fd6a..7634a4150f4bde0b9e1eeb65e899f11b5bbcd558 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"', {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698