--- ui/base/test/skia_gold_pixel_diff.cc.orig 2025-10-21 20:19:54 UTC +++ ui/base/test/skia_gold_pixel_diff.cc @@ -116,7 +116,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";