| Index: remoting/client/plugin/BUILD.gn
|
| diff --git a/remoting/client/plugin/BUILD.gn b/remoting/client/plugin/BUILD.gn
|
| index b3188e71d4dee27d8250b6f2cb322c6f47b30a69..fc5963be2abd078b599f112e95c667cad5d29ce0 100644
|
| --- a/remoting/client/plugin/BUILD.gn
|
| +++ b/remoting/client/plugin/BUILD.gn
|
| @@ -11,8 +11,6 @@ executable("remoting_client_plugin_newlib") {
|
| sources = [
|
| "chromoting_instance.cc",
|
| "chromoting_instance.h",
|
| - "delegating_signal_strategy.cc",
|
| - "delegating_signal_strategy.h",
|
| "pepper_address_resolver.cc",
|
| "pepper_address_resolver.h",
|
| "pepper_audio_player.cc",
|
| @@ -53,6 +51,7 @@ executable("remoting_client_plugin_newlib") {
|
| "//remoting/client",
|
| "//remoting/codec",
|
| "//remoting/protocol",
|
| + "//remoting/signaling",
|
| "//third_party/libyuv",
|
| "//third_party/webrtc/modules/desktop_capture:primitives",
|
| "//ui/events:dom_keycode_converter",
|
|
|