From 91f0755c0f15ae1f49dc2d38309f9c5882945a18 Mon Sep 17 00:00:00 2001 From: "caitkp@chromium.org" Date: Wed, 13 Nov 2013 10:01:01 +0000 Subject: Chrome Early Loading Framework 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 --- chrome/app/DEPS | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/app/DEPS') diff --git a/chrome/app/DEPS b/chrome/app/DEPS index 4d39b78..c58a555 100644 --- a/chrome/app/DEPS +++ b/chrome/app/DEPS @@ -6,6 +6,7 @@ include_rules = [ "+chrome/plugin/chrome_content_plugin_client.h", "+chrome/renderer/chrome_content_renderer_client.h", "+chrome/utility/chrome_content_utility_client.h", + "+chrome_elf/chrome_elf_main.h", "+chromeos/chromeos_paths.h", "+chromeos/chromeos_switches.h", "+components/breakpad", -- cgit v1.1