blob: 5cf14a0f2114e6fc9466209b1f334fcdf6fe2722 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/browser/BUILD.gn.orig 2021-03-12 23:57:17 UTC
+++ chrome/browser/BUILD.gn
@@ -5277,7 +5277,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",
|