| 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 '<(DEPTH)/build/win/common_controls.manifest', | 243 'host/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 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 639 | 639 |
| 640 { | 640 { |
| 641 'target_name': 'remoting_me2me_host_archive', | 641 'target_name': 'remoting_me2me_host_archive', |
| 642 'type': 'none', | 642 'type': 'none', |
| 643 }, | 643 }, |
| 644 ], # end of 'targets' | 644 ], # end of 'targets' |
| 645 }], # 'wix_exists == "True" and sas_dll_exists == "True"' | 645 }], # 'wix_exists == "True" and sas_dll_exists == "True"' |
| 646 | 646 |
| 647 ], # end of 'conditions' | 647 ], # end of 'conditions' |
| 648 } | 648 } |
| OLD | NEW |