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

Unified 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, 2 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 side-by-side diff with in-line comments
Download patch
Index: chrome/chrome_elf/chrome_elf.manifest
diff --git a/chrome/chrome_elf/chrome_elf.manifest b/chrome/chrome_elf/chrome_elf.manifest
new file mode 100644
index 0000000000000000000000000000000000000000..dd63cca8849139be2847ce1fc65a5f73926c4d39
--- /dev/null
+++ b/chrome/chrome_elf/chrome_elf.manifest
@@ -0,0 +1,6 @@
+<assembly
+ xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
+ <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
+ type='win32'/>
gab 2013/10/31 13:44:31 This also needs investigation; win32 is probably w
+ <file name='chrome_elf.dll'/>
gab 2013/10/31 13:44:31 "file name" is probably not required if the manife
+</assembly>

Powered by Google App Engine
This is Rietveld 408576698