mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 20:09:14 -04:00
Approved by: rene (mentor) Security: https://vuxml.freebsd.org/freebsd/310ca30e-a951-11ed-8314-a8a1599412c6.html
57 lines
2.4 KiB
C
57 lines
2.4 KiB
C
--- chrome/common/webui_url_constants.h.orig 2023-02-08 09:03:45 UTC
|
|
+++ chrome/common/webui_url_constants.h
|
|
@@ -416,24 +416,24 @@ extern const char kOsUIScanningAppURL[];
|
|
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
|
|
@@ -448,14 +448,14 @@ 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
|
|
|
|
// 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[];
|
|
@@ -469,7 +469,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[];
|