aboutsummaryrefslogtreecommitdiff
path: root/www/qt6-webengine/files/patch-src_3rdparty_chromium_content_gpu_BUILD.gn
blob: c28dadfad11f5f94edc6147fd04c65f86d05073d (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/gpu/BUILD.gn.orig	2023-12-12 22:08:45 UTC
+++ src/3rdparty/chromium/content/gpu/BUILD.gn
@@ -107,6 +107,17 @@ target(link_target_type, "gpu_sources") {
     }
   }
 
+  if (is_bsd) {
+    sources -= [
+      "gpu_sandbox_hook_linux.cc",
+      "gpu_sandbox_hook_linux.h",
+    ]
+    sources += [
+      "gpu_sandbox_hook_bsd.cc",
+      "gpu_sandbox_hook_bsd.h",
+    ]
+  }
+
   if (is_chromeos_ash) {
     deps += [
       "//components/services/font/public/cpp",