aboutsummaryrefslogtreecommitdiff
path: root/www/qt6-webengine/files/patch-src_3rdparty_chromium_content_test_BUILD.gn
blob: 3ab8bdf4ba9f3b4e48ca5215b4217686376d79ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- src/3rdparty/chromium/content/test/BUILD.gn.orig	2023-12-12 22:08:45 UTC
+++ src/3rdparty/chromium/content/test/BUILD.gn
@@ -2235,7 +2235,7 @@ static_library("run_all_unittests") {
     ":test_support",
     "//base/test:test_support",
   ]
-  if (is_linux || is_chromeos) {
+  if ((is_linux || is_chromeos) && !is_bsd) {
     deps += [ "//content/common:set_process_title_linux" ]
   }
 }
@@ -3304,7 +3304,7 @@ test("content_unittests") {
     deps += [ "//third_party/boringssl" ]
   }
 
-  if (is_linux || is_chromeos) {
+  if ((is_linux || is_chromeos) && !is_bsd) {
     sources += [ "../common/set_process_title_linux_unittest.cc" ]
     deps += [ "//content/common:set_process_title_linux" ]
   }