| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index 49388ab41164b9e389e8585ea4a81165bc990c68..52517b1fccb4a6c38b3a3547aa93bd7a159c711e 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -207,6 +207,8 @@
|
| 'host/chromoting_host.h',
|
| 'host/chromoting_host_context.cc',
|
| 'host/chromoting_host_context.h',
|
| + 'host/client_session.cc',
|
| + 'host/client_session.h',
|
| 'host/desktop_environment.cc',
|
| 'host/desktop_environment.h',
|
| 'host/differ.h',
|
| @@ -535,8 +537,6 @@
|
| 'host/access_verifier_unittest.cc',
|
| 'host/chromoting_host_context_unittest.cc',
|
| 'host/chromoting_host_unittest.cc',
|
| - 'host/desktop_environment_fake.cc',
|
| - 'host/desktop_environment_fake.h',
|
| 'host/differ_block_unittest.cc',
|
| 'host/differ_unittest.cc',
|
| 'host/heartbeat_sender_unittest.cc',
|
|
|