$NetBSD$ * Part of patchset to build chromium on NetBSD * Based on OpenBSD's chromium patches, and pkgsrc's qt5-qtwebengine patches --- extensions/shell/browser/shell_browser_main_parts.cc.orig 2025-09-08 23:21:33.000000000 +0000 +++ extensions/shell/browser/shell_browser_main_parts.cc @@ -126,7 +126,7 @@ void ShellBrowserMainParts::PostCreateMa switches::kAppShellAllowRoaming)) { network_controller_->SetCellularAllowRoaming(true); } -#elif BUILDFLAG(IS_LINUX) +#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) // app_shell doesn't need GTK, so the fake input method context can work. // See crbug.com/381852 and revision fb69f142. // TODO(michaelpg): Verify this works for target environments.