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

Unified Diff: webrtc/webrtc_tests.gypi

Issue 1499653003: Add implementation and tests for RTCIceServer (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Remove Mac from webrtc_tests Created 5 years 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
« webrtc/api/api.gyp ('K') | « webrtc/base/objc/NSString+StdString.mm ('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 4b8a6d9af1297242e5e77cc471a99b75b69dd482..c40d1b39b4d0d01450bdfffd15972cfb4687edae 100644
--- a/webrtc/webrtc_tests.gypi
+++ b/webrtc/webrtc_tests.gypi
@@ -32,6 +32,11 @@
'<(DEPTH)/testing/android/native_test.gyp:native_test_native_code',
],
}],
+ ['OS=="ios"', {
+ 'dependencies': [
+ 'api/api_tests.gyp:rtc_api_objc_test',
+ ]
+ }]
],
},
{
« webrtc/api/api.gyp ('K') | « webrtc/base/objc/NSString+StdString.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698