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

Unified Diff: remoting/remoting.gyp

Issue 19275010: Embed compatibility manifest into all *.exe files (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: style fix Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/shell/app/shell.exe.manifest ('k') | ui/views/examples/views_examples.exe.manifest » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 121002df2d090f1031d0255ab9bc59f1865b87f6..7847974e11c6f8ebbfbc34642532c0d3bd2b738c 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -1352,8 +1352,9 @@
],
'msvs_settings': {
'VCManifestTool': {
- 'AdditionalManifestFiles': 'host/win/dpi_aware.manifest',
- 'EmbedManifest': 'true',
+ 'AdditionalManifestFiles': [
+ 'host/win/dpi_aware.manifest',
+ ],
},
'VCLinkerTool': {
'EntryPointSymbol': 'HostEntryPoint',
@@ -1534,8 +1535,9 @@
],
'msvs_settings': {
'VCManifestTool': {
- 'AdditionalManifestFiles': 'host/win/dpi_aware.manifest',
- 'EmbedManifest': 'true',
+ 'AdditionalManifestFiles': [
+ 'host/win/dpi_aware.manifest',
+ ],
},
'VCLinkerTool': {
'EnableUAC': 'true',
@@ -1572,8 +1574,9 @@
],
'msvs_settings': {
'VCManifestTool': {
- 'AdditionalManifestFiles': 'host/win/dpi_aware.manifest',
- 'EmbedManifest': 'true',
+ 'AdditionalManifestFiles': [
+ 'host/win/dpi_aware.manifest',
+ ],
},
'VCLinkerTool': {
'EntryPointSymbol': 'HostEntryPoint',
« no previous file with comments | « content/shell/app/shell.exe.manifest ('k') | ui/views/examples/views_examples.exe.manifest » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698