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

Unified Diff: webrtc/sdk/objc/Framework/Classes/RTCVideoSource.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/RTCVideoSource.mm
diff --git a/webrtc/api/objc/RTCVideoSource.mm b/webrtc/sdk/objc/Framework/Classes/RTCVideoSource.mm
similarity index 96%
rename from webrtc/api/objc/RTCVideoSource.mm
rename to webrtc/sdk/objc/Framework/Classes/RTCVideoSource.mm
index 8e9c39d3ddc02ce6458cb3714f1aebbf14eeef31..eddf5e0c684d7ad51a0d0360053d700fc0942b00 100644
--- a/webrtc/api/objc/RTCVideoSource.mm
+++ b/webrtc/sdk/objc/Framework/Classes/RTCVideoSource.mm
@@ -8,9 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#import "RTCVideoSource.h"
-
-#import "webrtc/api/objc/RTCVideoSource+Private.h"
+#import "RTCVideoSource+Private.h"
@implementation RTCVideoSource {
rtc::scoped_refptr<webrtc::VideoTrackSourceInterface> _nativeVideoSource;

Powered by Google App Engine
This is Rietveld 408576698