aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_gpu_BUILD.gn
blob: df0953cea5de752a7ef0ab26410736eb6a3d2173 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- content/gpu/BUILD.gn.orig	2023-05-31 08:12:17 UTC
+++ content/gpu/BUILD.gn
@@ -104,6 +104,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",