blob: 8315c4c59d46a45e4d65038c25df412bc919b920 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/browser/BUILD.gn.orig 2020-07-07 21:58:13 UTC
+++ chrome/browser/BUILD.gn
@@ -4582,7 +4582,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",
|