summaryrefslogtreecommitdiffstats
path: root/chrome/installer/mini_installer.gypi
diff options
context:
space:
mode:
authorkaren@chromium.org <karen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-25 16:06:52 +0000
committerkaren@chromium.org <karen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-25 16:06:52 +0000
commit1dbdb4ac8332be12c83cdffdbafb83b6c297e932 (patch)
tree7be2e3e793aa2b3b3cf0199c132a26b0dd194174 /chrome/installer/mini_installer.gypi
parent4c0f3c432812ad0f5bead3bc93872dbbba9f32fe (diff)
downloadchromium_src-1dbdb4ac8332be12c83cdffdbafb83b6c297e932.zip
chromium_src-1dbdb4ac8332be12c83cdffdbafb83b6c297e932.tar.gz
chromium_src-1dbdb4ac8332be12c83cdffdbafb83b6c297e932.tar.bz2
Revert 153268 - Refactor manifests to allow all executables to use the same base manifests as AdditionalManifestFiles
Introduce additional.manifest with app compatibility guids and UAC asInvoker property (this is the same as the old chrome.exe.manifest, but without the non-common parts, see chrome.manifest below). Introduce chrome.manifest to keep a property that was set in the previous chrome.(exe|dll).manifest to declare usage of ComCtl32.dll version 6 as is required per http://msdn.microsoft.com/en-us/library/windows/desktop/bb773175(v=vs.85).aspx to get visual styles. BUG=127765 (not really fixing it, but a follow up to the CL for it) TEST=Manifests embedded in chrome.exe, chrome.dll, setup.exe, mini_installer.exe in a VS2010 static build are the exact same as before. Review URL: https://chromiumcodereview.appspot.com/10879020 TBR=gab@chromium.org Review URL: https://chromiumcodereview.appspot.com/10880059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153389 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/mini_installer.gypi')
-rw-r--r--chrome/installer/mini_installer.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/mini_installer.gypi b/chrome/installer/mini_installer.gypi
index af16272..ef92ab9 100644
--- a/chrome/installer/mini_installer.gypi
+++ b/chrome/installer/mini_installer.gypi
@@ -77,7 +77,7 @@
},
'VCManifestTool': {
'AdditionalManifestFiles': [
- '$(ProjectDir)\\..\\app\\additional.manifest',
+ '$(ProjectDir)\\mini_installer\\mini_installer.exe.manifest',
],
},
},