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

Unified Diff: webrtc/supplement.gypi

Issue 1644843003: Compile rtc_base_objc and rtc_api_objc for Mac (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 11 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
Index: webrtc/supplement.gypi
diff --git a/webrtc/supplement.gypi b/webrtc/supplement.gypi
index edccd4d81dbcc7aac9c19a87b94e03a0755fd1e6..3b7453eadf9526027777707c455fe193fc70e0c0 100644
--- a/webrtc/supplement.gypi
+++ b/webrtc/supplement.gypi
@@ -3,8 +3,8 @@
'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',
+ # Needed for ARCi, libc++, and nullability.
tkchin_webrtc 2016/01/28 21:09:44 arci?
hjon_webrtc 2016/01/28 23:49:51 Done.
+ 'mac_deployment_target%': '10.10',
# Disable use of sysroot for Linux. It's enabled by default in Chromium,
# but it currently lacks the libudev-dev package.
# TODO(kjellander): Remove when crbug.com/561584 is fixed.

Powered by Google App Engine
This is Rietveld 408576698