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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 'host/pairing_registry_delegate_linux.h', | 180 'host/pairing_registry_delegate_linux.h', |
181 'host/pairing_registry_delegate_mac.cc', | 181 'host/pairing_registry_delegate_mac.cc', |
182 'host/pairing_registry_delegate_win.cc', | 182 'host/pairing_registry_delegate_win.cc', |
183 'host/pairing_registry_delegate_win.h', | 183 'host/pairing_registry_delegate_win.h', |
184 'host/pam_authorization_factory_posix.cc', | 184 'host/pam_authorization_factory_posix.cc', |
185 'host/pam_authorization_factory_posix.h', | 185 'host/pam_authorization_factory_posix.h', |
186 'host/pin_hash.cc', | 186 'host/pin_hash.cc', |
187 'host/pin_hash.h', | 187 'host/pin_hash.h', |
188 'host/policy_hack/policy_watcher.cc', | 188 'host/policy_hack/policy_watcher.cc', |
189 'host/policy_hack/policy_watcher.h', | 189 'host/policy_hack/policy_watcher.h', |
190 'host/policy_hack/policy_watcher_chromeos.cc', | 190 'host/policy_hack/policy_service_watcher.cc', |
191 'host/policy_hack/policy_watcher_linux.cc', | 191 'host/policy_hack/policy_service_watcher_mac.mm', |
192 'host/policy_hack/policy_watcher_mac.mm', | |
193 'host/policy_hack/policy_watcher_win.cc', | |
194 'host/register_support_host_request.cc', | 192 'host/register_support_host_request.cc', |
195 'host/register_support_host_request.h', | 193 'host/register_support_host_request.h', |
196 'host/remote_input_filter.cc', | 194 'host/remote_input_filter.cc', |
197 'host/remote_input_filter.h', | 195 'host/remote_input_filter.h', |
198 'host/remoting_me2me_host.cc', | 196 'host/remoting_me2me_host.cc', |
199 'host/resizing_host_observer.cc', | 197 'host/resizing_host_observer.cc', |
200 'host/resizing_host_observer.h', | 198 'host/resizing_host_observer.h', |
201 'host/sas_injector.h', | 199 'host/sas_injector.h', |
202 'host/sas_injector_win.cc', | 200 'host/sas_injector_win.cc', |
203 'host/screen_controls.h', | 201 'host/screen_controls.h', |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
266 'host/cast_video_capturer_adapter.h', | 264 'host/cast_video_capturer_adapter.h', |
267 ], | 265 ], |
268 'remoting_it2me_host_static_sources' : [ | 266 'remoting_it2me_host_static_sources' : [ |
269 'host/it2me/it2me_host.cc', | 267 'host/it2me/it2me_host.cc', |
270 'host/it2me/it2me_host.h', | 268 'host/it2me/it2me_host.h', |
271 'host/it2me/it2me_native_messaging_host.cc', | 269 'host/it2me/it2me_native_messaging_host.cc', |
272 'host/it2me/it2me_native_messaging_host.h', | 270 'host/it2me/it2me_native_messaging_host.h', |
273 ], | 271 ], |
274 } | 272 } |
275 } | 273 } |
OLD | NEW |