| 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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 'host/ipc_screen_controls.h', | 148 'host/ipc_screen_controls.h', |
| 149 'host/ipc_util.h', | 149 'host/ipc_util.h', |
| 150 'host/ipc_util_posix.cc', | 150 'host/ipc_util_posix.cc', |
| 151 'host/ipc_util_win.cc', | 151 'host/ipc_util_win.cc', |
| 152 'host/ipc_video_frame_capturer.cc', | 152 'host/ipc_video_frame_capturer.cc', |
| 153 'host/ipc_video_frame_capturer.h', | 153 'host/ipc_video_frame_capturer.h', |
| 154 'host/it2me_desktop_environment.cc', | 154 'host/it2me_desktop_environment.cc', |
| 155 'host/it2me_desktop_environment.h', | 155 'host/it2me_desktop_environment.h', |
| 156 'host/linux/audio_pipe_reader.cc', | 156 'host/linux/audio_pipe_reader.cc', |
| 157 'host/linux/audio_pipe_reader.h', | 157 'host/linux/audio_pipe_reader.h', |
| 158 'host/linux/certificate_watcher.cc', |
| 159 'host/linux/certificate_watcher.h', |
| 158 'host/linux/unicode_to_keysym.cc', | 160 'host/linux/unicode_to_keysym.cc', |
| 159 'host/linux/unicode_to_keysym.h', | 161 'host/linux/unicode_to_keysym.h', |
| 160 'host/linux/x11_util.cc', | 162 'host/linux/x11_util.cc', |
| 161 'host/linux/x11_util.h', | 163 'host/linux/x11_util.h', |
| 162 'host/linux/x_server_clipboard.cc', | 164 'host/linux/x_server_clipboard.cc', |
| 163 'host/linux/x_server_clipboard.h', | 165 'host/linux/x_server_clipboard.h', |
| 164 'host/local_input_monitor.h', | 166 'host/local_input_monitor.h', |
| 165 'host/local_input_monitor_chromeos.cc', | 167 'host/local_input_monitor_chromeos.cc', |
| 166 'host/local_input_monitor_mac.mm', | 168 'host/local_input_monitor_mac.mm', |
| 167 'host/local_input_monitor_win.cc', | 169 'host/local_input_monitor_win.cc', |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 333 'host/it2me/it2me_confirmation_dialog_chromeos.cc', | 335 'host/it2me/it2me_confirmation_dialog_chromeos.cc', |
| 334 'host/it2me/it2me_confirmation_dialog_proxy.cc', | 336 'host/it2me/it2me_confirmation_dialog_proxy.cc', |
| 335 'host/it2me/it2me_confirmation_dialog_proxy.h', | 337 'host/it2me/it2me_confirmation_dialog_proxy.h', |
| 336 'host/it2me/it2me_host.cc', | 338 'host/it2me/it2me_host.cc', |
| 337 'host/it2me/it2me_host.h', | 339 'host/it2me/it2me_host.h', |
| 338 'host/it2me/it2me_native_messaging_host.cc', | 340 'host/it2me/it2me_native_messaging_host.cc', |
| 339 'host/it2me/it2me_native_messaging_host.h', | 341 'host/it2me/it2me_native_messaging_host.h', |
| 340 ], | 342 ], |
| 341 } | 343 } |
| 342 } | 344 } |
| OLD | NEW |