Index: webrtc/api/api_tests.gyp |
diff --git a/webrtc/api/api_tests.gyp b/webrtc/api/api_tests.gyp |
index 0d08e7ff6ec16bd4fef29ffcdea6391d3d5c1a9d..f59eaec0f2ba421ab5c18d97c6cb6ac2e833eebb 100644 |
--- a/webrtc/api/api_tests.gyp |
+++ b/webrtc/api/api_tests.gyp |
@@ -142,35 +142,6 @@ |
}, |
], # targets |
}], # OS=="android" |
- ['OS=="ios" or (OS=="mac" and mac_deployment_target=="10.7")', { |
- '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', |
- ], |
- 'sources': [ |
- 'objctests/RTCConfigurationTest.mm', |
- 'objctests/RTCDataChannelConfigurationTest.mm', |
- 'objctests/RTCIceCandidateTest.mm', |
- 'objctests/RTCIceServerTest.mm', |
- 'objctests/RTCMediaConstraintsTest.mm', |
- 'objctests/RTCSessionDescriptionTest.mm', |
- ], |
- 'xcode_settings': { |
- # |-ObjC| flag needed to make sure category method implementations |
- # are included: |
- # https://developer.apple.com/library/mac/qa/qa1490/_index.html |
- 'OTHER_LDFLAGS': ['-ObjC'], |
- }, |
- }, |
- ], |
- }], # OS=="ios" |
['OS=="android"', { |
'targets': [ |
{ |