| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index 6f1e88c980106683253ca1fdbe0ae2fd2c378f4f..9c6f056d167354e36d0a99957ab4b42e2fbe52c5 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -398,7 +398,6 @@
|
| 'protocol/client_control_Sender.h',
|
| 'protocol/client_message_dispatcher.cc',
|
| 'protocol/client_message_dispatcher.h',
|
| - 'protocol/client_stub.cc',
|
| 'protocol/client_stub.h',
|
| 'protocol/connection_to_client.cc',
|
| 'protocol/connection_to_client.h',
|
| @@ -408,11 +407,9 @@
|
| 'protocol/host_control_sender.h',
|
| 'protocol/host_message_dispatcher.cc',
|
| 'protocol/host_message_dispatcher.h',
|
| - 'protocol/host_stub.cc',
|
| 'protocol/host_stub.h',
|
| 'protocol/input_sender.cc',
|
| 'protocol/input_sender.h',
|
| - 'protocol/input_stub.cc',
|
| 'protocol/input_stub.h',
|
| 'protocol/jingle_session.cc',
|
| 'protocol/jingle_session.h',
|
| @@ -546,6 +543,7 @@
|
| 'host/access_verifier_unittest.cc',
|
| 'host/chromoting_host_context_unittest.cc',
|
| 'host/chromoting_host_unittest.cc',
|
| + 'host/client_session_unittest.cc',
|
| 'host/differ_block_unittest.cc',
|
| 'host/differ_unittest.cc',
|
| 'host/heartbeat_sender_unittest.cc',
|
| @@ -555,6 +553,8 @@
|
| 'host/json_host_config_unittest.cc',
|
| 'host/screen_recorder_unittest.cc',
|
| 'host/test_key_pair.h',
|
| + 'host/user_authenticator_fake.cc',
|
| + 'host/user_authenticator_fake.h',
|
| 'jingle_glue/iq_request_unittest.cc',
|
| 'jingle_glue/jingle_client_unittest.cc',
|
| 'jingle_glue/jingle_thread_unittest.cc',
|
|
|