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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/wts_session_process_delegate.cc', | 235 'host/win/wts_session_process_delegate.cc', |
236 'host/win/wts_session_process_delegate.h', | 236 'host/win/wts_session_process_delegate.h', |
237 'host/worker_process_ipc_delegate.h', | 237 'host/worker_process_ipc_delegate.h', |
238 ], | 238 ], |
239 'msvs_settings': { | 239 'msvs_settings': { |
240 'VCManifestTool': { | 240 'VCManifestTool': { |
241 'EmbedManifest': 'true', | 241 'EmbedManifest': 'true', |
242 'AdditionalManifestFiles': [ | 242 'AdditionalManifestFiles': [ |
243 'host/win/common-controls.manifest', | 243 '<(DEPTH)/build/win/common_controls.manifest', |
244 ], | 244 ], |
245 }, | 245 }, |
246 'VCLinkerTool': { | 246 'VCLinkerTool': { |
247 'AdditionalDependencies': [ | 247 'AdditionalDependencies': [ |
248 'comctl32.lib', | 248 'comctl32.lib', |
249 'rpcns4.lib', | 249 'rpcns4.lib', |
250 'rpcrt4.lib', | 250 'rpcrt4.lib', |
251 'uuid.lib', | 251 'uuid.lib', |
252 'wtsapi32.lib', | 252 'wtsapi32.lib', |
253 ], | 253 ], |
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
637 | 637 |
638 { | 638 { |
639 'target_name': 'remoting_me2me_host_archive', | 639 'target_name': 'remoting_me2me_host_archive', |
640 'type': 'none', | 640 'type': 'none', |
641 }, | 641 }, |
642 ], # end of 'targets' | 642 ], # end of 'targets' |
643 }], # 'wix_exists == "True" and sas_dll_exists == "True"' | 643 }], # 'wix_exists == "True" and sas_dll_exists == "True"' |
644 | 644 |
645 ], # end of 'conditions' | 645 ], # end of 'conditions' |
646 } | 646 } |
OLD | NEW |