diff options
Diffstat (limited to 'devel/electron33/files/patch-content_common_BUILD.gn')
-rw-r--r-- | devel/electron33/files/patch-content_common_BUILD.gn | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/devel/electron33/files/patch-content_common_BUILD.gn b/devel/electron33/files/patch-content_common_BUILD.gn deleted file mode 100644 index d62ac9c7502d..000000000000 --- a/devel/electron33/files/patch-content_common_BUILD.gn +++ /dev/null @@ -1,36 +0,0 @@ ---- content/common/BUILD.gn.orig 2024-10-28 21:05:15 UTC -+++ content/common/BUILD.gn -@@ -387,19 +387,28 @@ source_set("common") { - } - - if (is_linux || is_chromeos) { -- sources += [ -- "gpu_pre_sandbox_hook_linux.cc", -- "gpu_pre_sandbox_hook_linux.h", -- ] -+ if (is_bsd) { -+ sources += [ -+ "gpu_pre_sandbox_hook_bsd.cc", -+ "gpu_pre_sandbox_hook_bsd.h", -+ ] -+ } else { -+ sources += [ -+ "gpu_pre_sandbox_hook_linux.cc", -+ "gpu_pre_sandbox_hook_linux.h", -+ ] -+ } - public_deps += [ "//sandbox/policy" ] - deps += [ - ":sandbox_support_linux", - "//media/gpu:buildflags", - "//sandbox/linux:sandbox_services", -- "//sandbox/linux:seccomp_bpf", - "//sandbox/policy:chromecast_sandbox_allowlist_buildflags", - "//third_party/fontconfig", - ] -+ if (use_seccomp_bpf) { -+ deps += [ "//sandbox/linux:seccomp_bpf" ] -+ } - if (use_v4l2_codec) { - deps += [ "//media/gpu/v4l2" ] - } |