--- mojo/core/BUILD.gn.orig 2026-01-07 00:52:53 UTC +++ mojo/core/BUILD.gn @@ -163,7 +163,7 @@ source_set("impl_for_embedder") { "channel_posix.h", ] - if (is_linux || is_chromeos || is_android) { + if ((is_linux || is_chromeos || is_android) && !is_bsd) { sources += [ "channel_linux.cc", "channel_linux.h",