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

Unified Diff: webrtc/sdk/objc/Framework/Headers/WebRTC/WebRTC.h

Issue 2994253002: ObjC: Include additional files in umbrella header. (Closed)
Patch Set: Rebase Created 3 years, 4 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
« no previous file with comments | « webrtc/sdk/objc/Framework/Classes/PeerConnection/RTCVideoFrame.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sdk/objc/Framework/Headers/WebRTC/WebRTC.h
diff --git a/webrtc/sdk/objc/Framework/Headers/WebRTC/WebRTC.h b/webrtc/sdk/objc/Framework/Headers/WebRTC/WebRTC.h
index 17019a2a643ffc5253a2ac609a4cee52ba69ce0a..a0f4753519f5af89a92d76095428a595512f5da1 100644
--- a/webrtc/sdk/objc/Framework/Headers/WebRTC/WebRTC.h
+++ b/webrtc/sdk/objc/Framework/Headers/WebRTC/WebRTC.h
@@ -9,9 +9,12 @@
*/
#import <WebRTC/RTCAVFoundationVideoSource.h>
+#import <WebRTC/RTCAudioSession.h>
+#import <WebRTC/RTCAudioSessionConfiguration.h>
kthelgason 2017/08/16 08:06:52 I think these should be included only on iPhone, r
andersc 2017/08/16 08:55:56 Done.
#import <WebRTC/RTCAudioSource.h>
#import <WebRTC/RTCAudioTrack.h>
#import <WebRTC/RTCCameraVideoCapturer.h>
+#import <WebRTC/RTCVideoCapturer.h>
#if TARGET_OS_IPHONE
#import <WebRTC/RTCCameraPreviewView.h>
#endif
@@ -22,6 +25,7 @@
#if TARGET_OS_IPHONE
#import <WebRTC/RTCEAGLVideoView.h>
#import <WebRTC/RTCMTLVideoView.h>
+#import <WebRTC/RTCVideoViewShading.h>
#endif
#import <WebRTC/RTCFieldTrials.h>
#import <WebRTC/RTCFileLogger.h>
@@ -51,6 +55,7 @@
#import <WebRTC/RTCVideoCodecFactory.h>
#import <WebRTC/RTCVideoCodecH264.h>
#import <WebRTC/RTCVideoFrame.h>
+#import <WebRTC/RTCVideoFrameBuffer.h>
#import <WebRTC/RTCVideoRenderer.h>
#import <WebRTC/RTCVideoSource.h>
#import <WebRTC/RTCVideoTrack.h>
« no previous file with comments | « webrtc/sdk/objc/Framework/Classes/PeerConnection/RTCVideoFrame.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698