--- content/common/BUILD.gn.orig 2022-09-24 10:57:32 UTC +++ content/common/BUILD.gn @@ -428,6 +428,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" ] + } } }