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

Unified Diff: webrtc/sdk/objc/Framework/UnitTests/RTCDataChannelConfigurationTest.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, 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
Index: webrtc/sdk/objc/Framework/UnitTests/RTCDataChannelConfigurationTest.mm
diff --git a/webrtc/api/objctests/RTCDataChannelConfigurationTest.mm b/webrtc/sdk/objc/Framework/UnitTests/RTCDataChannelConfigurationTest.mm
similarity index 91%
rename from webrtc/api/objctests/RTCDataChannelConfigurationTest.mm
rename to webrtc/sdk/objc/Framework/UnitTests/RTCDataChannelConfigurationTest.mm
index 1b3f21b8f90960a1aec8f3b889f4f0a6a1885c03..275898dba855e6918bddd47a0c14e8660083e319 100644
--- a/webrtc/api/objctests/RTCDataChannelConfigurationTest.mm
+++ b/webrtc/sdk/objc/Framework/UnitTests/RTCDataChannelConfigurationTest.mm
@@ -12,9 +12,9 @@
#include "webrtc/base/gunit.h"
-#import "webrtc/api/objc/RTCDataChannelConfiguration.h"
-#import "webrtc/api/objc/RTCDataChannelConfiguration+Private.h"
-#import "webrtc/base/objc/NSString+StdString.h"
+#import "NSString+StdString.h"
+#import "RTCDataChannelConfiguration+Private.h"
+#import "WebRTC/RTCDataChannelConfiguration.h"
@interface RTCDataChannelConfigurationTest : NSObject
- (void)testConversionToNativeDataChannelInit;

Powered by Google App Engine
This is Rietveld 408576698