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

Unified Diff: build/win/compatibility.manifest

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 | « build/common.gypi ('k') | chrome/app/chrome.exe.manifest » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/win/compatibility.manifest
diff --git a/chrome/installer/mini_installer/mini_installer.exe.manifest b/build/win/compatibility.manifest
similarity index 74%
copy from chrome/installer/mini_installer/mini_installer.exe.manifest
copy to build/win/compatibility.manifest
index 7f5294a12ecb4793085427860d40421f26296058..f7bc13e593bbfbbd53c7f3280a6c29007f41edbf 100644
--- a/chrome/installer/mini_installer/mini_installer.exe.manifest
+++ b/build/win/compatibility.manifest
@@ -12,11 +12,4 @@
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
</application>
</compatibility>
- <ms_asmv2:trustInfo xmlns:ms_asmv2="urn:schemas-microsoft-com:asm.v2">
- <ms_asmv2:security>
- <ms_asmv2:requestedPrivileges>
- <ms_asmv2:requestedExecutionLevel level="asInvoker" />
- </ms_asmv2:requestedPrivileges>
- </ms_asmv2:security>
- </ms_asmv2:trustInfo>
</assembly>
« no previous file with comments | « build/common.gypi ('k') | chrome/app/chrome.exe.manifest » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698