--- content/common/BUILD.gn.orig 2022-10-26 05:20:49 UTC +++ content/common/BUILD.gn @@ -430,6 +430,9 @@ if (is_linux || is_chromeos) { public = [ "set_process_title_linux.h" ] sources = [ "set_process_title_linux.cc" ] deps = [ "//base" ] + if (is_bsd) { + sources -= [ "set_process_title_linux.cc" ] + } } }