Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1200)

Unified Diff: remoting/client/plugin/BUILD.gn

Issue 2384063008: Enables delegating signal strategy for It2Me Host. (Closed)
Patch Set: Fix typos Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/client/plugin/chromoting_instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | remoting/client/plugin/chromoting_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698