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

Unified Diff: remoting/remoting_host_srcs.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: Addressed code review feedback from Lambros. Created 6 years 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_srcs.gypi
diff --git a/remoting/remoting_host_srcs.gypi b/remoting/remoting_host_srcs.gypi
index 871f10ed1e7359d02edbaa8d1b5a0b01713d8087..e3e8f170326bf8e75104089934630d8c11d94481 100644
--- a/remoting/remoting_host_srcs.gypi
+++ b/remoting/remoting_host_srcs.gypi
@@ -5,6 +5,8 @@
{
'variables': {
'remoting_host_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',
@@ -166,6 +168,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