mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
Changelog: https://chromium.googlesource.com/chromium/src/+log/75.0.3770.142..76.0.3809.100?pretty=fuller&n=10000 Submitted by: Matthias Wolf <matthias@rheinwolf.de> MFH: 2019Q3
14 lines
666 B
Text
14 lines
666 B
Text
--- chrome/common/features.gni.orig 2019-07-24 18:58:14 UTC
|
|
+++ chrome/common/features.gni
|
|
@@ -41,9 +41,9 @@ declare_args() {
|
|
(is_desktop_linux && use_dbus) || is_chromeos
|
|
|
|
enable_one_click_signin =
|
|
- is_win || is_mac || (is_linux && !is_chromeos && !is_chromecast)
|
|
+ is_win || is_mac || is_bsd || (is_linux && !is_chromeos && !is_chromecast)
|
|
|
|
- enable_service_discovery = (enable_mdns && !is_android) || is_mac
|
|
+ enable_service_discovery = (enable_mdns && !is_android) || is_mac || is_bsd
|
|
|
|
# Enables use of the session service, which is enabled by default.
|
|
# Android stores them separately on the Java side.
|