blob: aa17c38055a6116b73e4ef5bbb8642c717af49be (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/browser/BUILD.gn.orig 2021-01-18 21:28:49 UTC
+++ chrome/browser/BUILD.gn
@@ -5161,7 +5161,7 @@ static_library("browser") {
]
}
- if (is_posix && !is_mac) {
+ if (is_posix && !is_mac && !is_bsd) {
# TODO(crbug.com / 753619): Enable crash reporting on Fuchsia.
sources += [
"//chrome/app/chrome_crash_reporter_client.cc",
|