| 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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 'host/local_input_monitor_chromeos.cc', | 175 'host/local_input_monitor_chromeos.cc', |
| 176 'host/local_input_monitor_mac.mm', | 176 'host/local_input_monitor_mac.mm', |
| 177 'host/local_input_monitor_win.cc', | 177 'host/local_input_monitor_win.cc', |
| 178 'host/local_input_monitor_x11.cc', | 178 'host/local_input_monitor_x11.cc', |
| 179 'host/logging.h', | 179 'host/logging.h', |
| 180 'host/logging_linux.cc', | 180 'host/logging_linux.cc', |
| 181 'host/logging_mac.cc', | 181 'host/logging_mac.cc', |
| 182 'host/logging_win.cc', | 182 'host/logging_win.cc', |
| 183 'host/me2me_desktop_environment.cc', | 183 'host/me2me_desktop_environment.cc', |
| 184 'host/me2me_desktop_environment.h', | 184 'host/me2me_desktop_environment.h', |
| 185 'host/mouse_clamping_filter.cc', | |
| 186 'host/mouse_clamping_filter.h', | |
| 187 'host/mouse_shape_pump.cc', | 185 'host/mouse_shape_pump.cc', |
| 188 'host/mouse_shape_pump.h', | 186 'host/mouse_shape_pump.h', |
| 189 'host/oauth_token_getter.cc', | 187 'host/oauth_token_getter.cc', |
| 190 'host/oauth_token_getter.h', | 188 'host/oauth_token_getter.h', |
| 191 'host/oauth_token_getter_impl.cc', | 189 'host/oauth_token_getter_impl.cc', |
| 192 'host/oauth_token_getter_impl.h', | 190 'host/oauth_token_getter_impl.h', |
| 193 'host/pairing_registry_delegate.cc', | 191 'host/pairing_registry_delegate.cc', |
| 194 'host/pairing_registry_delegate.h', | 192 'host/pairing_registry_delegate.h', |
| 195 'host/pairing_registry_delegate_linux.cc', | 193 'host/pairing_registry_delegate_linux.cc', |
| 196 'host/pairing_registry_delegate_linux.h', | 194 'host/pairing_registry_delegate_linux.h', |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 329 'host/it2me/it2me_confirmation_dialog_chromeos.cc', | 327 'host/it2me/it2me_confirmation_dialog_chromeos.cc', |
| 330 'host/it2me/it2me_confirmation_dialog_proxy.cc', | 328 'host/it2me/it2me_confirmation_dialog_proxy.cc', |
| 331 'host/it2me/it2me_confirmation_dialog_proxy.h', | 329 'host/it2me/it2me_confirmation_dialog_proxy.h', |
| 332 'host/it2me/it2me_host.cc', | 330 'host/it2me/it2me_host.cc', |
| 333 'host/it2me/it2me_host.h', | 331 'host/it2me/it2me_host.h', |
| 334 'host/it2me/it2me_native_messaging_host.cc', | 332 'host/it2me/it2me_native_messaging_host.cc', |
| 335 'host/it2me/it2me_native_messaging_host.h', | 333 'host/it2me/it2me_native_messaging_host.h', |
| 336 ], | 334 ], |
| 337 } | 335 } |
| 338 } | 336 } |
| OLD | NEW |