| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index 6a3f099c76468f11a02b66fa9b85438918c7cf3d..b16c29eba7d6e1104fd27280f5867de3384bc648 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -358,6 +358,8 @@
|
| 'host/dns_blackhole_checker.h',
|
| 'host/heartbeat_sender.cc',
|
| 'host/heartbeat_sender.h',
|
| + 'host/offline_status_sender.cc',
|
| + 'host/offline_status_sender.h',
|
| 'host/host_change_notification_listener.cc',
|
| 'host/host_change_notification_listener.h',
|
| 'host/host_config.cc',
|
| @@ -2643,6 +2645,7 @@
|
| 'host/desktop_session_agent.cc',
|
| 'host/desktop_session_agent.h',
|
| 'host/heartbeat_sender_unittest.cc',
|
| + 'host/offline_status_sender_unittest.cc',
|
| 'host/host_change_notification_listener_unittest.cc',
|
| 'host/host_mock_objects.cc',
|
| 'host/host_mock_objects.h',
|
|
|