| 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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 'host/mouse_shape_pump.h', | 180 'host/mouse_shape_pump.h', |
| 181 'host/oauth_token_getter.cc', | 181 'host/oauth_token_getter.cc', |
| 182 'host/oauth_token_getter.h', | 182 'host/oauth_token_getter.h', |
| 183 'host/pairing_registry_delegate.cc', | 183 'host/pairing_registry_delegate.cc', |
| 184 'host/pairing_registry_delegate.h', | 184 'host/pairing_registry_delegate.h', |
| 185 'host/pairing_registry_delegate_linux.cc', | 185 'host/pairing_registry_delegate_linux.cc', |
| 186 'host/pairing_registry_delegate_linux.h', | 186 'host/pairing_registry_delegate_linux.h', |
| 187 'host/pairing_registry_delegate_mac.cc', | 187 'host/pairing_registry_delegate_mac.cc', |
| 188 'host/pairing_registry_delegate_win.cc', | 188 'host/pairing_registry_delegate_win.cc', |
| 189 'host/pairing_registry_delegate_win.h', | 189 'host/pairing_registry_delegate_win.h', |
| 190 'host/pam_authorization_factory_posix.cc', | |
| 191 'host/pam_authorization_factory_posix.h', | |
| 192 'host/pin_hash.cc', | 190 'host/pin_hash.cc', |
| 193 'host/pin_hash.h', | 191 'host/pin_hash.h', |
| 194 'host/policy_watcher.cc', | 192 'host/policy_watcher.cc', |
| 195 'host/policy_watcher.h', | 193 'host/policy_watcher.h', |
| 196 'host/register_support_host_request.cc', | 194 'host/register_support_host_request.cc', |
| 197 'host/register_support_host_request.h', | 195 'host/register_support_host_request.h', |
| 198 'host/remote_input_filter.cc', | 196 'host/remote_input_filter.cc', |
| 199 'host/remote_input_filter.h', | 197 'host/remote_input_filter.h', |
| 200 'host/remoting_me2me_host.cc', | |
| 201 'host/resizing_host_observer.cc', | 198 'host/resizing_host_observer.cc', |
| 202 'host/resizing_host_observer.h', | 199 'host/resizing_host_observer.h', |
| 203 'host/sas_injector.h', | 200 'host/sas_injector.h', |
| 204 'host/sas_injector_win.cc', | 201 'host/sas_injector_win.cc', |
| 205 'host/screen_controls.h', | 202 'host/screen_controls.h', |
| 206 'host/screen_resolution.cc', | 203 'host/screen_resolution.cc', |
| 207 'host/screen_resolution.h', | 204 'host/screen_resolution.h', |
| 208 'host/server_log_entry_host.cc', | 205 'host/server_log_entry_host.cc', |
| 209 'host/server_log_entry_host.h', | 206 'host/server_log_entry_host.h', |
| 210 'host/session_manager_factory.cc', | 207 'host/session_manager_factory.cc', |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 'host/it2me/it2me_confirmation_dialog_chromeos.cc', | 270 'host/it2me/it2me_confirmation_dialog_chromeos.cc', |
| 274 'host/it2me/it2me_confirmation_dialog_proxy.cc', | 271 'host/it2me/it2me_confirmation_dialog_proxy.cc', |
| 275 'host/it2me/it2me_confirmation_dialog_proxy.h', | 272 'host/it2me/it2me_confirmation_dialog_proxy.h', |
| 276 'host/it2me/it2me_host.cc', | 273 'host/it2me/it2me_host.cc', |
| 277 'host/it2me/it2me_host.h', | 274 'host/it2me/it2me_host.h', |
| 278 'host/it2me/it2me_native_messaging_host.cc', | 275 'host/it2me/it2me_native_messaging_host.cc', |
| 279 'host/it2me/it2me_native_messaging_host.h', | 276 'host/it2me/it2me_native_messaging_host.h', |
| 280 ], | 277 ], |
| 281 } | 278 } |
| 282 } | 279 } |
| OLD | NEW |