--- ui/base/test/skia_gold_pixel_diff.cc.orig 2023-02-01 18:43:51 UTC +++ ui/base/test/skia_gold_pixel_diff.cc @@ -151,7 +151,7 @@ std::string SkiaGoldPixelDiff::GetPlatform() { return "macOS"; // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch // of lacros-chrome is complete. -#elif BUILDFLAG(IS_LINUX) +#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) return "linux"; #elif BUILDFLAG(IS_CHROMEOS_LACROS) return "lacros";