commit | e15a4ce50c9cc23b646639f850a9450c645be56d | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Jan 04 20:11:01 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Jan 04 20:11:01 2012 |
tree | 5c1a9fcf0f24382b346a5a003bb8f5beb02bda35 | |
parent | a1b833ea0c481567ccfda8d803ecb6ac946bcaa7 [diff] [blame] |
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
diff --git a/build/common.gypi b/build/common.gypi index 185866ea..1161003e 100644 --- a/build/common.gypi +++ b/build/common.gypi
@@ -2708,6 +2708,7 @@ 'DelayLoadDLLs': [ 'dbghelp.dll', 'dwmapi.dll', + 'shell32.dll', 'uxtheme.dll', ], },