Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1449)

Unified Diff: net/features.gni

Issue 2460653003: Move enable_mdns build flag to net. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/features.gni
diff --git a/net/features.gni b/net/features.gni
index 938c07e061201ee106e72abb9753c243414cb980..6db5a538800b04c02ba0caa7b6dd823150945dff 100644
--- a/net/features.gni
+++ b/net/features.gni
@@ -20,4 +20,7 @@ declare_args() {
# Do not disable brotli filter by default.
disable_brotli_filter = false
+
+ # Multicast DNS.
+ enable_mdns = is_win || is_linux
}
« no previous file with comments | « net/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698