mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 19:30:46 -04:00
Build cross platform desktop apps with JavaScript, HTML, and CSS. It's easier than you think. If you can build a website, you can build a desktop app. Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. It takes care of the hard parts so you can focus on the core of your application. WWW: https://electronjs.org/
20 lines
806 B
C
20 lines
806 B
C
--- chrome/common/chrome_switches.h.orig 2025-03-24 20:50:14 UTC
|
|
+++ chrome/common/chrome_switches.h
|
|
@@ -275,7 +275,7 @@ extern const char kAllowNaClSocketAPI[];
|
|
#endif
|
|
|
|
#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \
|
|
- BUILDFLAG(IS_WIN)
|
|
+ BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD)
|
|
extern const char kEnableNewAppMenuIcon[];
|
|
extern const char kGuest[];
|
|
extern const char kForceNtpMobilePromo[];
|
|
@@ -288,7 +288,7 @@ extern const char kGlicFreURL[];
|
|
extern const char kGlicFreURL[];
|
|
#endif
|
|
|
|
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD)
|
|
extern const char kListApps[];
|
|
extern const char kProfileBaseName[];
|
|
extern const char kProfileManagementAttributes[];
|