| 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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 'host/resources_linux.cc', | 211 'host/resources_linux.cc', |
| 212 'host/resources_mac.cc', | 212 'host/resources_mac.cc', |
| 213 'host/resources_win.cc', | 213 'host/resources_win.cc', |
| 214 'host/sas_injector.h', | 214 'host/sas_injector.h', |
| 215 'host/sas_injector_win.cc', | 215 'host/sas_injector_win.cc', |
| 216 'host/screen_controls.h', | 216 'host/screen_controls.h', |
| 217 'host/screen_resolution.cc', | 217 'host/screen_resolution.cc', |
| 218 'host/screen_resolution.h', | 218 'host/screen_resolution.h', |
| 219 'host/server_log_entry_host.cc', | 219 'host/server_log_entry_host.cc', |
| 220 'host/server_log_entry_host.h', | 220 'host/server_log_entry_host.h', |
| 221 'host/session_manager_factory.cc', | |
| 222 'host/session_manager_factory.h', | |
| 223 'host/shaped_desktop_capturer.cc', | 221 'host/shaped_desktop_capturer.cc', |
| 224 'host/shaped_desktop_capturer.h', | 222 'host/shaped_desktop_capturer.h', |
| 225 'host/shutdown_watchdog.cc', | 223 'host/shutdown_watchdog.cc', |
| 226 'host/shutdown_watchdog.h', | 224 'host/shutdown_watchdog.h', |
| 227 'host/signaling_connector.cc', | 225 'host/signaling_connector.cc', |
| 228 'host/signaling_connector.h', | 226 'host/signaling_connector.h', |
| 229 'host/single_window_desktop_environment.cc', | 227 'host/single_window_desktop_environment.cc', |
| 230 'host/single_window_desktop_environment.h', | 228 'host/single_window_desktop_environment.h', |
| 231 'host/single_window_input_injector.h', | 229 'host/single_window_input_injector.h', |
| 232 'host/single_window_input_injector_linux.cc', | 230 'host/single_window_input_injector_linux.cc', |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 'host/it2me/it2me_confirmation_dialog_chromeos.cc', | 323 'host/it2me/it2me_confirmation_dialog_chromeos.cc', |
| 326 'host/it2me/it2me_confirmation_dialog_proxy.cc', | 324 'host/it2me/it2me_confirmation_dialog_proxy.cc', |
| 327 'host/it2me/it2me_confirmation_dialog_proxy.h', | 325 'host/it2me/it2me_confirmation_dialog_proxy.h', |
| 328 'host/it2me/it2me_host.cc', | 326 'host/it2me/it2me_host.cc', |
| 329 'host/it2me/it2me_host.h', | 327 'host/it2me/it2me_host.h', |
| 330 'host/it2me/it2me_native_messaging_host.cc', | 328 'host/it2me/it2me_native_messaging_host.cc', |
| 331 'host/it2me/it2me_native_messaging_host.h', | 329 'host/it2me/it2me_native_messaging_host.h', |
| 332 ], | 330 ], |
| 333 } | 331 } |
| 334 } | 332 } |
| OLD | NEW |