| 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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 257 'host/win/rdp_client_window.cc', | 257 'host/win/rdp_client_window.cc', |
| 258 'host/win/rdp_client_window.h', | 258 'host/win/rdp_client_window.h', |
| 259 'host/win/security_descriptor.cc', | 259 'host/win/security_descriptor.cc', |
| 260 'host/win/security_descriptor.h', | 260 'host/win/security_descriptor.h', |
| 261 'host/win/session_desktop_environment.cc', | 261 'host/win/session_desktop_environment.cc', |
| 262 'host/win/session_desktop_environment.h', | 262 'host/win/session_desktop_environment.h', |
| 263 'host/win/session_input_injector.cc', | 263 'host/win/session_input_injector.cc', |
| 264 'host/win/session_input_injector.h', | 264 'host/win/session_input_injector.h', |
| 265 'host/win/window_station_and_desktop.cc', | 265 'host/win/window_station_and_desktop.cc', |
| 266 'host/win/window_station_and_desktop.h', | 266 'host/win/window_station_and_desktop.h', |
| 267 'host/win/worker_process_launcher.cc', |
| 268 'host/win/worker_process_launcher.h', |
| 267 'host/win/wts_terminal_monitor.cc', | 269 'host/win/wts_terminal_monitor.cc', |
| 268 'host/win/wts_terminal_monitor.h', | 270 'host/win/wts_terminal_monitor.h', |
| 269 'host/win/wts_terminal_observer.h', | 271 'host/win/wts_terminal_observer.h', |
| 270 ], | 272 ], |
| 271 'remoting_host_setup_sources': [ | 273 'remoting_host_setup_sources': [ |
| 272 'host/setup/daemon_controller.cc', | 274 'host/setup/daemon_controller.cc', |
| 273 'host/setup/daemon_controller.h', | 275 'host/setup/daemon_controller.h', |
| 274 'host/setup/daemon_controller_delegate_linux.cc', | 276 'host/setup/daemon_controller_delegate_linux.cc', |
| 275 'host/setup/daemon_controller_delegate_linux.h', | 277 'host/setup/daemon_controller_delegate_linux.h', |
| 276 'host/setup/daemon_controller_delegate_mac.h', | 278 'host/setup/daemon_controller_delegate_mac.h', |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 317 'host/it2me/it2me_confirmation_dialog_chromeos.cc', | 319 'host/it2me/it2me_confirmation_dialog_chromeos.cc', |
| 318 'host/it2me/it2me_confirmation_dialog_proxy.cc', | 320 'host/it2me/it2me_confirmation_dialog_proxy.cc', |
| 319 'host/it2me/it2me_confirmation_dialog_proxy.h', | 321 'host/it2me/it2me_confirmation_dialog_proxy.h', |
| 320 'host/it2me/it2me_host.cc', | 322 'host/it2me/it2me_host.cc', |
| 321 'host/it2me/it2me_host.h', | 323 'host/it2me/it2me_host.h', |
| 322 'host/it2me/it2me_native_messaging_host.cc', | 324 'host/it2me/it2me_native_messaging_host.cc', |
| 323 'host/it2me/it2me_native_messaging_host.h', | 325 'host/it2me/it2me_native_messaging_host.h', |
| 324 ], | 326 ], |
| 325 } | 327 } |
| 326 } | 328 } |
| OLD | NEW |