aboutsummaryrefslogtreecommitdiff
path: root/cast/sender/channel/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'cast/sender/channel/BUILD.gn')
-rw-r--r--cast/sender/channel/BUILD.gn10
1 files changed, 2 insertions, 8 deletions
diff --git a/cast/sender/channel/BUILD.gn b/cast/sender/channel/BUILD.gn
index 13b061c1..85f633b0 100644
--- a/cast/sender/channel/BUILD.gn
+++ b/cast/sender/channel/BUILD.gn
@@ -6,18 +6,14 @@ source_set("channel") {
sources = [
"cast_auth_util.cc",
"cast_auth_util.h",
- "cast_framer.cc",
- "cast_framer.h",
]
deps = [
- "../../../util",
- "proto",
+ "../../common/channel/proto",
]
public_deps = [
"../../../platform",
- "../../../third_party/abseil",
]
}
@@ -25,15 +21,13 @@ source_set("unittests") {
testonly = true
sources = [
"cast_auth_util_unittest.cc",
- "cast_framer_unittest.cc",
]
deps = [
":channel",
"../../../platform",
"../../../third_party/googletest:gtest",
- "../../../util",
"../../common/certificate/proto:unittest_proto",
- "proto",
+ "../../common/channel/proto",
]
}