summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authorsgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-14 05:51:46 +0000
committersgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-14 05:51:46 +0000
commit64a68f93d28045ef9062c9e225b80b72e1fa5505 (patch)
tree5456d605483169aaaadba9b437044a4d7722de03 /webkit
parent31512d445b77695d2f16ceaf2bfac51cebd19164 (diff)
downloadchromium_src-64a68f93d28045ef9062c9e225b80b72e1fa5505.zip
chromium_src-64a68f93d28045ef9062c9e225b80b72e1fa5505.tar.gz
chromium_src-64a68f93d28045ef9062c9e225b80b72e1fa5505.tar.bz2
Convert chrome.dll to gyp generation.
Remove unnecessary addition of urlmon.lib to AdditionalDepenedencies of activex_shim. Add activex_shim as a dependency of default_plugin (so the things that link against it get urlmon.lib from the link_settings of activex_shim). Add urlmon.lib to AdditionalDependencies in unittests.vcproj (which is going away soon, but this makes the transition smooth). BUG=none TEST=none Review URL: http://codereview.chromium.org/126073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18359 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/activex_shim/activex_shim.gyp6
-rw-r--r--webkit/default_plugin/default_plugin.gyp5
2 files changed, 3 insertions, 8 deletions
diff --git a/webkit/activex_shim/activex_shim.gyp b/webkit/activex_shim/activex_shim.gyp
index 7f08aaf..585be5b 100644
--- a/webkit/activex_shim/activex_shim.gyp
+++ b/webkit/activex_shim/activex_shim.gyp
@@ -42,12 +42,6 @@
'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',
diff --git a/webkit/default_plugin/default_plugin.gyp b/webkit/default_plugin/default_plugin.gyp
index dd4ca16..2aeac4e 100644
--- a/webkit/default_plugin/default_plugin.gyp
+++ b/webkit/default_plugin/default_plugin.gyp
@@ -15,13 +15,14 @@
'target_name': 'default_plugin',
'type': '<(library)',
'dependencies': [
- '../../third_party/libxml/libxml.gyp:libxml',
+ '../../net/net.gyp:net_resources',
'../../third_party/icu38/icu38.gyp:icui18n',
'../../third_party/icu38/icu38.gyp:icuuc',
+ '../../third_party/libxml/libxml.gyp:libxml',
'../../third_party/npapi/npapi.gyp:npapi',
+ '../activex_shim/activex_shim.gyp:activex_shim',
'../webkit.gyp:webkit_resources',
'../webkit.gyp:webkit_strings',
- '../../net/net.gyp:net_resources',
],
'include_dirs': [
'../..',