aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_ui_BUILD.gn
blob: 2481cdc04ebdd77e2874bfa4132802ab6d467df0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- chrome/browser/ui/BUILD.gn.orig	2021-03-12 23:57:19 UTC
+++ chrome/browser/ui/BUILD.gn
@@ -617,12 +617,15 @@ static_library("ui") {
     deps += [ "//components/autofill/content/browser/webauthn" ]
   }
 
-  if (!is_fuchsia) {
+  if (!is_fuchsia && !is_bsd) {
     # TODO(crbug.com/753619): Enable crash reporting on Fuchsia.
     deps += [
       "//components/crash/core/app",
       "//components/crash/core/browser",
     ]
+  }
+  if (is_bsd) {
+    deps += [ "//components/crash/core/browser" ]
   }
 
   if (is_win || is_android || is_linux || is_chromeos) {