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

Unified Diff: remoting/remoting.gyp

Issue 8468022: Refactor channel dispatchers on the host side. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 1 month 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
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 5a083ed0610f7fa9cd78153c45ffccc248597a0e..adc4d9648902e29b54b8facea2783d9d028173fe 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -717,8 +717,6 @@
'protocol/buffered_socket_writer.h',
'protocol/channel_authenticator.cc',
'protocol/channel_authenticator.h',
- 'protocol/client_control_sender.cc',
- 'protocol/client_control_sender.h',
'protocol/client_message_dispatcher.cc',
'protocol/client_message_dispatcher.h',
'protocol/client_stub.h',
@@ -728,10 +726,12 @@
'protocol/connection_to_host.h',
'protocol/content_description.cc',
'protocol/content_description.h',
+ 'protocol/host_control_dispatcher.cc',
+ 'protocol/host_control_dispatcher.h',
'protocol/host_control_sender.cc',
'protocol/host_control_sender.h',
- 'protocol/host_message_dispatcher.cc',
- 'protocol/host_message_dispatcher.h',
+ 'protocol/host_input_dispatcher.cc',
+ 'protocol/host_input_dispatcher.h',
'protocol/host_stub.h',
'protocol/input_sender.cc',
'protocol/input_sender.h',
« remoting/protocol/host_input_dispatcher.cc ('K') | « remoting/protocol/protobuf_video_writer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698