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

Unified Diff: chrome/chrome_dll.gypi

Issue 10879020: Refactor manifests to allow all executables to use the same base manifests as AdditionalManifestFil… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: pather Created 8 years, 4 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/app/chrome.exe.manifest ('k') | chrome/chrome_exe.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_dll.gypi
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi
index 90e0b86f1ba7b8435308e170df6b8bd60d527b04..647e7c2ec62e18d745390085c177a5abf4fe7832 100644
--- a/chrome/chrome_dll.gypi
+++ b/chrome/chrome_dll.gypi
@@ -69,6 +69,7 @@
'../webkit/support/webkit_support.gyp:webkit_resources',
],
'sources': [
+ 'app/chrome.manifest',
'app/chrome_command_ids.h',
'app/chrome_dll.rc',
'app/chrome_dll_resource.h',
@@ -158,7 +159,7 @@
],
},
'VCManifestTool': {
- 'AdditionalManifestFiles': '$(ProjectDir)\\app\\chrome.dll.manifest',
+ 'AdditionalManifestFiles': '$(ProjectDir)\\app\\chrome.manifest',
},
},
}], # OS=="win"
« no previous file with comments | « chrome/app/chrome.exe.manifest ('k') | chrome/chrome_exe.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698