Index: headless/BUILD.gn
--- headless/BUILD.gn.orig
+++ headless/BUILD.gn
@@ -848,7 +848,7 @@ component("headless_shell_lib") {
     "//v8",
   ]
 
-  if (!is_fuchsia) {
+  if (!is_fuchsia && !is_bsd) {
     deps += [ "//components/crash/core/app" ]
   }
 
