summaryrefslogtreecommitdiff
path: root/devel/electron4/files/patch-net_features.gni
blob: 8e2cbcaa53a0de42dfe5fe1f82f0c51994ad4af1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- net/features.gni.orig	2019-03-15 06:37:29 UTC
+++ net/features.gni
@@ -27,7 +27,7 @@ declare_args() {
   disable_brotli_filter = false
 
   # Multicast DNS.
-  enable_mdns = is_win || is_linux || is_fuchsia
+  enable_mdns = is_win || is_linux || is_fuchsia || is_bsd
 
   # Reporting not used on iOS.
   enable_reporting = !is_ios