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

Side by Side Diff: webrtc/examples/objc/AppRTCDemo/tests/ARDAppClientTest.mm

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, 7 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 unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright 2014 The WebRTC Project Authors. All rights reserved. 2 * Copyright 2014 The WebRTC Project Authors. All rights reserved.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license 4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source 5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found 6 * tree. An additional intellectual property rights grant can be found
7 * in the file PATENTS. All contributing project authors may 7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree. 8 * be found in the AUTHORS file in the root of the source tree.
9 */ 9 */
10 10
11 #import <Foundation/Foundation.h> 11 #import <Foundation/Foundation.h>
12 #import <OCMock/OCMock.h> 12 #import <OCMock/OCMock.h>
13 13
14 #include "webrtc/base/gunit.h" 14 #include "webrtc/base/gunit.h"
15 #include "webrtc/base/ssladapter.h" 15 #include "webrtc/base/ssladapter.h"
16 16
17 #import "webrtc/api/objc/RTCMediaConstraints.h" 17 #import "WebRTC/RTCMediaConstraints.h"
18 #import "webrtc/api/objc/RTCPeerConnectionFactory.h" 18 #import "WebRTC/RTCPeerConnectionFactory.h"
19 #import "webrtc/api/objc/RTCSessionDescription.h" 19 #import "WebRTC/RTCSessionDescription.h"
20 20
21 #import "ARDAppClient+Internal.h" 21 #import "ARDAppClient+Internal.h"
22 #import "ARDJoinResponse+Internal.h" 22 #import "ARDJoinResponse+Internal.h"
23 #import "ARDMessageResponse+Internal.h" 23 #import "ARDMessageResponse+Internal.h"
24 #import "ARDSDPUtils.h" 24 #import "ARDSDPUtils.h"
25 25
26 // These classes mimic XCTest APIs, to make eventual conversion to XCTest 26 // These classes mimic XCTest APIs, to make eventual conversion to XCTest
27 // easier. Conversion will happen once XCTest is supported well on build bots. 27 // easier. Conversion will happen once XCTest is supported well on build bots.
28 @interface ARDTestExpectation : NSObject 28 @interface ARDTestExpectation : NSObject
29 29
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 } 333 }
334 334
335 TEST_F(SignalingTest, SDPTest) { 335 TEST_F(SignalingTest, SDPTest) {
336 @autoreleasepool { 336 @autoreleasepool {
337 ARDSDPUtilsTest *test = [[ARDSDPUtilsTest alloc] init]; 337 ARDSDPUtilsTest *test = [[ARDSDPUtilsTest alloc] init];
338 [test testPreferVideoCodec]; 338 [test testPreferVideoCodec];
339 } 339 }
340 } 340 }
341 341
342 342
OLDNEW
« no previous file with comments | « webrtc/examples/objc/AppRTCDemo/mac/APPRTCViewController.m ('k') | webrtc/modules/audio_device/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698