57 lines
2.4 KiB
C
57 lines
2.4 KiB
C
--- chrome/common/webui_url_constants.h.orig 2023-04-22 17:45:15 UTC
|
|
+++ chrome/common/webui_url_constants.h
|
|
@@ -432,24 +432,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
|
|
@@ -464,14 +464,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[];
|
|
@@ -485,7 +485,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[];
|