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

Unified Diff: net/BUILD.gn

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 | « chrome/common/features.gni ('k') | net/features.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 9c973cb79b3d308be7571f32791d84ada4ec1685..42dec01efa25067383d486933bebcfd4b29600d5 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -46,6 +46,7 @@ buildflag_header("features") {
"POSIX_AVOID_MMAP=$posix_avoid_mmap",
"DISABLE_FILE_SUPPORT=$disable_file_support",
"DISABLE_FTP_SUPPORT=$disable_ftp_support",
+ "ENABLE_MDNS=$enable_mdns",
"ENABLE_WEBSOCKETS=$enable_websockets",
]
}
« no previous file with comments | « chrome/common/features.gni ('k') | net/features.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698