aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_ui_BUILD.gn
blob: 017c12ccf8cc2cf4adce1a348495f313f58455a0 (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-07-07 21:58:14 UTC
+++ chrome/browser/ui/BUILD.gn
@@ -641,12 +641,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) {