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.gn6
1 files changed, 4 insertions, 2 deletions
diff --git a/osp/impl/BUILD.gn b/osp/impl/BUILD.gn
index a248fb4a..b446aef9 100644
--- a/osp/impl/BUILD.gn
+++ b/osp/impl/BUILD.gn
@@ -22,6 +22,8 @@ source_set("impl") {
"service_listener_impl.h",
"service_publisher_impl.cc",
"service_publisher_impl.h",
+ "with_destruction_callback.cc",
+ "with_destruction_callback.h",
]
if (use_mdns_responder) {
@@ -40,8 +42,8 @@ source_set("impl") {
"../../osp/public",
]
deps = [
- "../../osp_base",
"../../platform",
+ "../../util",
"quic",
]
}
@@ -61,9 +63,9 @@ if (use_chromium_quic) {
deps = [
"../../osp/msgs",
- "../../osp_base",
"../../platform",
"../../third_party/chromium_quic",
+ "../../util",
"quic",
]
}