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_installer_win_roots': [ | 7 'remoting_host_installer_win_roots': [ |
8 'host/installer/win/', | 8 'host/installer/win/', |
9 ], | 9 ], |
10 'remoting_host_installer_win_files': [ | 10 'remoting_host_installer_win_files': [ |
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
225 'host/win/core.cc', | 225 'host/win/core.cc', |
226 'host/win/core_resource.h', | 226 'host/win/core_resource.h', |
227 'host/win/host_service.cc', | 227 'host/win/host_service.cc', |
228 'host/win/host_service.h', | 228 'host/win/host_service.h', |
229 'host/win/omaha.cc', | 229 'host/win/omaha.cc', |
230 'host/win/omaha.h', | 230 'host/win/omaha.h', |
231 'host/win/rdp_desktop_session.cc', | 231 'host/win/rdp_desktop_session.cc', |
232 'host/win/rdp_desktop_session.h', | 232 'host/win/rdp_desktop_session.h', |
233 'host/win/unprivileged_process_delegate.cc', | 233 'host/win/unprivileged_process_delegate.cc', |
234 'host/win/unprivileged_process_delegate.h', | 234 'host/win/unprivileged_process_delegate.h', |
235 'host/win/worker_process_launcher.cc', | |
236 'host/win/worker_process_launcher.h', | |
237 'host/win/wts_session_process_delegate.cc', | 235 'host/win/wts_session_process_delegate.cc', |
238 'host/win/wts_session_process_delegate.h', | 236 'host/win/wts_session_process_delegate.h', |
239 'host/worker_process_ipc_delegate.h', | 237 'host/worker_process_ipc_delegate.h', |
240 ], | 238 ], |
241 'msvs_settings': { | 239 'msvs_settings': { |
242 'VCManifestTool': { | 240 'VCManifestTool': { |
243 'EmbedManifest': 'true', | 241 'EmbedManifest': 'true', |
244 'AdditionalManifestFiles': [ | 242 'AdditionalManifestFiles': [ |
245 'host/win/common-controls.manifest', | 243 'host/win/common-controls.manifest', |
246 ], | 244 ], |
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
639 | 637 |
640 { | 638 { |
641 'target_name': 'remoting_me2me_host_archive', | 639 'target_name': 'remoting_me2me_host_archive', |
642 'type': 'none', | 640 'type': 'none', |
643 }, | 641 }, |
644 ], # end of 'targets' | 642 ], # end of 'targets' |
645 }], # 'wix_exists == "True" and sas_dll_exists == "True"' | 643 }], # 'wix_exists == "True" and sas_dll_exists == "True"' |
646 | 644 |
647 ], # end of 'conditions' | 645 ], # end of 'conditions' |
648 } | 646 } |
OLD | NEW |