diff options
Diffstat (limited to 'devel/electron13/files/patch-chrome_app_BUILD.gn')
-rw-r--r-- | devel/electron13/files/patch-chrome_app_BUILD.gn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron13/files/patch-chrome_app_BUILD.gn b/devel/electron13/files/patch-chrome_app_BUILD.gn new file mode 100644 index 000000000000..c90f9e2f8012 --- /dev/null +++ b/devel/electron13/files/patch-chrome_app_BUILD.gn @@ -0,0 +1,11 @@ +--- chrome/app/BUILD.gn.orig 2021-07-15 19:13:30 UTC ++++ chrome/app/BUILD.gn +@@ -141,7 +141,7 @@ static_library("test_support") { + "//v8:v8_headers", + ] + +- if (!is_fuchsia) { ++ if (!is_fuchsia && !is_bsd) { + # TODO(crbug.com/753619): Enable crash reporting on Fuchsia. + deps += [ + "//components/crash/core/app", |