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

Unified Diff: webrtc/base/base.gyp

Issue 1497393002: Add new view that renders local video using AVCaptureLayerPreview. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Removing duplicated check in presubmit.py Created 5 years 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/base/BUILD.gn ('k') | webrtc/base/objc/RTCCameraPreviewView.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/base.gyp
diff --git a/webrtc/base/base.gyp b/webrtc/base/base.gyp
index 23a3c26c77081330f6f273dba4e55e6b232addea..9d104032e34437979424a729824dcfb3b4ed9b9b 100644
--- a/webrtc/base/base.gyp
+++ b/webrtc/base/base.gyp
@@ -33,8 +33,12 @@
'rtc_base',
],
'sources': [
+ 'objc/RTCCameraPreviewView.h',
+ 'objc/RTCCameraPreviewView.m',
+ 'objc/RTCDispatcher.h',
+ 'objc/RTCDispatcher.m',
'objc/RTCLogging.h',
- 'objc/RTCLogging.mm'
+ 'objc/RTCLogging.mm',
],
'xcode_settings': {
'CLANG_ENABLE_OBJC_ARC': 'YES',
« no previous file with comments | « webrtc/base/BUILD.gn ('k') | webrtc/base/objc/RTCCameraPreviewView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698