summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_gpu_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-content_gpu_BUILD.gn')
-rw-r--r--www/chromium/files/patch-content_gpu_BUILD.gn20
1 files changed, 0 insertions, 20 deletions
diff --git a/www/chromium/files/patch-content_gpu_BUILD.gn b/www/chromium/files/patch-content_gpu_BUILD.gn
deleted file mode 100644
index df0953cea5de..000000000000
--- a/www/chromium/files/patch-content_gpu_BUILD.gn
+++ /dev/null
@@ -1,20 +0,0 @@
---- 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",