| 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/audio_capturer.cc', | 8 'host/audio_capturer.cc', |
| 9 'host/audio_capturer.h', | 9 'host/audio_capturer.h', |
| 10 'host/audio_capturer_linux.cc', | 10 'host/audio_capturer_linux.cc', |
| (...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 214 'host/shutdown_watchdog.cc', | 214 'host/shutdown_watchdog.cc', |
| 215 'host/shutdown_watchdog.h', | 215 'host/shutdown_watchdog.h', |
| 216 'host/signaling_connector.cc', | 216 'host/signaling_connector.cc', |
| 217 'host/signaling_connector.h', | 217 'host/signaling_connector.h', |
| 218 'host/single_window_desktop_environment.cc', | 218 'host/single_window_desktop_environment.cc', |
| 219 'host/single_window_desktop_environment.h', | 219 'host/single_window_desktop_environment.h', |
| 220 'host/single_window_input_injector.h', | 220 'host/single_window_input_injector.h', |
| 221 'host/single_window_input_injector_linux.cc', | 221 'host/single_window_input_injector_linux.cc', |
| 222 'host/single_window_input_injector_mac.cc', | 222 'host/single_window_input_injector_mac.cc', |
| 223 'host/single_window_input_injector_win.cc', | 223 'host/single_window_input_injector_win.cc', |
| 224 'host/third_party_auth_config.cc', |
| 225 'host/third_party_auth_config.h', |
| 224 'host/token_validator_base.cc', | 226 'host/token_validator_base.cc', |
| 225 'host/token_validator_base.h', | 227 'host/token_validator_base.h', |
| 226 'host/token_validator_factory_impl.cc', | 228 'host/token_validator_factory_impl.cc', |
| 227 'host/token_validator_factory_impl.h', | 229 'host/token_validator_factory_impl.h', |
| 228 'host/usage_stats_consent.h', | 230 'host/usage_stats_consent.h', |
| 229 'host/usage_stats_consent_mac.cc', | 231 'host/usage_stats_consent_mac.cc', |
| 230 'host/usage_stats_consent_win.cc', | 232 'host/usage_stats_consent_win.cc', |
| 231 'host/username.cc', | 233 'host/username.cc', |
| 232 'host/username.h', | 234 'host/username.h', |
| 233 'host/video_frame_pump.cc', | 235 'host/video_frame_pump.cc', |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 'host/it2me/it2me_confirmation_dialog_chromeos.cc', | 275 'host/it2me/it2me_confirmation_dialog_chromeos.cc', |
| 274 'host/it2me/it2me_confirmation_dialog_proxy.cc', | 276 'host/it2me/it2me_confirmation_dialog_proxy.cc', |
| 275 'host/it2me/it2me_confirmation_dialog_proxy.h', | 277 'host/it2me/it2me_confirmation_dialog_proxy.h', |
| 276 'host/it2me/it2me_host.cc', | 278 'host/it2me/it2me_host.cc', |
| 277 'host/it2me/it2me_host.h', | 279 'host/it2me/it2me_host.h', |
| 278 'host/it2me/it2me_native_messaging_host.cc', | 280 'host/it2me/it2me_native_messaging_host.cc', |
| 279 'host/it2me/it2me_native_messaging_host.h', | 281 'host/it2me/it2me_native_messaging_host.h', |
| 280 ], | 282 ], |
| 281 } | 283 } |
| 282 } | 284 } |
| OLD | NEW |