aboutsummaryrefslogtreecommitdiff
path: root/www/qt6-webengine/files/patch-src_3rdparty_chromium_content_shell_BUILD.gn
blob: a7caeb229c6fc653866f31a8a2462b5aa4ef1336 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/3rdparty/chromium/content/shell/BUILD.gn.orig	2023-08-16 19:50:41 UTC
+++ src/3rdparty/chromium/content/shell/BUILD.gn
@@ -968,7 +968,7 @@ group("content_shell_crash_test") {
   if (is_win) {
     data_deps += [ "//build/win:copy_cdb_to_output" ]
   }
-  if (is_posix) {
+  if (is_posix && !is_bsd) {
     data_deps += [
       "//third_party/breakpad:dump_syms",
       "//third_party/breakpad:minidump_stackwalk",