Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: media/remoting/BUILD.gn

Issue 2457563002: Media Remoting: Add remoting control logic for encrypted contents. (Closed)
Patch Set: Addressed comments from PS#12. Fixed ASAN. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/base/cdm_context.cc ('k') | media/remoting/fake_remoting_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/remoting/BUILD.gn
diff --git a/media/remoting/BUILD.gn b/media/remoting/BUILD.gn
index 4255f3a4fba1d8e8836cad56ba2e5f67a483b736..716f11040a347c3ffe74dc71a93dd9bf0e166922 100644
--- a/media/remoting/BUILD.gn
+++ b/media/remoting/BUILD.gn
@@ -37,10 +37,22 @@ source_set("remoting") {
"remote_demuxer_stream_adapter.h",
"remote_renderer_impl.cc",
"remote_renderer_impl.h",
- "remoting_controller.cc",
- "remoting_controller.h",
+ "remoting_cdm.cc",
+ "remoting_cdm.h",
+ "remoting_cdm_context.cc",
+ "remoting_cdm_context.h",
+ "remoting_cdm_controller.cc",
+ "remoting_cdm_controller.h",
+ "remoting_cdm_factory.cc",
+ "remoting_cdm_factory.h",
+ "remoting_renderer_controller.cc",
+ "remoting_renderer_controller.h",
"remoting_renderer_factory.cc",
"remoting_renderer_factory.h",
+ "remoting_sink_observer.cc",
+ "remoting_sink_observer.h",
+ "remoting_source_impl.cc",
+ "remoting_source_impl.h",
]
deps = [
":rpc",
@@ -60,7 +72,7 @@ source_set("media_remoting_tests") {
"fake_remoting_demuxer_stream_provider.h",
"remote_demuxer_stream_adapter_unittest.cc",
"remote_renderer_impl_unittest.cc",
- "remoting_controller_unittest.cc",
+ "remoting_renderer_controller_unittest.cc",
"rpc/proto_utils_unittest.cc",
"rpc/rpc_broker_unittest.cc",
]
@@ -76,6 +88,7 @@ source_set("media_remoting_tests") {
"//testing/gtest",
"//ui/gfx:test_support",
"//ui/gfx/geometry",
+ "//url",
]
}
« no previous file with comments | « media/base/cdm_context.cc ('k') | media/remoting/fake_remoting_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698