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

Side by Side Diff: chrome_elf/version_assembly_manifest.template

Issue 53793002: Initial implementation of Chrome Early Loading Framework (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Generate manifest via gyp Created 7 years, 1 month 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
(Empty)
1 <assembly
2 xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
3 <assemblyIdentity
4 name='@MAJOR@.@MINOR@.@BUILD@.@PATCH@'
5 version='@MAJOR@.@MINOR@.@BUILD@.@PATCH@'
gab 2013/11/06 16:07:25 As discussed offline, we have no choice but to mak
6 type='win32'/>
7 <file name='chrome_elf.dll'/>
8 </assembly>
OLDNEW
« chrome_elf/chrome_elf.gypi ('K') | « chrome_elf/chrome_exe_manifest.template ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698