$NetBSD: patch-src_3rdparty_chromium_media_capture_BUILD.gn,v 1.2 2022/04/18 11:18:19 adam Exp $ --- src/3rdparty/chromium/media/capture/BUILD.gn.orig 2021-02-19 16:41:59.000000000 +0000 +++ src/3rdparty/chromium/media/capture/BUILD.gn @@ -250,7 +250,7 @@ jumbo_component("capture_lib") { # This includes the case of ChromeOS # TODO: As we move to separately version Chrome from ChromeOS, we may need to split # these sources into linux, chromeos, and common. - if (is_linux || is_chromeos) { + if (is_linux || is_chromeos || is_bsd) { sources += [ "video/linux/camera_config_chromeos.cc", "video/linux/camera_config_chromeos.h",