| 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",
|
| ]
|
| }
|
|
|