diff options
Diffstat (limited to 'devel/electron33/files/patch-chrome_app_chrome__main.cc')
-rw-r--r-- | devel/electron33/files/patch-chrome_app_chrome__main.cc | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/devel/electron33/files/patch-chrome_app_chrome__main.cc b/devel/electron33/files/patch-chrome_app_chrome__main.cc deleted file mode 100644 index a013dc372ccf..000000000000 --- a/devel/electron33/files/patch-chrome_app_chrome__main.cc +++ /dev/null @@ -1,43 +0,0 @@ ---- chrome/app/chrome_main.cc.orig 2024-10-16 21:30:46 UTC -+++ chrome/app/chrome_main.cc -@@ -30,11 +30,11 @@ - #include "chrome/app/chrome_main_mac.h" - #endif - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - #include "base/base_switches.h" - #endif - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - #include "chrome/app/chrome_main_linux.h" - #endif - -@@ -55,7 +55,7 @@ - #endif // BUILDFLAG(IS_WIN) - - #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ -- BUILDFLAG(IS_WIN) -+ BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - #define ENABLE_OLD_HEADLESS - #endif - -@@ -120,7 +120,7 @@ int ChromeMain(int argc, const char** argv) { - #error Unknown platform. - #endif - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - PossiblyDetermineFallbackChromeChannel(argv[0]); - #endif - -@@ -186,7 +186,7 @@ int ChromeMain(int argc, const char** argv) { - SetUpBundleOverrides(); - #endif - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - AppendExtraArgumentsToCommandLine(command_line); - #endif - |