| 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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 'host/resources_linux.cc', | 207 'host/resources_linux.cc', |
| 208 'host/resources_mac.cc', | 208 'host/resources_mac.cc', |
| 209 'host/resources_win.cc', | 209 'host/resources_win.cc', |
| 210 'host/sas_injector.h', | 210 'host/sas_injector.h', |
| 211 'host/sas_injector_win.cc', | 211 'host/sas_injector_win.cc', |
| 212 'host/screen_controls.h', | 212 'host/screen_controls.h', |
| 213 'host/screen_resolution.cc', | 213 'host/screen_resolution.cc', |
| 214 'host/screen_resolution.h', | 214 'host/screen_resolution.h', |
| 215 'host/security_key/gnubby_auth_handler.h', | 215 'host/security_key/gnubby_auth_handler.h', |
| 216 'host/security_key/gnubby_auth_handler_linux.cc', | 216 'host/security_key/gnubby_auth_handler_linux.cc', |
| 217 'host/security_key/gnubby_auth_handler_linux.h', | |
| 218 'host/security_key/gnubby_auth_handler_mac.cc', | 217 'host/security_key/gnubby_auth_handler_mac.cc', |
| 219 'host/security_key/gnubby_auth_handler_win.cc', | 218 'host/security_key/gnubby_auth_handler_win.cc', |
| 220 'host/security_key/gnubby_extension.cc', | 219 'host/security_key/gnubby_extension.cc', |
| 221 'host/security_key/gnubby_extension.h', | 220 'host/security_key/gnubby_extension.h', |
| 222 'host/security_key/gnubby_extension_session.cc', | 221 'host/security_key/gnubby_extension_session.cc', |
| 223 'host/security_key/gnubby_extension_session.h', | 222 'host/security_key/gnubby_extension_session.h', |
| 224 'host/security_key/gnubby_socket.cc', | 223 'host/security_key/gnubby_socket.cc', |
| 225 'host/security_key/gnubby_socket.h', | 224 'host/security_key/gnubby_socket.h', |
| 226 'host/server_log_entry_host.cc', | 225 'host/server_log_entry_host.cc', |
| 227 'host/server_log_entry_host.h', | 226 'host/server_log_entry_host.h', |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 330 'host/it2me/it2me_confirmation_dialog_chromeos.cc', | 329 'host/it2me/it2me_confirmation_dialog_chromeos.cc', |
| 331 'host/it2me/it2me_confirmation_dialog_proxy.cc', | 330 'host/it2me/it2me_confirmation_dialog_proxy.cc', |
| 332 'host/it2me/it2me_confirmation_dialog_proxy.h', | 331 'host/it2me/it2me_confirmation_dialog_proxy.h', |
| 333 'host/it2me/it2me_host.cc', | 332 'host/it2me/it2me_host.cc', |
| 334 'host/it2me/it2me_host.h', | 333 'host/it2me/it2me_host.h', |
| 335 'host/it2me/it2me_native_messaging_host.cc', | 334 'host/it2me/it2me_native_messaging_host.cc', |
| 336 'host/it2me/it2me_native_messaging_host.h', | 335 'host/it2me/it2me_native_messaging_host.h', |
| 337 ], | 336 ], |
| 338 } | 337 } |
| 339 } | 338 } |
| OLD | NEW |