$NetBSD$ * Part of patchset to build chromium on NetBSD * Based on OpenBSD's chromium patches, and pkgsrc's qt5-qtwebengine patches --- ui/base/test/skia_gold_pixel_diff.cc.orig 2025-09-08 23:21:33.000000000 +0000 +++ ui/base/test/skia_gold_pixel_diff.cc @@ -121,7 +121,7 @@ const char* GetPlatformName() { return "windows"; #elif BUILDFLAG(IS_APPLE) return "macOS"; -#elif BUILDFLAG(IS_LINUX) +#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) return "linux"; #elif BUILDFLAG(IS_CHROMEOS) return "ash";