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

Unified Diff: ui/views/views.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 | « ui/views/examples/views_examples.exe.manifest ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index ab24111d1a733e09823691cc69597c827e02d1d6..080d6147c2993ff8e0cc43ad5f595974ea2a6828 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -1014,7 +1014,9 @@
},
'msvs_settings': {
'VCManifestTool': {
- 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest',
+ 'AdditionalManifestFiles': [
+ 'examples\\views_examples.exe.manifest',
+ ],
},
'VCLinkerTool': {
'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
« no previous file with comments | « ui/views/examples/views_examples.exe.manifest ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698