aboutsummaryrefslogtreecommitdiff
path: root/cast/common/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'cast/common/BUILD.gn')
-rw-r--r--cast/common/BUILD.gn4
1 files changed, 2 insertions, 2 deletions
diff --git a/cast/common/BUILD.gn b/cast/common/BUILD.gn
index c4105448..8704ef23 100644
--- a/cast/common/BUILD.gn
+++ b/cast/common/BUILD.gn
@@ -16,9 +16,9 @@ source_set("mdns") {
]
deps = [
- "../../osp_base",
"../../platform",
"../../third_party/abseil",
+ "../../util",
]
configs += [ "../../build:allow_build_from_embedder" ]
@@ -35,11 +35,11 @@ source_set("mdns_unittests") {
deps = [
":mdns",
- "../../osp_base",
"../../platform",
"../../third_party/abseil",
"../../third_party/googletest:gmock",
"../../third_party/googletest:gtest",
+ "../../util",
]
configs += [ "../../build:allow_build_from_embedder" ]