summaryrefslogtreecommitdiffstats
path: root/remoting/remoting.gyp
diff options
context:
space:
mode:
authorgarykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-04 22:44:41 +0000
committergarykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-04 22:44:41 +0000
commitd11535a810717cd12a32a1a98080b2029c838547 (patch)
treebfb4ef1af1d49e6db34c932af52e3dd143f67f67 /remoting/remoting.gyp
parentd5805b3d99d2d2b3774416cc754221a63a714ad2 (diff)
downloadchromium_src-d11535a810717cd12a32a1a98080b2029c838547.zip
chromium_src-d11535a810717cd12a32a1a98080b2029c838547.tar.gz
chromium_src-d11535a810717cd12a32a1a98080b2029c838547.tar.bz2
Chromoting: Rename HostConnection to ConnectionToHost
BUG=none TEST=build chrome, chromoting Review URL: http://codereview.chromium.org/4457002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65121 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r--remoting/remoting.gyp6
1 files changed, 3 insertions, 3 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 628504f..d4ae91f 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -269,11 +269,8 @@
'client/client_util.cc',
'client/client_util.h',
'client/frame_consumer.h',
- 'client/host_connection.h',
'client/input_handler.cc',
'client/input_handler.h',
- 'client/jingle_host_connection.cc',
- 'client/jingle_host_connection.h',
'client/rectangle_update_decoder.cc',
'client/rectangle_update_decoder.h',
],
@@ -365,6 +362,7 @@
'protocol/chromotocol_config.h',
'protocol/connection_to_client.cc',
'protocol/connection_to_client.h',
+ 'protocol/connection_to_host.h',
'protocol/host_control_message_handler.h',
'protocol/host_event_message_handler.h',
'protocol/host_message_dispatcher.cc',
@@ -377,6 +375,8 @@
'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',