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

Unified Diff: media/media.gyp

Issue 967793002: Linux Video Capture: Add V4L2VideoCaptureDelegate{Single,Multi}Plane. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: magjed@ comments Created 5 years, 9 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 | « media/BUILD.gn ('k') | media/video/capture/fake_video_capture_device_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index d012137e72507d106a1a9880c7e034d08e85cc9a..798e08d915855adfb12055027717ae3e84ee681f 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -568,6 +568,12 @@
'video/capture/file_video_capture_device.h',
'video/capture/file_video_capture_device_factory.cc',
'video/capture/file_video_capture_device_factory.h',
+ 'video/capture/linux/v4l2_capture_delegate.cc',
+ 'video/capture/linux/v4l2_capture_delegate.h',
+ 'video/capture/linux/v4l2_capture_delegate_multi_plane.cc',
+ 'video/capture/linux/v4l2_capture_delegate_multi_plane.h',
+ 'video/capture/linux/v4l2_capture_delegate_single_plane.cc',
+ 'video/capture/linux/v4l2_capture_delegate_single_plane.h',
'video/capture/linux/video_capture_device_chromeos.cc',
'video/capture/linux/video_capture_device_chromeos.h',
'video/capture/linux/video_capture_device_factory_linux.cc',
@@ -758,6 +764,11 @@
'audio/openbsd/audio_manager_openbsd.cc',
'audio/openbsd/audio_manager_openbsd.h',
],
+ }, { # else: openbsd==1
+ 'sources!': [
+ 'video/capture/linux/v4l2_capture_delegate_multi_plane.cc',
+ 'video/capture/linux/v4l2_capture_delegate_multi_plane.h',
+ ],
}],
['OS=="linux"', {
'conditions': [
« no previous file with comments | « media/BUILD.gn ('k') | media/video/capture/fake_video_capture_device_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698