diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-09 02:22:43 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-09 02:22:43 +0000 |
commit | 35b9c560f122a92d671e55985fd0161293961ceb (patch) | |
tree | 919367302b47900ce396684e9e1188d70cd5eca6 /remoting/remoting.gyp | |
parent | d78482a45263f6fb46af84a766f9407e54c2ede7 (diff) | |
download | chromium_src-35b9c560f122a92d671e55985fd0161293961ceb.zip chromium_src-35b9c560f122a92d671e55985fd0161293961ceb.tar.gz chromium_src-35b9c560f122a92d671e55985fd0161293961ceb.tar.bz2 |
Implementation of InputStub for chromoting
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/4533001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65473 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index b6dc584..b349643 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -358,9 +358,11 @@ 'sources': [ 'protocol/buffered_socket_writer.cc', 'protocol/buffered_socket_writer.h', + 'protocol/chromotocol_config.cc', + 'protocol/chromotocol_config.h', + 'protocol/client_control_sender.cc', + 'protocol/client_control_Sender.h', 'protocol/client_stub.h', - 'protocol/client_stub_impl.cc', - 'protocol/client_stub_impl.h', 'protocol/connection_to_client.cc', 'protocol/connection_to_client.h', 'protocol/connection_to_host.h', @@ -368,6 +370,14 @@ 'protocol/host_event_message_handler.h', 'protocol/host_message_dispatcher.cc', 'protocol/host_message_dispatcher.h', + 'protocol/input_sender.cc', + 'protocol/input_sender.h', + 'protocol/jingle_connection_to_host.cc', + 'protocol/jingle_connection_to_host.h', + 'protocol/jingle_session.cc', + 'protocol/jingle_session.h', + 'protocol/jingle_session_manager.cc', + 'protocol/jingle_session_manager.h', 'protocol/message_decoder.cc', 'protocol/message_decoder.h', 'protocol/message_reader.cc', @@ -376,12 +386,6 @@ 'protocol/protobuf_video_reader.h', 'protocol/protobuf_video_writer.cc', 'protocol/protobuf_video_writer.h', - 'protocol/jingle_connection_to_host.cc', - 'protocol/jingle_connection_to_host.h', - 'protocol/jingle_session.cc', - 'protocol/jingle_session.h', - 'protocol/jingle_session_manager.cc', - 'protocol/jingle_session_manager.h', 'protocol/rtp_reader.cc', 'protocol/rtp_reader.h', 'protocol/rtp_utils.cc', |