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',
             ],
           },