aboutsummaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-chrome_browser_BUILD.gn
blob: ef88a3574cbce38eaa8cc4d701da976e9c7242a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/BUILD.gn.orig	2021-04-22 07:51:50 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",