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

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

Issue 137373002: Move Version Assembly code out of chrome_elf. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
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 <dependency> 3 <dependency>
4 <dependentAssembly> 4 <dependentAssembly>
5 <assemblyIdentity type='win32' 5 <assemblyIdentity type='win32'
6 name='@MAJOR@.@MINOR@.@BUILD@.@PATCH@' 6 name='@MAJOR@.@MINOR@.@BUILD@.@PATCH@'
7 version='@MAJOR@.@MINOR@.@BUILD@.@PATCH@' language='*'/> 7 version='@MAJOR@.@MINOR@.@BUILD@.@PATCH@' language='*'/>
8 </dependentAssembly> 8 </dependentAssembly>
9 </dependency> 9 </dependency>
10 </assembly> 10 </assembly>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698