mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -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/
51 lines
2.4 KiB
C
51 lines
2.4 KiB
C
--- chrome/browser/flag_descriptions.h.orig 2022-11-30 08:12:58 UTC
|
|
+++ chrome/browser/flag_descriptions.h
|
|
@@ -3779,7 +3779,7 @@ extern const char kSearchWebInSidePanelDescription[];
|
|
// Random platform combinations -----------------------------------------------
|
|
|
|
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
|
|
- BUILDFLAG(IS_FUCHSIA)
|
|
+ BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD)
|
|
extern const char kQuickCommandsName[];
|
|
extern const char kQuickCommandsDescription[];
|
|
|
|
@@ -3796,7 +3796,7 @@ extern const char kWebBluetoothConfirmPairingSupportNa
|
|
extern const char kWebBluetoothConfirmPairingSupportDescription[];
|
|
#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
|
|
|
|
-#if BUILDFLAG(IS_LINUX)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
|
extern const char kOzonePlatformHintChoiceDefault[];
|
|
extern const char kOzonePlatformHintChoiceAuto[];
|
|
extern const char kOzonePlatformHintChoiceX11[];
|
|
@@ -3812,18 +3812,18 @@ extern const char kForcePasswordInitialSyncWhenDecrypt
|
|
extern const char kForcePasswordInitialSyncWhenDecryptionFailsDescription[];
|
|
#endif // BUILDFLAG(IS_LINUX)
|
|
|
|
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD)
|
|
extern const char kSkipUndecryptablePasswordsName[];
|
|
extern const char kSkipUndecryptablePasswordsDescription[];
|
|
#endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC)
|
|
|
|
-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
|
|
+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
|
extern const char kAsyncDnsName[];
|
|
extern const char kAsyncDnsDescription[];
|
|
#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
|
|
|
|
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
|
|
- BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_CHROMEOS)
|
|
+ BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
|
|
extern const char kFollowingFeedSidepanelName[];
|
|
extern const char kFollowingFeedSidepanelDescription[];
|
|
#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ||
|
|
@@ -3900,7 +3900,7 @@ extern const char kElasticOverscrollDescription[];
|
|
|
|
#if BUILDFLAG(IS_WIN) || \
|
|
(BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) || \
|
|
- BUILDFLAG(IS_MAC) || BUILDFLAG(IS_FUCHSIA)
|
|
+ BUILDFLAG(IS_MAC) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD)
|
|
extern const char kUIDebugToolsName[];
|
|
extern const char kUIDebugToolsDescription[];
|
|
|