summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_host_win.gypi
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2015-07-21 09:15:22 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-21 16:17:11 +0000
commitc34cad367a0557d8b029fb81d04cc37b5979fee0 (patch)
treefb99cf0f6904fb5acb87fcc1e200640c43595410 /remoting/remoting_host_win.gypi
parenteea93e8d5edfda2756504fe8f840f87d7f902961 (diff)
downloadchromium_src-c34cad367a0557d8b029fb81d04cc37b5979fee0.zip
chromium_src-c34cad367a0557d8b029fb81d04cc37b5979fee0.tar.gz
chromium_src-c34cad367a0557d8b029fb81d04cc37b5979fee0.tar.bz2
Preliminary support for Windows manifests in the GN build.
Adds manifest data for content shell. The result matches the GYP build. Attaches a default manifest to all tests in the GN build. The GYP build's tests have manifests that specify elevation only. In GN it also specifies Windows and common control compat that matches what we ship with Chrome. Moved the common control compat files that were duplicated to a shared place in build/win, update cloud_print and remoting which had their own copies to use this shared one. BUG=510612 Review URL: https://codereview.chromium.org/1240893004 Cr-Commit-Position: refs/heads/master@{#339663}
Diffstat (limited to 'remoting/remoting_host_win.gypi')
-rw-r--r--remoting/remoting_host_win.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/remoting_host_win.gypi b/remoting/remoting_host_win.gypi
index 9c0b3e9..2374041 100644
--- a/remoting/remoting_host_win.gypi
+++ b/remoting/remoting_host_win.gypi
@@ -240,7 +240,7 @@
'VCManifestTool': {
'EmbedManifest': 'true',
'AdditionalManifestFiles': [
- 'host/win/common-controls.manifest',
+ '<(DEPTH)/build/win/common_controls.manifest',
],
},
'VCLinkerTool': {