aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_crash_core_app_BUILD.gn
blob: 844f434fcf6d3f4ca8c0904f87e56a8fe64aa314 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/crash/core/app/BUILD.gn.orig	2020-11-16 15:59:38 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_ios && !is_fuchsia)
+assert(!is_ios && !is_fuchsia && !is_bsd)
 
 import("//components/gwp_asan/buildflags/buildflags.gni")