--- sandbox/linux/BUILD.gn.orig 2021-12-31 00:57:38 UTC +++ sandbox/linux/BUILD.gn @@ -394,7 +394,7 @@ component("sandbox_services") { deps += [ ":sandbox_services_headers" ] } - if (is_nacl_nonsfi) { + if (is_nacl_nonsfi || is_bsd) { cflags = [ "-fgnu-inline-asm" ] sources -= [ @@ -402,6 +402,8 @@ component("sandbox_services") { "services/init_process_reaper.h", "services/scoped_process.cc", "services/scoped_process.h", + "services/syscall_wrappers.cc", + "services/syscall_wrappers.h", "services/yama.cc", "services/yama.h", "syscall_broker/broker_channel.cc",