diff options
author | caitkp@chromium.org <caitkp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-13 10:01:01 +0000 |
---|---|---|
committer | caitkp@chromium.org <caitkp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-13 10:01:01 +0000 |
commit | 91f0755c0f15ae1f49dc2d38309f9c5882945a18 (patch) | |
tree | 7072b3d791f6f811300eafac5b55b71d87340085 /chrome/app/DEPS | |
parent | a644bc199536de369b6a9feb66dba1b4f2b69e0a (diff) | |
download | chromium_src-91f0755c0f15ae1f49dc2d38309f9c5882945a18.zip chromium_src-91f0755c0f15ae1f49dc2d38309f9c5882945a18.tar.gz chromium_src-91f0755c0f15ae1f49dc2d38309f9c5882945a18.tar.bz2 |
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
Diffstat (limited to 'chrome/app/DEPS')
-rw-r--r-- | chrome/app/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
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", |