diff options
Diffstat (limited to 'devel/electron35/files/patch-content_utility_services.cc')
| -rw-r--r-- | devel/electron35/files/patch-content_utility_services.cc | 65 | 
1 files changed, 0 insertions, 65 deletions
diff --git a/devel/electron35/files/patch-content_utility_services.cc b/devel/electron35/files/patch-content_utility_services.cc deleted file mode 100644 index 54e372c0bc73..000000000000 --- a/devel/electron35/files/patch-content_utility_services.cc +++ /dev/null @@ -1,65 +0,0 @@ ---- content/utility/services.cc.orig	2025-03-24 20:50:14 UTC -+++ content/utility/services.cc -@@ -73,7 +73,7 @@ extern sandbox::TargetServices* g_utility_target_servi - extern sandbox::TargetServices* g_utility_target_services; - #endif  // BUILDFLAG(IS_WIN) -  --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - #include "media/mojo/services/mojo_video_encode_accelerator_provider_factory.h" - #include "sandbox/linux/services/libc_interceptor.h" - #include "sandbox/policy/mojom/sandbox.mojom.h" -@@ -101,7 +101,7 @@ extern sandbox::TargetServices* g_utility_target_servi - #endif  // BUILDFLAG(IS_CHROMEOS) && (BUILDFLAG(USE_VAAPI) || -         // BUILDFLAG(USE_V4L2_CODEC)) -  --#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) && \ -+#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) || BUILDFLAG(IS_CHROMEOS)) && \ -     (BUILDFLAG(USE_VAAPI) || BUILDFLAG(USE_V4L2_CODEC)) - #include "content/common/features.h" - #include "media/mojo/services/stable_video_decoder_factory_process_service.h"  // nogncheck -@@ -237,7 +237,7 @@ auto RunAudio(mojo::PendingReceiver<audio::mojom::Audi -       << "task_policy_set TASK_QOS_POLICY"; - #endif -  --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) -   auto* command_line = base::CommandLine::ForCurrentProcess(); -   if (sandbox::policy::SandboxTypeFromCommandLine(*command_line) == -       sandbox::mojom::Sandbox::kNoSandbox) { -@@ -381,7 +381,7 @@ auto RunOOPArcVideoAcceleratorFactoryService( - #endif  // BUILDFLAG(IS_CHROMEOS) && \ -         // (BUILDFLAG(USE_VAAPI) || BUILDFLAG(USE_V4L2_CODEC)) -  --#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) && \ -+#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) || BUILDFLAG(IS_CHROMEOS)) && \ -     (BUILDFLAG(USE_VAAPI) || BUILDFLAG(USE_V4L2_CODEC)) - auto RunStableVideoDecoderFactoryProcessService( -     mojo::PendingReceiver< -@@ -392,7 +392,7 @@ auto RunStableVideoDecoderFactoryProcessService( - #endif  // (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) && -         // (BUILDFLAG(USE_VAAPI) || BUILDFLAG(USE_V4L2_CODEC)) -  --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - auto RunVideoEncodeAcceleratorProviderFactory( -     mojo::PendingReceiver<media::mojom::VideoEncodeAcceleratorProviderFactory> -         receiver) { -@@ -415,7 +415,7 @@ void RegisterIOThreadServices(mojo::ServiceFactory& se -   // loop of type IO that can get notified when pipes have data. -   services.Add(RunNetworkService); -  --#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) && \ -+#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) || BUILDFLAG(IS_CHROMEOS)) && \ -     (BUILDFLAG(USE_VAAPI) || BUILDFLAG(USE_V4L2_CODEC)) -   services.Add(RunStableVideoDecoderFactoryProcessService); - #endif  // (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) && -@@ -468,7 +468,7 @@ void RegisterMainThreadServices(mojo::ServiceFactory&  - #endif  // BUILDFLAG(IS_CHROMEOS) && \ -         // (BUILDFLAG(USE_VAAPI) || BUILDFLAG(USE_V4L2_CODEC)) -  --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) -   services.Add(RunVideoEncodeAcceleratorProviderFactory); - #endif  // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -   | 
