--- content/common/BUILD.gn.orig 2022-05-25 04:01:01 UTC +++ content/common/BUILD.gn @@ -403,6 +403,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" ] + } } }