| 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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 235 'host/win/worker_process_launcher.cc', | 235 'host/win/worker_process_launcher.cc', |
| 236 'host/win/worker_process_launcher.h', | 236 'host/win/worker_process_launcher.h', |
| 237 'host/win/wts_session_process_delegate.cc', | 237 'host/win/wts_session_process_delegate.cc', |
| 238 'host/win/wts_session_process_delegate.h', | 238 'host/win/wts_session_process_delegate.h', |
| 239 'host/worker_process_ipc_delegate.h', | 239 'host/worker_process_ipc_delegate.h', |
| 240 ], | 240 ], |
| 241 'msvs_settings': { | 241 'msvs_settings': { |
| 242 'VCManifestTool': { | 242 'VCManifestTool': { |
| 243 'EmbedManifest': 'true', | 243 'EmbedManifest': 'true', |
| 244 'AdditionalManifestFiles': [ | 244 'AdditionalManifestFiles': [ |
| 245 'host/win/common-controls.manifest', | 245 '<(DEPTH)/build/win/common_controls.manifest', |
| 246 ], | 246 ], |
| 247 }, | 247 }, |
| 248 'VCLinkerTool': { | 248 'VCLinkerTool': { |
| 249 'AdditionalDependencies': [ | 249 'AdditionalDependencies': [ |
| 250 'comctl32.lib', | 250 'comctl32.lib', |
| 251 'rpcns4.lib', | 251 'rpcns4.lib', |
| 252 'rpcrt4.lib', | 252 'rpcrt4.lib', |
| 253 'uuid.lib', | 253 'uuid.lib', |
| 254 'wtsapi32.lib', | 254 'wtsapi32.lib', |
| 255 ], | 255 ], |
| (...skipping 383 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 |