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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 'host/host_exit_codes.cc', | 111 'host/host_exit_codes.cc', |
112 'host/host_exit_codes.h', | 112 'host/host_exit_codes.h', |
113 'host/host_export.h', | 113 'host/host_export.h', |
114 'host/host_extension.h', | 114 'host/host_extension.h', |
115 'host/host_extension_session.cc', | 115 'host/host_extension_session.cc', |
116 'host/host_extension_session.h', | 116 'host/host_extension_session.h', |
117 'host/host_extension_session_manager.cc', | 117 'host/host_extension_session_manager.cc', |
118 'host/host_extension_session_manager.h', | 118 'host/host_extension_session_manager.h', |
119 'host/host_secret.cc', | 119 'host/host_secret.cc', |
120 'host/host_secret.h', | 120 'host/host_secret.h', |
| 121 'host/host_signaling_manager.cc', |
| 122 'host/host_signaling_manager.h', |
121 'host/host_status_logger.cc', | 123 'host/host_status_logger.cc', |
122 'host/host_status_logger.h', | 124 'host/host_status_logger.h', |
123 'host/host_status_monitor.h', | 125 'host/host_status_monitor.h', |
124 'host/host_status_observer.h', | 126 'host/host_status_observer.h', |
125 'host/host_window.h', | 127 'host/host_window.h', |
126 'host/host_window_proxy.cc', | 128 'host/host_window_proxy.cc', |
127 'host/host_window_proxy.h', | 129 'host/host_window_proxy.h', |
128 'host/input_injector.h', | 130 'host/input_injector.h', |
129 'host/input_injector_chromeos.cc', | 131 'host/input_injector_chromeos.cc', |
130 'host/input_injector_chromeos.h', | 132 'host/input_injector_chromeos.h', |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
271 'host/it2me/it2me_confirmation_dialog_chromeos.cc', | 273 'host/it2me/it2me_confirmation_dialog_chromeos.cc', |
272 'host/it2me/it2me_confirmation_dialog_proxy.cc', | 274 'host/it2me/it2me_confirmation_dialog_proxy.cc', |
273 'host/it2me/it2me_confirmation_dialog_proxy.h', | 275 'host/it2me/it2me_confirmation_dialog_proxy.h', |
274 'host/it2me/it2me_host.cc', | 276 'host/it2me/it2me_host.cc', |
275 'host/it2me/it2me_host.h', | 277 'host/it2me/it2me_host.h', |
276 'host/it2me/it2me_native_messaging_host.cc', | 278 'host/it2me/it2me_native_messaging_host.cc', |
277 'host/it2me/it2me_native_messaging_host.h', | 279 'host/it2me/it2me_native_messaging_host.h', |
278 ], | 280 ], |
279 } | 281 } |
280 } | 282 } |
OLD | NEW |