Reland 83186: Enable building base.dll for the multi-dll build.

BUG=76996
TEST=none

Review URL: http://codereview.chromium.org/6883173

[email protected]
Review URL: http://codereview.chromium.org/6902117

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83369 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/build/common.gypi b/build/common.gypi
index 03de1e2..38fc723 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1561,6 +1561,8 @@
               'usp10.lib',
               'psapi.lib',
               'dbghelp.lib',
+              'winmm.lib',
+              'shlwapi.lib',
             ],
             'conditions': [
               ['msvs_express', {