aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-components_crash_core_app_BUILD.gn
blob: 3c1963db9537a3312f156bbec00594dda87a61cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/crash/core/app/BUILD.gn.orig	2021-07-15 19:13:37 UTC
+++ components/crash/core/app/BUILD.gn
@@ -3,7 +3,7 @@
 # found in the LICENSE file.
 
 # TODO(crbug.com/753619): Enable crash reporting on Fuchsia.
-assert(!is_fuchsia)
+assert(!is_fuchsia && !is_bsd)
 
 import("//components/gwp_asan/buildflags/buildflags.gni")