diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-14 06:58:28 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-14 06:58:28 +0000 |
commit | b85ba8e6379d6649bb2144839cdd5ca695ead7fb (patch) | |
tree | 59209ee8aadcc7eb1192b610e2b73cf924fbce0a /webkit/activex_shim | |
parent | 64a68f93d28045ef9062c9e225b80b72e1fa5505 (diff) | |
download | chromium_src-b85ba8e6379d6649bb2144839cdd5ca695ead7fb.zip chromium_src-b85ba8e6379d6649bb2144839cdd5ca695ead7fb.tar.gz chromium_src-b85ba8e6379d6649bb2144839cdd5ca695ead7fb.tar.bz2 |
Revert r18359.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/125106
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18360 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/activex_shim')
-rw-r--r-- | webkit/activex_shim/activex_shim.gyp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/webkit/activex_shim/activex_shim.gyp b/webkit/activex_shim/activex_shim.gyp index 585be5b..7f08aaf 100644 --- a/webkit/activex_shim/activex_shim.gyp +++ b/webkit/activex_shim/activex_shim.gyp @@ -42,6 +42,12 @@ 'web_activex_site.cc', 'web_activex_site.h', ], + # TODO(bradnelson): Add direct support for this kind of thing to gyp. + 'msvs_settings': { + 'VCLibrarianTool': { + 'AdditionalDependencies': 'urlmon.lib', + }, + }, 'link_settings': { 'libraries': [ '-lurlmon.lib', |