--- mojo/core/BUILD.gn.orig 2024-10-01 07:26:23 UTC +++ mojo/core/BUILD.gn @@ -161,7 +161,7 @@ source_set("impl_for_embedder") { ] } - if ((is_linux || is_chromeos || is_android) && !is_nacl) { + if ((is_linux || is_chromeos || is_android) && !is_nacl && !is_bsd) { sources += [ "channel_linux.cc", "channel_linux.h",