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

Unified Diff: webrtc/api/api_tests.gyp

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: Update against master 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/api/api_tests.gyp
diff --git a/webrtc/api/api_tests.gyp b/webrtc/api/api_tests.gyp
index cdb23fb290c16bb9193f29dd243b1a591f59bcfe..7d0b114f05f499b3f37b28b5743ac577711d6f78 100644
--- a/webrtc/api/api_tests.gyp
+++ b/webrtc/api/api_tests.gyp
@@ -9,11 +9,12 @@
{
'includes': [ '../build/common.gypi', ],
'conditions': [
- ['OS=="ios"', {
+ ['OS=="ios" or OS=="mac"', {
tkchin_webrtc 2016/02/03 08:26:49 update this one too, otherwise we'll have gyp fail
hjon_webrtc 2016/02/04 01:43:03 Done.
'targets': [
{
'target_name': 'rtc_api_objc_tests',
'type': 'executable',
+ 'includes': [ '../build/objc_common.gypi' ],
'dependencies': [
'<(webrtc_root)/api/api.gyp:rtc_api_objc',
'<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils',
@@ -27,9 +28,6 @@
'objctests/RTCSessionDescriptionTest.mm',
],
'xcode_settings': {
- 'CLANG_ENABLE_OBJC_ARC': 'YES',
- 'CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS': 'YES',
- 'GCC_PREFIX_HEADER': 'objc/WebRTC-Prefix.pch',
# |-ObjC| flag needed to make sure category method implementations
# are included:
# https://developer.apple.com/library/mac/qa/qa1490/_index.html
« no previous file with comments | « webrtc/api/api.gyp ('k') | webrtc/api/objc/WebRTC-Prefix.pch » ('j') | webrtc/base/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698