Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(142)

Side by Side Diff: remoting/remoting_host_win.gypi

Issue 1240893004: Preliminary support for Windows manifests in the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « remoting/host/win/common-controls.manifest ('k') | testing/test.gni » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « remoting/host/win/common-controls.manifest ('k') | testing/test.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698