| 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',
|
|
|