diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-28 18:51:48 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-28 18:51:48 +0000 |
commit | dfdf7ee3a48429401744ff8251ac1ded29b08fe8 (patch) | |
tree | 25380e7fab500166e33b6d3bd584ce4fab66fbd8 /build/common.gypi | |
parent | 9e87c1047ab8b44d0a6a8f4211daad029bcc546d (diff) | |
download | chromium_src-dfdf7ee3a48429401744ff8251ac1ded29b08fe8.zip chromium_src-dfdf7ee3a48429401744ff8251ac1ded29b08fe8.tar.gz chromium_src-dfdf7ee3a48429401744ff8251ac1ded29b08fe8.tar.bz2 |
Reland 83186: Enable building base.dll for the multi-dll build.
BUG=76996
TEST=none
Review URL: http://codereview.chromium.org/6883173
TBR=rvargas@google.com
Review URL: http://codereview.chromium.org/6902117
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83369 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
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', { |