aboutsummaryrefslogtreecommitdiff
path: root/devel/electron33/files/patch-ui_gfx_render__text__api__fuzzer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron33/files/patch-ui_gfx_render__text__api__fuzzer.cc')
-rw-r--r--devel/electron33/files/patch-ui_gfx_render__text__api__fuzzer.cc20
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/electron33/files/patch-ui_gfx_render__text__api__fuzzer.cc b/devel/electron33/files/patch-ui_gfx_render__text__api__fuzzer.cc
deleted file mode 100644
index ae9ccd8bf707..000000000000
--- a/devel/electron33/files/patch-ui_gfx_render__text__api__fuzzer.cc
+++ /dev/null
@@ -1,20 +0,0 @@
---- ui/gfx/render_text_api_fuzzer.cc.orig 2022-08-31 12:19:35 UTC
-+++ ui/gfx/render_text_api_fuzzer.cc
-@@ -20,7 +20,7 @@
- #include "ui/gfx/font_util.h"
- #include "ui/gfx/render_text.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
-
-@@ -47,7 +47,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();