aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_base_test_skia__gold__pixel__diff.cc
blob: 43cf1c8e77d58fbe7a5e2b0b308711b0ae0c0238 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/base/test/skia_gold_pixel_diff.cc.orig	2023-09-13 12:11:42 UTC
+++ ui/base/test/skia_gold_pixel_diff.cc
@@ -115,7 +115,7 @@ const char* GetPlatformName() {
   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";