summaryrefslogtreecommitdiffstats
path: root/remoting/remoting.gyp
diff options
context:
space:
mode:
authorajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-04 01:18:04 +0000
committerajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-04 01:18:04 +0000
commitcd8d237c83f5fcd1fc0d06e9fdd840fb4e24ac94 (patch)
treeefeef519dfd771c46b9f616fbdca1bbcaa04fadf /remoting/remoting.gyp
parent8281e0b5d1afe79d257f4e6c1b5156533aa12c0f (diff)
downloadchromium_src-cd8d237c83f5fcd1fc0d06e9fdd840fb4e24ac94.zip
chromium_src-cd8d237c83f5fcd1fc0d06e9fdd840fb4e24ac94.tar.gz
chromium_src-cd8d237c83f5fcd1fc0d06e9fdd840fb4e24ac94.tar.bz2
Moving/Rename host/ClientConnection.{h,cc} -> protocol/ConnectionToClient.{h,cc}
Also move the unittest. BUG=None TEST=compiles Review URL: http://codereview.chromium.org/4352002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65009 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r--remoting/remoting.gyp12
1 files changed, 7 insertions, 5 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index f4e7079..628504f 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -193,8 +193,6 @@
'host/chromoting_host.h',
'host/chromoting_host_context.cc',
'host/chromoting_host_context.h',
- 'host/client_connection.cc',
- 'host/client_connection.h',
'host/differ.h',
'host/differ.cc',
'host/differ_block.h',
@@ -365,6 +363,8 @@
'protocol/buffered_socket_writer.h',
'protocol/chromotocol_config.cc',
'protocol/chromotocol_config.h',
+ 'protocol/connection_to_client.cc',
+ 'protocol/connection_to_client.h',
'protocol/host_control_message_handler.h',
'protocol/host_event_message_handler.h',
'protocol/host_message_dispatcher.cc',
@@ -455,7 +455,6 @@
'client/mock_objects.h',
'host/access_verifier_unittest.cc',
'host/chromoting_host_context_unittest.cc',
- 'host/client_connection_unittest.cc',
'host/differ_unittest.cc',
'host/differ_block_unittest.cc',
'host/heartbeat_sender_unittest.cc',
@@ -470,10 +469,13 @@
'jingle_glue/iq_request_unittest.cc',
'jingle_glue/mock_objects.h',
'jingle_glue/stream_socket_adapter_unittest.cc',
- 'protocol/jingle_session_unittest.cc',
- 'protocol/message_decoder_unittest.cc',
+ 'protocol/connection_to_client_unittest.cc',
'protocol/fake_session.cc',
'protocol/fake_session.h',
+ 'protocol/jingle_session_unittest.cc',
+ 'protocol/message_decoder_unittest.cc',
+ 'protocol/message_decoder_unittest.cc',
+ 'protocol/mock_objects.h',
'protocol/session_manager_pair.cc',
'protocol/session_manager_pair.h',
'run_all_unittests.cc',