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

Unified Diff: chrome_frame/chrome_frame.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 | « chrome/tools/crash_service/crash_service.exe.manifest ('k') | content/content_shell.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/chrome_frame.gyp
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp
index fa5bae3ab74653264457d7ab554725155ea214df..4225df5a596fcc76c87947a61c767c6de2ac59b5 100644
--- a/chrome_frame/chrome_frame.gyp
+++ b/chrome_frame/chrome_frame.gyp
@@ -952,8 +952,9 @@
'SubSystem': '2',
},
'VCManifestTool': {
- 'AdditionalManifestFiles':
- '$(ProjectDir)\\resources\\npchrome_frame.dll.manifest',
+ 'AdditionalManifestFiles': [
+ '$(ProjectDir)\\resources\\npchrome_frame.dll.manifest',
+ ],
},
},
}],
« no previous file with comments | « chrome/tools/crash_service/crash_service.exe.manifest ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698