aboutsummaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorYuri Wiitala <miu@chromium.org>2020-11-09 12:10:55 -0800
committerCommit Bot <commit-bot@chromium.org>2020-11-09 20:32:07 +0000
commit7b6396aaef5bf0693c6b9aa2e4bdbe139a28e57a (patch)
treebdca6e00b750a3f8c0b9acedaee39729fb29dae6 /BUILD.gn
parent82a5b2d213634a64b952e9135901e0f0e4b81571 (diff)
downloadopenscreen-7b6396aaef5bf0693c6b9aa2e4bdbe139a28e57a.tar.gz
Standalone Receiver: Integration with ApplicationAgent.
Makes the standalone cast receiver a full Cast V2 Receiver with a launchable "Mirroring App." Replaces "CastAgent" with three modules: MirroringApplication (new): A front-end launcher and message port for a ReceiverSession (and a StreamingPlaybackController, which manages the playback UI). ApplicatonAgent (prior patch): An implementation of the Cast V2 Application Control spec, able to launch applications and route messages to/from them. CastService (new): Glues it all together, from a network server socket, through the Cast Channel infrastructure, through the ApplicationAgent and MirroringApplication, to a ReceiverSession and playback GUI. Bug: b/170134354 Change-Id: I9640a3d0c40f174d9f03bc26ee3c2f160736e290 Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/2481853 Commit-Queue: Yuri Wiitala <miu@chromium.org> Reviewed-by: Jordan Bayles <jophba@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 0 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 16a82c88..8fad80f2 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -118,7 +118,6 @@ if (!build_with_chromium && is_posix) {
testonly = true
public_deps = [
"cast/common:discovery_e2e_test",
- "cast/standalone_receiver:e2e_tests",
"cast/test:e2e_tests",
"cast/test:make_crl_tests($host_toolchain)",
]