| 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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 'host/token_validator_factory_impl.h', | 225 'host/token_validator_factory_impl.h', |
| 226 'host/usage_stats_consent.h', | 226 'host/usage_stats_consent.h', |
| 227 'host/usage_stats_consent_mac.cc', | 227 'host/usage_stats_consent_mac.cc', |
| 228 'host/usage_stats_consent_win.cc', | 228 'host/usage_stats_consent_win.cc', |
| 229 'host/username.cc', | 229 'host/username.cc', |
| 230 'host/username.h', | 230 'host/username.h', |
| 231 'host/video_frame_recorder.cc', | 231 'host/video_frame_recorder.cc', |
| 232 'host/video_frame_recorder.h', | 232 'host/video_frame_recorder.h', |
| 233 'host/video_frame_recorder_host_extension.cc', | 233 'host/video_frame_recorder_host_extension.cc', |
| 234 'host/video_frame_recorder_host_extension.h', | 234 'host/video_frame_recorder_host_extension.h', |
| 235 'host/video_scheduler.cc', | 235 'host/video_frame_pump.cc', |
| 236 'host/video_scheduler.h', | 236 'host/video_frame_pump.h', |
| 237 'host/win/com_imported_mstscax.tlh', | 237 'host/win/com_imported_mstscax.tlh', |
| 238 'host/win/com_security.cc', | 238 'host/win/com_security.cc', |
| 239 'host/win/com_security.h', | 239 'host/win/com_security.h', |
| 240 'host/win/launch_process_with_token.cc', | 240 'host/win/launch_process_with_token.cc', |
| 241 'host/win/launch_process_with_token.h', | 241 'host/win/launch_process_with_token.h', |
| 242 'host/win/omaha.cc', | 242 'host/win/omaha.cc', |
| 243 'host/win/omaha.h', | 243 'host/win/omaha.h', |
| 244 'host/win/rdp_client.cc', | 244 'host/win/rdp_client.cc', |
| 245 'host/win/rdp_client.h', | 245 'host/win/rdp_client.h', |
| 246 'host/win/rdp_client_window.cc', | 246 'host/win/rdp_client_window.cc', |
| (...skipping 24 matching lines...) Expand all Loading... |
| 271 'host/it2me/it2me_confirmation_dialog_chromeos.cc', | 271 'host/it2me/it2me_confirmation_dialog_chromeos.cc', |
| 272 'host/it2me/it2me_confirmation_dialog_proxy.cc', | 272 'host/it2me/it2me_confirmation_dialog_proxy.cc', |
| 273 'host/it2me/it2me_confirmation_dialog_proxy.h', | 273 'host/it2me/it2me_confirmation_dialog_proxy.h', |
| 274 'host/it2me/it2me_host.cc', | 274 'host/it2me/it2me_host.cc', |
| 275 'host/it2me/it2me_host.h', | 275 'host/it2me/it2me_host.h', |
| 276 'host/it2me/it2me_native_messaging_host.cc', | 276 'host/it2me/it2me_native_messaging_host.cc', |
| 277 'host/it2me/it2me_native_messaging_host.h', | 277 'host/it2me/it2me_native_messaging_host.h', |
| 278 ], | 278 ], |
| 279 } | 279 } |
| 280 } | 280 } |
| OLD | NEW |