aboutsummaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authormark a. foltz <mfoltz@chromium.org>2019-11-06 13:40:18 -0800
committerCommit Bot <commit-bot@chromium.org>2019-11-06 21:49:37 +0000
commiteeef1daf1d0e6512190d159c38e78c6f111b5e16 (patch)
treea2a2b29e9482866f5febe83f46cca8ba5217f9d2 /BUILD.gn
parentb3c27166ab6fb00eefddfaa8796d961414eb0867 (diff)
downloadopenscreen-eeef1daf1d0e6512190d159c38e78c6f111b5e16.tar.gz
[Open Screen] Consolidate BUILD.gn for cast/
This reduces the overall number of BUILD.gn files for more maintainability. It also adds a BUILD.gn for cast/streaming and removes unnecessary includes. Bug: openscreen:50 Change-Id: I7f5f083b81a9cee231af1080893d5cbe7a1436d0 Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/1897010 Commit-Queue: mark a. foltz <mfoltz@chromium.org> Reviewed-by: Jordan Bayles <jophba@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn10
1 files changed, 5 insertions, 5 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 76dd3efc..b2f59afe 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -9,8 +9,9 @@ import("osp/build/config/services.gni")
# source_sets).
group("gn_all") {
deps = [
- "cast/common/certificate",
- "cast/sender/channel",
+ "cast/common:certificate",
+ "cast/common:channel",
+ "cast/sender:channel",
"discovery:dnssd",
"discovery:mdns",
"osp",
@@ -49,9 +50,8 @@ group("gn_all") {
executable("openscreen_unittests") {
testonly = true
deps = [
- "cast/common/certificate:unittests",
- "cast/common/channel:unittests",
- "cast/sender/channel:unittests",
+ "cast/common:unittests",
+ "cast/sender:unittests",
"discovery:unittests",
"osp:unittests",
"osp/impl/discovery/mdns:unittests",