summaryrefslogtreecommitdiffstats
path: root/chrome_elf/chrome_elf.def
Commit message (Collapse)AuthorAgeFilesLines
* Adjust base address of chrome dll and provide a base addess for chrome_elfcaitkp@chromium.org2013-11-261-0/+4
| | | | | | | | | | | This should stop the address conflicts suspected of causing the perf regression. TEST= working set size returns to normal BUG=318691 Review URL: https://codereview.chromium.org/77673005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237259 0039d316-1c4b-4281-b951-d872f2087c98
* Chrome Early Loading Frameworkcaitkp@chromium.org2013-11-131-0/+4
chrome_elf.dll is shipped in Chrome's version directory to ease updates, and is loaded early in chrome.exe's lifetime by making it a private assembly in a subfolder of chrome.exe's folder (see http://msdn.microsoft.com/library/aa374224.aspx). BUG= http://crosbug.com/p/23889 Review URL: https://codereview.chromium.org/53793002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234795 0039d316-1c4b-4281-b951-d872f2087c98