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

Unified Diff: remoting/remoting_host.gypi

Issue 719983002: Reporting of policy errors via host-offline-reason: part 3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@hor-nohoststatussender
Patch Set: Minor tweaks after end-to-end tests and self-review. Created 6 years, 1 month 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
Index: remoting/remoting_host.gypi
diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi
index 3c028df55dcfaeda507c86910b71e4c7bbaebad7..5fb88a793e1672ec3c7cd35f61e390f658d88c63 100644
--- a/remoting/remoting_host.gypi
+++ b/remoting/remoting_host.gypi
@@ -55,6 +55,8 @@
'VERSION=<(version_full)',
],
'sources': [
+ 'host/ack_or_timeout_reporter.cc',
+ 'host/ack_or_timeout_reporter.h',
'host/audio_capturer.cc',
'host/audio_capturer.h',
'host/audio_capturer_linux.cc',
@@ -208,6 +210,8 @@
'host/logging_win.cc',
'host/me2me_desktop_environment.cc',
'host/me2me_desktop_environment.h',
+ 'host/minimum_heartbeat_supporter.cc',
+ 'host/minimum_heartbeat_supporter.h',
'host/mouse_clamping_filter.cc',
'host/mouse_clamping_filter.h',
'host/oauth_token_getter.cc',

Powered by Google App Engine
This is Rietveld 408576698