| 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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 'host/local_input_monitor_x11.cc', | 171 'host/local_input_monitor_x11.cc', |
| 172 'host/logging.h', | 172 'host/logging.h', |
| 173 'host/logging_posix.cc', | 173 'host/logging_posix.cc', |
| 174 'host/logging_win.cc', | 174 'host/logging_win.cc', |
| 175 'host/me2me_desktop_environment.cc', | 175 'host/me2me_desktop_environment.cc', |
| 176 'host/me2me_desktop_environment.h', | 176 'host/me2me_desktop_environment.h', |
| 177 'host/mouse_clamping_filter.cc', | 177 'host/mouse_clamping_filter.cc', |
| 178 'host/mouse_clamping_filter.h', | 178 'host/mouse_clamping_filter.h', |
| 179 'host/mouse_shape_pump.cc', | 179 'host/mouse_shape_pump.cc', |
| 180 'host/mouse_shape_pump.h', | 180 'host/mouse_shape_pump.h', |
| 181 'host/multi_touch_capability.cc', |
| 182 'host/multi_touch_capability.h', |
| 181 'host/oauth_token_getter.cc', | 183 'host/oauth_token_getter.cc', |
| 182 'host/oauth_token_getter.h', | 184 'host/oauth_token_getter.h', |
| 183 'host/pairing_registry_delegate.cc', | 185 'host/pairing_registry_delegate.cc', |
| 184 'host/pairing_registry_delegate.h', | 186 'host/pairing_registry_delegate.h', |
| 185 'host/pairing_registry_delegate_linux.cc', | 187 'host/pairing_registry_delegate_linux.cc', |
| 186 'host/pairing_registry_delegate_linux.h', | 188 'host/pairing_registry_delegate_linux.h', |
| 187 'host/pairing_registry_delegate_mac.cc', | 189 'host/pairing_registry_delegate_mac.cc', |
| 188 'host/pairing_registry_delegate_win.cc', | 190 'host/pairing_registry_delegate_win.cc', |
| 189 'host/pairing_registry_delegate_win.h', | 191 'host/pairing_registry_delegate_win.h', |
| 190 'host/pin_hash.cc', | 192 'host/pin_hash.cc', |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 'host/it2me/it2me_confirmation_dialog_chromeos.cc', | 310 'host/it2me/it2me_confirmation_dialog_chromeos.cc', |
| 309 'host/it2me/it2me_confirmation_dialog_proxy.cc', | 311 'host/it2me/it2me_confirmation_dialog_proxy.cc', |
| 310 'host/it2me/it2me_confirmation_dialog_proxy.h', | 312 'host/it2me/it2me_confirmation_dialog_proxy.h', |
| 311 'host/it2me/it2me_host.cc', | 313 'host/it2me/it2me_host.cc', |
| 312 'host/it2me/it2me_host.h', | 314 'host/it2me/it2me_host.h', |
| 313 'host/it2me/it2me_native_messaging_host.cc', | 315 'host/it2me/it2me_native_messaging_host.cc', |
| 314 'host/it2me/it2me_native_messaging_host.h', | 316 'host/it2me/it2me_native_messaging_host.h', |
| 315 ], | 317 ], |
| 316 } | 318 } |
| 317 } | 319 } |
| OLD | NEW |