| Index: media/remoting/BUILD.gn
|
| diff --git a/media/remoting/BUILD.gn b/media/remoting/BUILD.gn
|
| index 716f11040a347c3ffe74dc71a93dd9bf0e166922..388d32fa51e6f50bcb799ef15f79b9ecfa7fd645 100644
|
| --- a/media/remoting/BUILD.gn
|
| +++ b/media/remoting/BUILD.gn
|
| @@ -45,6 +45,8 @@ source_set("remoting") {
|
| "remoting_cdm_controller.h",
|
| "remoting_cdm_factory.cc",
|
| "remoting_cdm_factory.h",
|
| + "remoting_interstitial_ui.cc",
|
| + "remoting_interstitial_ui.h",
|
| "remoting_renderer_controller.cc",
|
| "remoting_renderer_controller.h",
|
| "remoting_renderer_factory.cc",
|
| @@ -60,6 +62,7 @@ source_set("remoting") {
|
| "//media",
|
| "//media/mojo/interfaces:remoting",
|
| "//mojo/public/cpp/bindings",
|
| + "//skia",
|
| ]
|
| }
|
|
|
|
|