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

Side by Side Diff: chrome/app/version_assembly/version_assembly_manifest.template

Issue 2621363002: Remove Kasko! (Closed)
Patch Set: Rebase Created 3 years, 10 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 | « chrome/app/DEPS ('k') | chrome/browser/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <assembly 1 <assembly
2 xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'> 2 xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
3 <assemblyIdentity 3 <assemblyIdentity
4 name='@MAJOR@.@MINOR@.@BUILD@.@PATCH@' 4 name='@MAJOR@.@MINOR@.@BUILD@.@PATCH@'
5 version='@MAJOR@.@MINOR@.@BUILD@.@PATCH@' 5 version='@MAJOR@.@MINOR@.@BUILD@.@PATCH@'
6 type='win32'/> 6 type='win32'/>
7 <file name='chrome_elf.dll'/> 7 <file name='chrome_elf.dll'/>
8 <file name='kasko.dll'/> 8 </assembly>
9 </assembly>
OLDNEW
« no previous file with comments | « chrome/app/DEPS ('k') | chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698