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

Side by Side Diff: chrome/chrome_elf/chrome_elf.manifest

Issue 53793002: Initial implementation of Chrome Early Loading Framework (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 name='chrome_elf' version='0.0.0.0'
gab 2013/10/31 13:44:31 Before using version 0.0.0.0 we probably want to u
4 type='win32'/>
gab 2013/10/31 13:44:31 This also needs investigation; win32 is probably w
5 <file name='chrome_elf.dll'/>
gab 2013/10/31 13:44:31 "file name" is probably not required if the manife
6 </assembly>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698