| Index: media/remoting/BUILD.gn
|
| diff --git a/media/remoting/BUILD.gn b/media/remoting/BUILD.gn
|
| index 4255f3a4fba1d8e8836cad56ba2e5f67a483b736..18e10624ea907cc7e0696a8060146373181c79f7 100644
|
| --- a/media/remoting/BUILD.gn
|
| +++ b/media/remoting/BUILD.gn
|
| @@ -39,6 +39,8 @@ source_set("remoting") {
|
| "remote_renderer_impl.h",
|
| "remoting_controller.cc",
|
| "remoting_controller.h",
|
| + "remoting_interstitial_ui.cc",
|
| + "remoting_interstitial_ui.h",
|
| "remoting_renderer_factory.cc",
|
| "remoting_renderer_factory.h",
|
| ]
|
| @@ -48,6 +50,7 @@ source_set("remoting") {
|
| "//media",
|
| "//media/mojo/interfaces:remoting",
|
| "//mojo/public/cpp/bindings",
|
| + "//skia",
|
| ]
|
| }
|
|
|
|
|