--- extensions/shell/BUILD.gn.orig 2021-01-07 00:36:35 UTC +++ extensions/shell/BUILD.gn @@ -202,7 +202,7 @@ source_set("app_shell_lib") { } } - if (is_desktop_linux) { + if (is_desktop_linux && !is_bsd) { sources += [ "app/shell_crash_reporter_client.cc", "app/shell_crash_reporter_client.h",