summaryrefslogtreecommitdiffstats
path: root/chrome_elf/OWNERS
Commit message (Collapse)AuthorAgeFilesLines
* Move Version Assembly code out of chrome_elf.caitkp@chromium.org2014-01-161-2/+1
| | | | | | | | | | | | This code is not chrome_elf-specific, rather, chrome_elf is the only current user of it. Move the manifest building logic to a more generic location. BUG=324863 Review URL: https://codereview.chromium.org/137373002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245307 0039d316-1c4b-4281-b951-d872f2087c98
* Chrome Early Loading Frameworkcaitkp@chromium.org2013-11-131-0/+3
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