Index: webrtc/webrtc_tests.gypi |
diff --git a/webrtc/webrtc_tests.gypi b/webrtc/webrtc_tests.gypi |
index 229f7b656554aaf9ec7b181f055661015bf3d77f..fb77c37a2f1c1fe694fc59da41f432520b25d28a 100644 |
--- a/webrtc/webrtc_tests.gypi |
+++ b/webrtc/webrtc_tests.gypi |
@@ -30,11 +30,11 @@ |
'<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', |
], |
}], |
- ['OS=="ios"', { |
+ ['OS=="ios" or (OS=="mac" and mac_deployment_target=="10.7")', { |
'dependencies': [ |
- 'api/api_tests.gyp:rtc_api_objc_tests', |
- ] |
- }] |
+ 'sdk/sdk_tests.gyp:rtc_sdk_peerconnection_objc_tests', |
+ ], |
+ }], |
], |
}, |
{ |