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

Side by Side Diff: ui/views/examples/views_examples.exe.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 unified diff | Download patch
« no previous file with comments | « remoting/remoting.gyp ('k') | ui/views/views.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?> 1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> 2 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3 3
4 <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> 4 <!--The compatibility section will be merged from build/win/compatibility.mani fest -->
5 <application> 5
6 <!--This Id value indicates the application supports Windows Vista functio nality -->
7 <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
8 <!--This Id value indicates the application supports Windows 7 functionali ty-->
9 <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
10 </application>
11 </compatibility>
12
13 <dependency> 6 <dependency>
14 <dependentAssembly> 7 <dependentAssembly>
15 <assemblyIdentity type="Win32" name="Microsoft.Windows.Common-Controls" ve rsion="6.0.0.0" processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" la nguage="*"></assemblyIdentity> 8 <assemblyIdentity type="Win32" name="Microsoft.Windows.Common-Controls" ve rsion="6.0.0.0" processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" la nguage="*"></assemblyIdentity>
16 </dependentAssembly> 9 </dependentAssembly>
17 </dependency> 10 </dependency>
18 11
19 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> 12 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
20 <security> 13 <security>
21 <requestedPrivileges> 14 <requestedPrivileges>
22 <requestedExecutionLevel level="asInvoker" /> 15 <requestedExecutionLevel level="asInvoker" />
23 </requestedPrivileges> 16 </requestedPrivileges>
24 </security> 17 </security>
25 </trustInfo> 18 </trustInfo>
26 19
27 </assembly> 20 </assembly>
OLDNEW
« no previous file with comments | « remoting/remoting.gyp ('k') | ui/views/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698