diff options
author | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-04 20:11:01 +0000 |
---|---|---|
committer | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-04 20:11:01 +0000 |
commit | e15a4ce50c9cc23b646639f850a9450c645be56d (patch) | |
tree | 5c1a9fcf0f24382b346a5a003bb8f5beb02bda35 /build | |
parent | a1b833ea0c481567ccfda8d803ecb6ac946bcaa7 (diff) | |
download | chromium_src-e15a4ce50c9cc23b646639f850a9450c645be56d.zip chromium_src-e15a4ce50c9cc23b646639f850a9450c645be56d.tar.gz chromium_src-e15a4ce50c9cc23b646639f850a9450c645be56d.tar.bz2 |
Add shell32 to the delayload list for most gyp projects
I am working on removing cruft (manual binds to shell32) that people have made in /chrome and /base
BUG=none
TEST=green tree
Review URL: http://codereview.chromium.org/9008075
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116368 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi index 185866e..1161003 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -2708,6 +2708,7 @@ 'DelayLoadDLLs': [ 'dbghelp.dll', 'dwmapi.dll', + 'shell32.dll', 'uxtheme.dll', ], }, |