mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 19:09:16 -04:00
58 lines
2.4 KiB
C
58 lines
2.4 KiB
C
--- chrome/common/webui_url_constants.h.orig 2023-09-13 12:11:42 UTC
|
|
+++ chrome/common/webui_url_constants.h
|
|
@@ -411,24 +411,24 @@ extern const char kOsUIShortcutCustomizationAppURL[];
|
|
extern const char kOsUIVersionURL[];
|
|
#endif
|
|
|
|
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
|
|
extern const char kChromeUIWebUIJsErrorHost[];
|
|
extern const char kChromeUIWebUIJsErrorURL[];
|
|
#endif
|
|
|
|
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
|
|
- BUILDFLAG(IS_CHROMEOS_ASH)
|
|
+ BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_BSD)
|
|
extern const char kChromeUIConnectorsInternalsHost[];
|
|
#endif
|
|
|
|
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
|
|
- BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA)
|
|
+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD)
|
|
extern const char kChromeUIDiscardsHost[];
|
|
extern const char kChromeUIDiscardsURL[];
|
|
#endif
|
|
|
|
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
|
|
- BUILDFLAG(IS_FUCHSIA)
|
|
+ BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD)
|
|
extern const char kChromeUIWebAppSettingsURL[];
|
|
extern const char kChromeUIWebAppSettingsHost[];
|
|
#endif
|
|
@@ -443,7 +443,7 @@ extern const char kChromeUILinuxProxyConfigHost[];
|
|
#endif
|
|
|
|
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \
|
|
- BUILDFLAG(IS_ANDROID)
|
|
+ BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD)
|
|
extern const char kChromeUISandboxHost[];
|
|
#endif
|
|
|
|
@@ -455,7 +455,7 @@ extern const char kChromeUISearchEngineChoiceHost[];
|
|
// TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
|
|
// of lacros-chrome is complete.
|
|
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_FUCHSIA) || \
|
|
- (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS))
|
|
+ (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) || BUILDFLAG(IS_BSD)
|
|
extern const char kChromeUIBrowserSwitchHost[];
|
|
extern const char kChromeUIBrowserSwitchURL[];
|
|
extern const char kChromeUIEnterpriseProfileWelcomeHost[];
|
|
@@ -471,7 +471,7 @@ extern const char kChromeUIProfilePickerUrl[];
|
|
extern const char kChromeUIProfilePickerStartupQuery[];
|
|
#endif
|
|
|
|
-#if ((BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) && \
|
|
+#if ((BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)) && \
|
|
defined(TOOLKIT_VIEWS)) || \
|
|
defined(USE_AURA)
|
|
extern const char kChromeUITabModalConfirmDialogHost[];
|