diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-27 19:58:57 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-27 19:58:57 +0000 |
commit | f137d60f07082a888e58f4ef48bd47ec34512857 (patch) | |
tree | 0d71b2c8e4def08dfaf1c901a8ac5c204b29f13d /build/common.gypi | |
parent | 05a81418486624a13eb7961963fe5bb07ff03806 (diff) | |
download | chromium_src-f137d60f07082a888e58f4ef48bd47ec34512857.zip chromium_src-f137d60f07082a888e58f4ef48bd47ec34512857.tar.gz chromium_src-f137d60f07082a888e58f4ef48bd47ec34512857.tar.bz2 |
Revert 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/6883197
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83194 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/build/common.gypi b/build/common.gypi index 5039f84..0a51eab 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -1,4 +1,4 @@ -# Copyright (c) 2011 The Chromium Authors. All rights reserved. +# Copyright (c) 2010 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,8 +1554,6 @@ 'usp10.lib', 'psapi.lib', 'dbghelp.lib', - 'winmm.lib', - 'shlwapi.lib', ], 'conditions': [ ['msvs_express', { |