diff options
Diffstat (limited to 'devel/electron32/files/patch-ui_base_ui__base__switches.h')
-rw-r--r-- | devel/electron32/files/patch-ui_base_ui__base__switches.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/devel/electron32/files/patch-ui_base_ui__base__switches.h b/devel/electron32/files/patch-ui_base_ui__base__switches.h deleted file mode 100644 index 1fa64f51ee4b..000000000000 --- a/devel/electron32/files/patch-ui_base_ui__base__switches.h +++ /dev/null @@ -1,16 +0,0 @@ ---- ui/base/ui_base_switches.h.orig 2024-08-14 20:56:04 UTC -+++ ui/base/ui_base_switches.h -@@ -27,11 +27,11 @@ COMPONENT_EXPORT(UI_BASE) extern const char kEnableRes - COMPONENT_EXPORT(UI_BASE) extern const char kEnableResourcesFileSharing[]; - #endif - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - COMPONENT_EXPORT(UI_BASE) extern const char kSystemFontFamily[]; - #endif - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - COMPONENT_EXPORT(UI_BASE) extern const char kUiToolkitFlag[]; - COMPONENT_EXPORT(UI_BASE) extern const char kDisableGtkIme[]; - #endif |