diff options
Diffstat (limited to 'www/chromium/files/patch-content_gpu_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-content_gpu_BUILD.gn | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/chromium/files/patch-content_gpu_BUILD.gn b/www/chromium/files/patch-content_gpu_BUILD.gn new file mode 100644 index 000000000000..05549b1cda52 --- /dev/null +++ b/www/chromium/files/patch-content_gpu_BUILD.gn @@ -0,0 +1,20 @@ +--- content/gpu/BUILD.gn.orig 2023-04-28 17:01:32 UTC ++++ content/gpu/BUILD.gn +@@ -102,6 +102,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", |