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

Unified Diff: webrtc/sdk/objc/Framework/Classes/PeerConnection/RTCConfiguration.mm

Issue 2862543002: Split iOS sdk in to separate targets (Closed)
Patch Set: Add required lib to metal target Created 3 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/PeerConnection/RTCConfiguration.mm
diff --git a/webrtc/sdk/objc/Framework/Classes/RTCConfiguration.mm b/webrtc/sdk/objc/Framework/Classes/PeerConnection/RTCConfiguration.mm
similarity index 99%
rename from webrtc/sdk/objc/Framework/Classes/RTCConfiguration.mm
rename to webrtc/sdk/objc/Framework/Classes/PeerConnection/RTCConfiguration.mm
index 48f9e3716814458077fc883116393a44c2be5fb3..1be901a7c0e7282d5bc51f64f8830f3ad4bb1826 100644
--- a/webrtc/sdk/objc/Framework/Classes/RTCConfiguration.mm
+++ b/webrtc/sdk/objc/Framework/Classes/PeerConnection/RTCConfiguration.mm
@@ -8,11 +8,11 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#import "RTCConfiguration+Private.h"
+#import "PeerConnection/RTCConfiguration+Private.h"
#include <memory>
-#import "RTCIceServer+Private.h"
+#import "PeerConnection/RTCIceServer+Private.h"
#import "WebRTC/RTCLogging.h"
#include "webrtc/base/rtccertificategenerator.h"

Powered by Google App Engine
This is Rietveld 408576698