aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_ui_BUILD.gn
blob: a7ddcebb34fe7f8c27b2af87c949380a581e9b11 (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	2020-09-08 19:14:00 UTC
+++ chrome/browser/ui/BUILD.gn
@@ -621,12 +621,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) {