| 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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 'host/pin_hash.cc', | 198 'host/pin_hash.cc', |
| 199 'host/pin_hash.h', | 199 'host/pin_hash.h', |
| 200 'host/policy_watcher.cc', | 200 'host/policy_watcher.cc', |
| 201 'host/policy_watcher.h', | 201 'host/policy_watcher.h', |
| 202 'host/register_support_host_request.cc', | 202 'host/register_support_host_request.cc', |
| 203 'host/register_support_host_request.h', | 203 'host/register_support_host_request.h', |
| 204 'host/remote_input_filter.cc', | 204 'host/remote_input_filter.cc', |
| 205 'host/remote_input_filter.h', | 205 'host/remote_input_filter.h', |
| 206 'host/resizing_host_observer.cc', | 206 'host/resizing_host_observer.cc', |
| 207 'host/resizing_host_observer.h', | 207 'host/resizing_host_observer.h', |
| 208 'host/resources.h', |
| 209 'host/resources_linux.cc', |
| 210 'host/resources_mac.cc', |
| 211 'host/resources_win.cc', |
| 208 'host/sas_injector.h', | 212 'host/sas_injector.h', |
| 209 'host/sas_injector_win.cc', | 213 'host/sas_injector_win.cc', |
| 210 'host/screen_controls.h', | 214 'host/screen_controls.h', |
| 211 'host/screen_resolution.cc', | 215 'host/screen_resolution.cc', |
| 212 'host/screen_resolution.h', | 216 'host/screen_resolution.h', |
| 213 'host/server_log_entry_host.cc', | 217 'host/server_log_entry_host.cc', |
| 214 'host/server_log_entry_host.h', | 218 'host/server_log_entry_host.h', |
| 215 'host/session_manager_factory.cc', | 219 'host/session_manager_factory.cc', |
| 216 'host/session_manager_factory.h', | 220 'host/session_manager_factory.h', |
| 217 'host/shaped_desktop_capturer.cc', | 221 'host/shaped_desktop_capturer.cc', |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 323 'host/it2me/it2me_confirmation_dialog_chromeos.cc', | 327 'host/it2me/it2me_confirmation_dialog_chromeos.cc', |
| 324 'host/it2me/it2me_confirmation_dialog_proxy.cc', | 328 'host/it2me/it2me_confirmation_dialog_proxy.cc', |
| 325 'host/it2me/it2me_confirmation_dialog_proxy.h', | 329 'host/it2me/it2me_confirmation_dialog_proxy.h', |
| 326 'host/it2me/it2me_host.cc', | 330 'host/it2me/it2me_host.cc', |
| 327 'host/it2me/it2me_host.h', | 331 'host/it2me/it2me_host.h', |
| 328 'host/it2me/it2me_native_messaging_host.cc', | 332 'host/it2me/it2me_native_messaging_host.cc', |
| 329 'host/it2me/it2me_native_messaging_host.h', | 333 'host/it2me/it2me_native_messaging_host.h', |
| 330 ], | 334 ], |
| 331 } | 335 } |
| 332 } | 336 } |
| OLD | NEW |