| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index b57338ecee1739d85310b16879d3ac0ea61f7450..9885a4bbbc8952b0d83ad6d7ad4a440bd39b8f80 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -408,11 +408,14 @@
|
| 'host/dns_blackhole_checker.h',
|
| 'host/heartbeat_sender.cc',
|
| 'host/heartbeat_sender.h',
|
| + 'host/host_status_sender.cc',
|
| + 'host/host_status_sender.h',
|
| 'host/host_change_notification_listener.cc',
|
| 'host/host_change_notification_listener.h',
|
| 'host/host_config.cc',
|
| 'host/host_config.h',
|
| 'host/host_exit_codes.h',
|
| + 'host/host_exit_codes.cc',
|
| 'host/host_secret.cc',
|
| 'host/host_secret.h',
|
| 'host/host_status_monitor.h',
|
| @@ -1507,6 +1510,7 @@
|
| 'host/desktop_session_win.cc',
|
| 'host/desktop_session_win.h',
|
| 'host/host_exit_codes.h',
|
| + 'host/host_exit_codes.cc',
|
| 'host/host_export.h',
|
| 'host/host_main.cc',
|
| 'host/host_main.h',
|
| @@ -2771,6 +2775,7 @@
|
| 'host/desktop_session_agent.cc',
|
| 'host/desktop_session_agent.h',
|
| 'host/heartbeat_sender_unittest.cc',
|
| + 'host/host_status_sender_unittest.cc',
|
| 'host/host_change_notification_listener_unittest.cc',
|
| 'host/host_mock_objects.cc',
|
| 'host/host_mock_objects.h',
|
|
|