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

Unified Diff: webrtc/api/api.gyp

Issue 1690313002: Update iOS AppRTCDemo to use the updated Objective-C API. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 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 | « no previous file | webrtc/base/base.gyp » ('j') | webrtc/examples/objc/AppRTCDemo/ARDAppClient.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/api.gyp
diff --git a/webrtc/api/api.gyp b/webrtc/api/api.gyp
index 34a75f60f5eb6820193c7a6f2a087ea6ef16c7c6..c4ac92163310d841af0fe8187445689b93b6c925 100644
--- a/webrtc/api/api.gyp
+++ b/webrtc/api/api.gyp
@@ -240,6 +240,11 @@
],
}],
],
+ 'all_dependent_settings': {
+ 'xcode_settings': {
+ 'CLANG_ENABLE_OBJC_ARC': 'YES',
hjon_webrtc 2016/02/12 17:34:56 Is this how I should ensure ARC is enabled for app
+ },
+ },
'xcode_settings': {
'CLANG_ENABLE_OBJC_ARC': 'YES',
'CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS': 'YES',
« no previous file with comments | « no previous file | webrtc/base/base.gyp » ('j') | webrtc/examples/objc/AppRTCDemo/ARDAppClient.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698