blob: e68d43bccae284f82ee2724f9cf52a44f092bb2b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- headless/BUILD.gn.orig 2025-10-21 20:19:54 UTC
+++ headless/BUILD.gn
@@ -483,7 +483,7 @@ component("headless_non_renderer") {
}
}
- if (!is_fuchsia) {
+ if (!is_fuchsia && !is_bsd) {
deps += [
"//components/crash/content/browser",
"//components/crash/core/app",
|