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

Unified Diff: webrtc/webrtc_tests.gypi

Issue 1903663002: Build dynamic iOS SDK. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix test gyp Created 4 years, 8 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 | « webrtc/webrtc_examples.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/webrtc_tests.gypi
diff --git a/webrtc/webrtc_tests.gypi b/webrtc/webrtc_tests.gypi
index 88e7d6e012a507d98ca1e108967d9e162df5a48c..57996f29b1bfb739879b14d70bdcb422f8362665 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',
+ ],
+ }],
],
},
{
« no previous file with comments | « webrtc/webrtc_examples.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698