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

Side by Side Diff: google_update/GoogleUpdate.manifest

Issue 624713003: Keep only base/extractor.[cc|h]. (Closed) Base URL: https://chromium.googlesource.com/external/omaha.git@master
Patch Set: Created 6 years, 2 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 | « enterprise/test_gold.adm ('k') | google_update/bin/Readme.txt » ('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"?>
2 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
4 <security>
5 <requestedPrivileges>
6 <requestedExecutionLevel level="asInvoker" />
7 </requestedPrivileges>
8 </security>
9 </trustInfo>
10 <dependency>
11 <dependentAssembly>
12 <assemblyIdentity
13 type="win32"
14 name="Microsoft.Windows.Common-Controls"
15 version="6.0.0.0"
16 processorArchitecture="X86"
17 publicKeyToken="6595b64144ccf1df"
18 language="*"
19 />
20 </dependentAssembly>
21 </dependency>
22 <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
23 <application>
24 <!--The ID below indicates application support for Windows Vista -->
25 <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
26 <!--The ID below indicates application support for Windows 7 -->
27 <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
28 </application>
29 </compatibility>
30 </assembly>
OLDNEW
« no previous file with comments | « enterprise/test_gold.adm ('k') | google_update/bin/Readme.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698