aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_common_BUILD.gn
blob: 9d3df23e28fffa81f4eba2e26bacecfe33370925 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- content/common/BUILD.gn.orig	2023-12-10 06:10:27 UTC
+++ content/common/BUILD.gn
@@ -438,6 +438,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" ]
+    }
   }
 }