--- content/common/BUILD.gn.orig 2023-12-20 07:12:20 UTC +++ content/common/BUILD.gn @@ -439,6 +439,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" ] + } } }