OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'remoting_host_sources': [ | 7 'remoting_host_sources': [ |
| 8 'host/ack_or_timeout_reporter.cc', |
| 9 'host/ack_or_timeout_reporter.h', |
8 'host/audio_capturer.cc', | 10 'host/audio_capturer.cc', |
9 'host/audio_capturer.h', | 11 'host/audio_capturer.h', |
10 'host/audio_capturer_linux.cc', | 12 'host/audio_capturer_linux.cc', |
11 'host/audio_capturer_linux.h', | 13 'host/audio_capturer_linux.h', |
12 'host/audio_capturer_mac.cc', | 14 'host/audio_capturer_mac.cc', |
13 'host/audio_capturer_win.cc', | 15 'host/audio_capturer_win.cc', |
14 'host/audio_capturer_win.h', | 16 'host/audio_capturer_win.h', |
15 'host/audio_scheduler.cc', | 17 'host/audio_scheduler.cc', |
16 'host/audio_scheduler.h', | 18 'host/audio_scheduler.h', |
17 'host/audio_silence_detector.cc', | 19 'host/audio_silence_detector.cc', |
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
159 'host/local_input_monitor.h', | 161 'host/local_input_monitor.h', |
160 'host/local_input_monitor_chromeos.cc', | 162 'host/local_input_monitor_chromeos.cc', |
161 'host/local_input_monitor_mac.mm', | 163 'host/local_input_monitor_mac.mm', |
162 'host/local_input_monitor_win.cc', | 164 'host/local_input_monitor_win.cc', |
163 'host/local_input_monitor_x11.cc', | 165 'host/local_input_monitor_x11.cc', |
164 'host/logging.h', | 166 'host/logging.h', |
165 'host/logging_posix.cc', | 167 'host/logging_posix.cc', |
166 'host/logging_win.cc', | 168 'host/logging_win.cc', |
167 'host/me2me_desktop_environment.cc', | 169 'host/me2me_desktop_environment.cc', |
168 'host/me2me_desktop_environment.h', | 170 'host/me2me_desktop_environment.h', |
| 171 'host/minimum_heartbeat_supporter.cc', |
| 172 'host/minimum_heartbeat_supporter.h', |
169 'host/mouse_clamping_filter.cc', | 173 'host/mouse_clamping_filter.cc', |
170 'host/mouse_clamping_filter.h', | 174 'host/mouse_clamping_filter.h', |
171 'host/oauth_token_getter.cc', | 175 'host/oauth_token_getter.cc', |
172 'host/oauth_token_getter.h', | 176 'host/oauth_token_getter.h', |
173 'host/pairing_registry_delegate.cc', | 177 'host/pairing_registry_delegate.cc', |
174 'host/pairing_registry_delegate.h', | 178 'host/pairing_registry_delegate.h', |
175 'host/pairing_registry_delegate_linux.cc', | 179 'host/pairing_registry_delegate_linux.cc', |
176 'host/pairing_registry_delegate_linux.h', | 180 'host/pairing_registry_delegate_linux.h', |
177 'host/pairing_registry_delegate_mac.cc', | 181 'host/pairing_registry_delegate_mac.cc', |
178 'host/pairing_registry_delegate_win.cc', | 182 'host/pairing_registry_delegate_win.cc', |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
260 'host/cast_video_capturer_adapter.h', | 264 'host/cast_video_capturer_adapter.h', |
261 ], | 265 ], |
262 'remoting_it2me_host_static_sources' : [ | 266 'remoting_it2me_host_static_sources' : [ |
263 'host/it2me/it2me_host.cc', | 267 'host/it2me/it2me_host.cc', |
264 'host/it2me/it2me_host.h', | 268 'host/it2me/it2me_host.h', |
265 'host/it2me/it2me_native_messaging_host.cc', | 269 'host/it2me/it2me_native_messaging_host.cc', |
266 'host/it2me/it2me_native_messaging_host.h', | 270 'host/it2me/it2me_native_messaging_host.h', |
267 ], | 271 ], |
268 } | 272 } |
269 } | 273 } |
OLD | NEW |