| 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 'host/linux/x11_util.cc', | 163 'host/linux/x11_util.cc', |
| 164 'host/linux/x11_util.h', | 164 'host/linux/x11_util.h', |
| 165 'host/linux/x_server_clipboard.cc', | 165 'host/linux/x_server_clipboard.cc', |
| 166 'host/linux/x_server_clipboard.h', | 166 'host/linux/x_server_clipboard.h', |
| 167 'host/local_input_monitor.h', | 167 'host/local_input_monitor.h', |
| 168 'host/local_input_monitor_chromeos.cc', | 168 'host/local_input_monitor_chromeos.cc', |
| 169 'host/local_input_monitor_mac.mm', | 169 'host/local_input_monitor_mac.mm', |
| 170 'host/local_input_monitor_win.cc', | 170 'host/local_input_monitor_win.cc', |
| 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_linux.cc', |
| 174 'host/logging_mac.cc', |
| 174 'host/logging_win.cc', | 175 'host/logging_win.cc', |
| 175 'host/me2me_desktop_environment.cc', | 176 'host/me2me_desktop_environment.cc', |
| 176 'host/me2me_desktop_environment.h', | 177 'host/me2me_desktop_environment.h', |
| 177 'host/mouse_clamping_filter.cc', | 178 'host/mouse_clamping_filter.cc', |
| 178 'host/mouse_clamping_filter.h', | 179 'host/mouse_clamping_filter.h', |
| 179 'host/mouse_shape_pump.cc', | 180 'host/mouse_shape_pump.cc', |
| 180 'host/mouse_shape_pump.h', | 181 'host/mouse_shape_pump.h', |
| 181 'host/oauth_token_getter.cc', | 182 'host/oauth_token_getter.cc', |
| 182 'host/oauth_token_getter.h', | 183 'host/oauth_token_getter.h', |
| 183 'host/pairing_registry_delegate.cc', | 184 'host/pairing_registry_delegate.cc', |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 'host/it2me/it2me_confirmation_dialog_chromeos.cc', | 309 'host/it2me/it2me_confirmation_dialog_chromeos.cc', |
| 309 'host/it2me/it2me_confirmation_dialog_proxy.cc', | 310 'host/it2me/it2me_confirmation_dialog_proxy.cc', |
| 310 'host/it2me/it2me_confirmation_dialog_proxy.h', | 311 'host/it2me/it2me_confirmation_dialog_proxy.h', |
| 311 'host/it2me/it2me_host.cc', | 312 'host/it2me/it2me_host.cc', |
| 312 'host/it2me/it2me_host.h', | 313 'host/it2me/it2me_host.h', |
| 313 'host/it2me/it2me_native_messaging_host.cc', | 314 'host/it2me/it2me_native_messaging_host.cc', |
| 314 'host/it2me/it2me_native_messaging_host.h', | 315 'host/it2me/it2me_native_messaging_host.h', |
| 315 ], | 316 ], |
| 316 } | 317 } |
| 317 } | 318 } |
| OLD | NEW |