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

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: Move elf init call back under fast notify 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@'
6 type='win32'/>
7 <file name='chrome_elf.dll'/>
8 </assembly>
OLDNEW
« no previous file with comments | « chrome_elf/chrome_exe_manifest_action.gypi ('k') | chrome_elf/version_assembly_manifest_action.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698