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

Side by Side Diff: ui/views/examples/views_examples.exe.manifest

Issue 851853002: It is time. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Trying to reup because the last upload failed. Created 5 years, 11 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 | « ui/views/examples/tree_view_example.cc ('k') | ui/views/examples/views_examples_export.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3
4 <!--The compatibility section will be merged from build/win/compatibility.mani fest -->
5
6 <dependency>
7 <dependentAssembly>
8 <assemblyIdentity type="Win32" name="Microsoft.Windows.Common-Controls" ve rsion="6.0.0.0" processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" la nguage="*"></assemblyIdentity>
9 </dependentAssembly>
10 </dependency>
11
12 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
13 <security>
14 <requestedPrivileges>
15 <requestedExecutionLevel level="asInvoker" />
16 </requestedPrivileges>
17 </security>
18 </trustInfo>
19
20 </assembly>
OLDNEW
« no previous file with comments | « ui/views/examples/tree_view_example.cc ('k') | ui/views/examples/views_examples_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698