| Index: media/remoting/BUILD.gn
|
| diff --git a/media/remoting/BUILD.gn b/media/remoting/BUILD.gn
|
| index 0a551de46b5c1abaabb30be5a3d877959cb10026..40c9da264a2a85c8933725c0d1b6b16d2686b0cb 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",
|
| @@ -46,7 +54,7 @@ source_set("remoting") {
|
| source_set("media_remoting_tests") {
|
| testonly = true
|
| sources = [
|
| - "remoting_controller_unittest.cc",
|
| + "remoting_renderer_controller_unittest.cc",
|
| "rpc/proto_utils_unittest.cc",
|
| ]
|
|
|
| @@ -61,6 +69,7 @@ source_set("media_remoting_tests") {
|
| "//testing/gtest",
|
| "//ui/gfx:test_support",
|
| "//ui/gfx/geometry",
|
| + "//url",
|
| ]
|
| }
|
|
|
|
|