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

Unified Diff: content/content_shell.gypi

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 | « chrome_frame/chrome_frame.gyp ('k') | content/shell/app/shell.exe.manifest » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 129c2a29d33fd0044a4438f34ce1c1eb2c699c92..6f01786c1cb05eaea3827bc6f42b78e319c5c8e0 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -382,7 +382,9 @@
'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
},
'VCManifestTool': {
- 'AdditionalManifestFiles': 'shell/app/shell.exe.manifest',
+ 'AdditionalManifestFiles': [
+ 'shell/app/shell.exe.manifest',
+ ],
},
},
'conditions': [
« no previous file with comments | « chrome_frame/chrome_frame.gyp ('k') | content/shell/app/shell.exe.manifest » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698