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

Unified Diff: chrome/app/version_assembly/README

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 side-by-side diff with in-line comments
Download patch
Index: chrome/app/version_assembly/README
diff --git a/chrome_elf/README b/chrome/app/version_assembly/README
similarity index 60%
rename from chrome_elf/README
rename to chrome/app/version_assembly/README
index b657437375641fe34d6e97393f8208006489bc8c..7258895f622116a0921c1e25d1424053663c93ff 100644
--- a/chrome_elf/README
+++ b/chrome/app/version_assembly/README
@@ -1,9 +1,10 @@
-Chrome Early Loading Framework (aka ChromeELF)
+Chrome Version Assembly
-chrome_elf.dll is shipped in Chrome's version directory to ease updates,
-and is loaded early in chrome.exe's lifetime. This is done by turning the
-version directory into a private assembly which refers to chrome_elf.dll
-(http://msdn.microsoft.com/library/aa374224.aspx).
+The chrome version assembly makes it possible for load-time dependencies of
+chrome.exe to be shipped in Chrome's version directory to ease updates.
+(Currently, chrome_elf.dll is the only library which uses this framework). This
gab 2014/01/13 21:43:37 s/(Currently, chrome_elf.dll is the only library w
Cait (Slow) 2014/01/14 16:11:29 Done.
+is done by turning the version directory into a private assembly which refers to
+any DLLs that chrome.exe needs to know about.
gab 2014/01/13 21:43:37 Add the following here I'd say: New DLLs should b
Cait (Slow) 2014/01/14 16:11:29 Done.
In an ideal world, this would be done by embedding an application config in
chrome.exe that would refer to the proper version directory via a

Powered by Google App Engine
This is Rietveld 408576698