--- mojo/core/BUILD.gn.orig 2026-06-23 23:37:18 UTC +++ mojo/core/BUILD.gn @@ -162,7 +162,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",