summaryrefslogtreecommitdiffstats
path: root/chrome/utility/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/utility/BUILD.gn')
-rw-r--r--chrome/utility/BUILD.gn7
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/utility/BUILD.gn b/chrome/utility/BUILD.gn
index edef316..22435b7 100644
--- a/chrome/utility/BUILD.gn
+++ b/chrome/utility/BUILD.gn
@@ -118,13 +118,6 @@ static_library("utility") {
]
}
- if (!enable_mdns) {
- sources -= [
- "local_discovery/service_discovery_message_handler.cc",
- "local_discovery/service_discovery_message_handler.h",
- ]
- }
-
if (safe_browsing_mode == 1) {
sources +=
rebase_path(gypi_values.chrome_utility_safe_browsing_sources, ".", "..")