aboutsummaryrefslogtreecommitdiff
path: root/www/qt6-webengine/files/patch-src_3rdparty_chromium_content_common_BUILD.gn
blob: fb884f15b550ed543227f7ed997f58c3886ea4e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/3rdparty/chromium/content/common/BUILD.gn.orig	2022-09-26 10:05:50 UTC
+++ src/3rdparty/chromium/content/common/BUILD.gn
@@ -420,6 +420,9 @@ if (is_linux || is_chromeos) {
     public = [ "set_process_title_linux.h" ]
     sources = [ "set_process_title_linux.cc" ]
     deps = [ "//base" ]
+    if (is_bsd) {
+      sources -= [ "set_process_title_linux.cc" ]
+    }
   }
 }