summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-27 19:04:27 +0000
committerrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-27 19:04:27 +0000
commit26f82b7b9972a0dc9b1da13fb192e4582ffdca91 (patch)
tree306d9fa622e90b9ca65f2fae9a4515c28aaab9b4 /build
parent37f44e5dce289174f354a833ce2665545625dfb6 (diff)
downloadchromium_src-26f82b7b9972a0dc9b1da13fb192e4582ffdca91.zip
chromium_src-26f82b7b9972a0dc9b1da13fb192e4582ffdca91.tar.gz
chromium_src-26f82b7b9972a0dc9b1da13fb192e4582ffdca91.tar.bz2
Enable building base.dll for the multi-dll build.
BUG=76996 TEST=none Review URL: http://codereview.chromium.org/6883173 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83186 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi4
1 files changed, 3 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 0a51eab..5039f84 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1,4 +1,4 @@
-# Copyright (c) 2010 The Chromium Authors. All rights reserved.
+# Copyright (c) 2011 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -1554,6 +1554,8 @@
'usp10.lib',
'psapi.lib',
'dbghelp.lib',
+ 'winmm.lib',
+ 'shlwapi.lib',
],
'conditions': [
['msvs_express', {