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

Unified Diff: media/remoting/BUILD.gn

Issue 2406483002: WIP - Add EME (Closed)
Patch Set: Addressed miu's comments. Added more tests. Created 4 years, 2 months 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/remoting_cdm.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 d4d87e7850c59f61f6cb62ca4476497205295cdb..b86d8cfe3ecfdc557aff8a75b510d278693f91de 100644
--- a/media/remoting/BUILD.gn
+++ b/media/remoting/BUILD.gn
@@ -31,10 +31,18 @@ source_set("rpc") {
source_set("remoting") {
sources = [
- "remoting_controller.cc",
- "remoting_controller.h",
+ "remoting_cdm.cc",
+ "remoting_cdm.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_source_impl.cc",
+ "remoting_source_impl.h",
]
deps = [
"//base",
@@ -45,7 +53,7 @@ source_set("remoting") {
test("media_remoting_unittests") {
sources = [
- "remoting_controller_unittest.cc",
+ "remoting_renderer_controller_unittest.cc",
"rpc/proto_utils_unittest.cc",
]
@@ -61,5 +69,6 @@ test("media_remoting_unittests") {
"//testing/gtest",
"//ui/gfx:test_support",
"//ui/gfx/geometry",
+ "//url",
]
}
« no previous file with comments | « media/base/cdm_context.cc ('k') | media/remoting/remoting_cdm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698