| 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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 'host/pairing_registry_delegate_mac.cc', | 183 'host/pairing_registry_delegate_mac.cc', |
| 184 'host/pairing_registry_delegate_win.cc', | 184 'host/pairing_registry_delegate_win.cc', |
| 185 'host/pairing_registry_delegate_win.h', | 185 'host/pairing_registry_delegate_win.h', |
| 186 'host/pam_authorization_factory_posix.cc', | 186 'host/pam_authorization_factory_posix.cc', |
| 187 'host/pam_authorization_factory_posix.h', | 187 'host/pam_authorization_factory_posix.h', |
| 188 'host/pin_hash.cc', | 188 'host/pin_hash.cc', |
| 189 'host/pin_hash.h', | 189 'host/pin_hash.h', |
| 190 'host/policy_hack/policy_watcher.cc', | 190 'host/policy_hack/policy_watcher.cc', |
| 191 'host/policy_hack/policy_watcher.h', | 191 'host/policy_hack/policy_watcher.h', |
| 192 'host/policy_hack/policy_service_watcher.cc', | 192 'host/policy_hack/policy_service_watcher.cc', |
| 193 'host/policy_hack/policy_service_watcher.h', |
| 193 'host/register_support_host_request.cc', | 194 'host/register_support_host_request.cc', |
| 194 'host/register_support_host_request.h', | 195 'host/register_support_host_request.h', |
| 195 'host/remote_input_filter.cc', | 196 'host/remote_input_filter.cc', |
| 196 'host/remote_input_filter.h', | 197 'host/remote_input_filter.h', |
| 197 'host/remoting_me2me_host.cc', | 198 'host/remoting_me2me_host.cc', |
| 198 'host/resizing_host_observer.cc', | 199 'host/resizing_host_observer.cc', |
| 199 'host/resizing_host_observer.h', | 200 'host/resizing_host_observer.h', |
| 200 'host/sas_injector.h', | 201 'host/sas_injector.h', |
| 201 'host/sas_injector_win.cc', | 202 'host/sas_injector_win.cc', |
| 202 'host/screen_controls.h', | 203 'host/screen_controls.h', |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 270 'host/it2me/it2me_confirmation_dialog_chromeos.cc', | 271 'host/it2me/it2me_confirmation_dialog_chromeos.cc', |
| 271 'host/it2me/it2me_confirmation_dialog_proxy.cc', | 272 'host/it2me/it2me_confirmation_dialog_proxy.cc', |
| 272 'host/it2me/it2me_confirmation_dialog_proxy.h', | 273 'host/it2me/it2me_confirmation_dialog_proxy.h', |
| 273 'host/it2me/it2me_host.cc', | 274 'host/it2me/it2me_host.cc', |
| 274 'host/it2me/it2me_host.h', | 275 'host/it2me/it2me_host.h', |
| 275 'host/it2me/it2me_native_messaging_host.cc', | 276 'host/it2me/it2me_native_messaging_host.cc', |
| 276 'host/it2me/it2me_native_messaging_host.h', | 277 'host/it2me/it2me_native_messaging_host.h', |
| 277 ], | 278 ], |
| 278 } | 279 } |
| 279 } | 280 } |
| OLD | NEW |