aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-media_capture_BUILD.gn
blob: 06b5a73c85e7d003b6bd926f5309c07aecdffb04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- media/capture/BUILD.gn.orig	2017-01-26 00:49:15 UTC
+++ media/capture/BUILD.gn
@@ -127,6 +127,16 @@ component("capture") {
     ]
   }
 
+  if (is_bsd) {
+    sources -= [
+      "video/linux/video_capture_device_linux.cc",
+      "video/linux/video_capture_device_linux.h",
+      "video/linux/video_capture_device_factory_linux.cc",
+      "video/linux/video_capture_device_factory_linux.h",
+      "video/linux/v4l2_capture_delegate.cc",
+    ]
+  }
+
   if (is_win) {
     deps += [
       "//media/base",  # For media_switches.