aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-components_crash_core_common_BUILD.gn
blob: ed890d4f07a45b0918bc86d8e35c8efe73bdfeb6 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                                                       
                                         
                                                                      







                                                                                
--- components/crash/core/common/BUILD.gn.orig	2023-05-31 08:12:17 UTC
+++ components/crash/core/common/BUILD.gn
@@ -9,7 +9,7 @@ import("//components/gwp_asan/buildflags/buildflags.gn
 
 declare_args() {
   # If set to true, this will stub out and disable the entire crash key system.
-  use_crash_key_stubs = is_fuchsia
+  use_crash_key_stubs = is_fuchsia || is_bsd
 }
 
 group("common") {