aboutsummaryrefslogtreecommitdiff
path: root/osp/impl/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'osp/impl/BUILD.gn')
-rw-r--r--osp/impl/BUILD.gn19
1 files changed, 5 insertions, 14 deletions
diff --git a/osp/impl/BUILD.gn b/osp/impl/BUILD.gn
index 83326f57..54404a61 100644
--- a/osp/impl/BUILD.gn
+++ b/osp/impl/BUILD.gn
@@ -6,8 +6,9 @@ import("../../osp/build/config/services.gni")
source_set("impl") {
sources = [
- "mdns_platform_service.cc",
- "mdns_platform_service.h",
+ "dns_sd_publisher_client.cc",
+ "dns_sd_publisher_client.h",
+ "dns_sd_service_publisher_factory.cc",
"message_demuxer.cc",
"network_service_manager.cc",
"presentation/presentation_common.cc",
@@ -26,23 +27,13 @@ source_set("impl") {
"with_destruction_callback.cc",
"with_destruction_callback.h",
]
-
- if (use_mdns_responder) {
- sources += [
- "internal_services.cc",
- "internal_services.h",
- "mdns_responder_service.cc",
- "mdns_responder_service.h",
- "mdns_service_listener_factory.cc",
- "mdns_service_publisher_factory.cc",
- ]
- }
-
public_deps = [
"../msgs",
"../public",
]
deps = [
+ "../../discovery:dnssd",
+ "../../discovery:public",
"../../platform",
"../../third_party/abseil",
"../../util",