blob: 6b15ae607117ea2a645e3b22d88c21d8609ce7ad (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ui/base/test/skia_gold_pixel_diff.cc.orig 2025-03-24 20:50:14 UTC
+++ ui/base/test/skia_gold_pixel_diff.cc
@@ -117,7 +117,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";
|