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

Unified Diff: webrtc/sdk/objc/Framework/Classes/RTCDataChannelConfiguration.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/Classes/RTCDataChannelConfiguration.mm
diff --git a/webrtc/api/objc/RTCDataChannelConfiguration.mm b/webrtc/sdk/objc/Framework/Classes/RTCDataChannelConfiguration.mm
similarity index 92%
rename from webrtc/api/objc/RTCDataChannelConfiguration.mm
rename to webrtc/sdk/objc/Framework/Classes/RTCDataChannelConfiguration.mm
index 4a1dcb061c84ddb4ec205080ef8e166d7005ad26..89c56de786316d3ebbc2f4bfc353b74ef38ed1df 100644
--- a/webrtc/api/objc/RTCDataChannelConfiguration.mm
+++ b/webrtc/sdk/objc/Framework/Classes/RTCDataChannelConfiguration.mm
@@ -8,10 +8,9 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#import "RTCDataChannelConfiguration.h"
+#import "RTCDataChannelConfiguration+Private.h"
-#import "webrtc/api/objc/RTCDataChannelConfiguration+Private.h"
-#import "webrtc/base/objc/NSString+StdString.h"
+#import "NSString+StdString.h"
@implementation RTCDataChannelConfiguration

Powered by Google App Engine
This is Rietveld 408576698