Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(203)

Unified Diff: remoting/remoting.gyp

Issue 18075003: Host offline status reporting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/protocol/name_value_map.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « remoting/protocol/name_value_map.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698