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

Unified Diff: webrtc/api/api.gyp

Issue 1559753002: Move RTCAVFoundationCapturer to webrtc/api/objc. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@updateRTCVideoSource
Patch Set: Created 4 years, 12 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/api/api.gyp
diff --git a/webrtc/api/api.gyp b/webrtc/api/api.gyp
index 05c4dbd00b3d8ddaeb31d46b5355da986bf4253d..e18bd0228f5b0190e4b4124c2ddb8aabf48762dc 100644
--- a/webrtc/api/api.gyp
+++ b/webrtc/api/api.gyp
@@ -18,6 +18,9 @@
'<(webrtc_root)/base/base.gyp:rtc_base_objc',
],
'sources': [
+ 'objc/RTCAVFoundationVideoSource+Private.h',
+ 'objc/RTCAVFoundationVideoSource.h',
+ 'objc/RTCAVFoundationVideoSource.mm',
'objc/RTCIceServer+Private.h',
'objc/RTCIceServer.h',
'objc/RTCIceServer.mm',
@@ -27,6 +30,8 @@
'objc/RTCVideoSource+Private.h',
'objc/RTCVideoSource.h',
'objc/RTCVideoSource.mm',
+ 'objc/avfoundationvideocapturer.h',
+ 'objc/avfoundationvideocapturer.mm',
],
'xcode_settings': {
'CLANG_ENABLE_OBJC_ARC': 'YES',

Powered by Google App Engine
This is Rietveld 408576698