diff options
Diffstat (limited to 'webkit/activex_shim/activex_shim.gyp')
-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', |