$NetBSD$ * Part of patchset to build chromium on NetBSD * Based on OpenBSD's chromium patches, and pkgsrc's qt5-qtwebengine patches --- content/renderer/renderer_blink_platform_impl.h.orig 2025-09-08 23:21:33.000000000 +0000 +++ content/renderer/renderer_blink_platform_impl.h @@ -273,7 +273,7 @@ class CONTENT_EXPORT RendererBlinkPlatfo const gpu::GPUInfo& gpu_info) const; #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ - BUILDFLAG(IS_WIN) + BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) std::unique_ptr sandbox_support_; #endif