$NetBSD: patch-src_3rdparty_chromium_components_exo_BUILD.gn,v 1.2 2022/04/18 11:18:18 adam Exp $ --- src/3rdparty/chromium/components/exo/BUILD.gn.orig 2021-02-19 16:41:59.000000000 +0000 +++ src/3rdparty/chromium/components/exo/BUILD.gn @@ -336,7 +336,7 @@ test("exo_unittests") { data_deps = [] - if (is_linux || is_chromeos) { + if (is_linux || is_chromeos || is_bsd) { deps += [ "//components/exo/wayland:unit_tests" ] }