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