blob: 978ee92ead870bd129942bdc1ddaa492e3135785 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/app/BUILD.gn.orig 2021-09-24 04:25:56 UTC
+++ chrome/app/BUILD.gn
@@ -154,7 +154,7 @@ static_library("test_support") {
"//v8:v8_headers",
]
- if (!is_fuchsia) {
+ if (!is_fuchsia && !is_bsd) {
# TODO(crbug.com/1226159): Complete crash reporting integration on Fuchsia.
deps += [
"//components/crash/core/app",
|