blob: 84e99450b90e7567d11126f1212f3920c9ba77ea (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/app/BUILD.gn.orig 2021-03-12 23:57:16 UTC
+++ chrome/app/BUILD.gn
@@ -143,7 +143,7 @@ static_library("test_support") {
"//v8:v8_headers",
]
- if (!is_fuchsia) {
+ if (!is_fuchsia && !is_bsd) {
# TODO(crbug.com/753619): Enable crash reporting on Fuchsia.
deps += [
"//components/crash/core/app",
|