From 4931d3869a6dd44297e7062d19250b953725dca9 Mon Sep 17 00:00:00 2001 From: "Carlos J. Puga Medina" Date: Mon, 12 Aug 2019 10:39:48 +0000 Subject: www/chromium: Update to 76.0.3809.100 Changelog: https://chromium.googlesource.com/chromium/src/+log/75.0.3770.142..76.0.3809.100?pretty=fuller&n=10000 Submitted by: Matthias Wolf MFH: 2019Q3 --- www/chromium/files/patch-chrome_common_features.gni | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/chromium/files/patch-chrome_common_features.gni') diff --git a/www/chromium/files/patch-chrome_common_features.gni b/www/chromium/files/patch-chrome_common_features.gni index d6696dfe5af4..277fce476cef 100644 --- a/www/chromium/files/patch-chrome_common_features.gni +++ b/www/chromium/files/patch-chrome_common_features.gni @@ -1,4 +1,4 @@ ---- chrome/common/features.gni.orig 2019-03-11 22:00:54 UTC +--- 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 @@ -7,8 +7,8 @@ - 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_ios) || is_mac -+ enable_service_discovery = (enable_mdns && !is_android && !is_ios) || is_mac || is_bsd +- 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. -- cgit v1.2.3