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

Unified Diff: chrome/installer/mini_installer.gyp

Issue 10880059: Revert 153268 - Refactor manifests to allow all executables to use the same base manifests as Addit… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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/chrome_installer.gypi ('k') | chrome/installer/mini_installer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/mini_installer.gyp
===================================================================
--- chrome/installer/mini_installer.gyp (revision 153388)
+++ chrome/installer/mini_installer.gyp (working copy)
@@ -79,6 +79,11 @@
}],
],
},
+ 'VCManifestTool': {
+ 'AdditionalManifestFiles': [
+ '$(ProjectDir)\\mini_installer\\mini_installer.exe.manifest',
+ ],
+ },
},
'configurations': {
'Debug_Base': {
@@ -180,17 +185,9 @@
'msvs_precompiled_source': '',
'sources': [
- '../app/additional.manifest',
'mini_installer/chrome.release',
'mini_installer/chrome_appid.cc',
],
- 'msvs_settings': {
- 'VCManifestTool': {
- 'AdditionalManifestFiles': [
- '$(ProjectDir)\\..\\app\\additional.manifest',
- ],
- },
- },
'rules': [
{
'rule_name': 'installer_archive',
« no previous file with comments | « chrome/chrome_installer.gypi ('k') | chrome/installer/mini_installer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698