| 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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 'host/single_window_input_injector.h', | 217 'host/single_window_input_injector.h', |
| 218 'host/single_window_input_injector_linux.cc', | 218 'host/single_window_input_injector_linux.cc', |
| 219 'host/single_window_input_injector_mac.cc', | 219 'host/single_window_input_injector_mac.cc', |
| 220 'host/single_window_input_injector_win.cc', | 220 'host/single_window_input_injector_win.cc', |
| 221 'host/third_party_auth_config.cc', | 221 'host/third_party_auth_config.cc', |
| 222 'host/third_party_auth_config.h', | 222 'host/third_party_auth_config.h', |
| 223 'host/token_validator_base.cc', | 223 'host/token_validator_base.cc', |
| 224 'host/token_validator_base.h', | 224 'host/token_validator_base.h', |
| 225 'host/token_validator_factory_impl.cc', | 225 'host/token_validator_factory_impl.cc', |
| 226 'host/token_validator_factory_impl.h', | 226 'host/token_validator_factory_impl.h', |
| 227 'host/touch_injector_win.h', |
| 228 'host/touch_injector_win.cc', |
| 227 'host/usage_stats_consent.h', | 229 'host/usage_stats_consent.h', |
| 228 'host/usage_stats_consent_mac.cc', | 230 'host/usage_stats_consent_mac.cc', |
| 229 'host/usage_stats_consent_win.cc', | 231 'host/usage_stats_consent_win.cc', |
| 230 'host/username.cc', | 232 'host/username.cc', |
| 231 'host/username.h', | 233 'host/username.h', |
| 232 'host/video_frame_pump.cc', | 234 'host/video_frame_pump.cc', |
| 233 'host/video_frame_pump.h', | 235 'host/video_frame_pump.h', |
| 234 'host/video_frame_recorder.cc', | 236 'host/video_frame_recorder.cc', |
| 235 'host/video_frame_recorder.h', | 237 'host/video_frame_recorder.h', |
| 236 'host/video_frame_recorder_host_extension.cc', | 238 'host/video_frame_recorder_host_extension.cc', |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 306 'host/it2me/it2me_confirmation_dialog_chromeos.cc', | 308 'host/it2me/it2me_confirmation_dialog_chromeos.cc', |
| 307 'host/it2me/it2me_confirmation_dialog_proxy.cc', | 309 'host/it2me/it2me_confirmation_dialog_proxy.cc', |
| 308 'host/it2me/it2me_confirmation_dialog_proxy.h', | 310 'host/it2me/it2me_confirmation_dialog_proxy.h', |
| 309 'host/it2me/it2me_host.cc', | 311 'host/it2me/it2me_host.cc', |
| 310 'host/it2me/it2me_host.h', | 312 'host/it2me/it2me_host.h', |
| 311 'host/it2me/it2me_native_messaging_host.cc', | 313 'host/it2me/it2me_native_messaging_host.cc', |
| 312 'host/it2me/it2me_native_messaging_host.h', | 314 'host/it2me/it2me_native_messaging_host.h', |
| 313 ], | 315 ], |
| 314 } | 316 } |
| 315 } | 317 } |
| OLD | NEW |