mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
20 lines
657 B
C++
20 lines
657 B
C++
--- ui/gfx/render_text_fuzzer.cc.orig 2024-06-25 12:08:48 UTC
|
|
+++ ui/gfx/render_text_fuzzer.cc
|
|
@@ -17,7 +17,7 @@
|
|
#include "ui/gfx/canvas.h"
|
|
#include "ui/gfx/font_util.h"
|
|
|
|
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
|
|
#include "third_party/test_fonts/fontconfig/fontconfig_util_linux.h"
|
|
#endif
|
|
|
|
@@ -40,7 +40,7 @@ struct Environment {
|
|
|
|
CHECK(base::i18n::InitializeICU());
|
|
|
|
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
|
|
test_fonts::SetUpFontconfig();
|
|
#endif
|
|
gfx::InitializeFonts();
|