summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
Diffstat (limited to 'webkit')
-rw-r--r--webkit/activex_shim/activex_shim.gyp2
-rw-r--r--webkit/default_plugin/default_plugin.gyp2
-rw-r--r--webkit/tools/test_shell/test_shell.gyp2
-rw-r--r--webkit/webkit.gyp10
4 files changed, 8 insertions, 8 deletions
diff --git a/webkit/activex_shim/activex_shim.gyp b/webkit/activex_shim/activex_shim.gyp
index 8addf20..7f08aaf 100644
--- a/webkit/activex_shim/activex_shim.gyp
+++ b/webkit/activex_shim/activex_shim.gyp
@@ -14,7 +14,7 @@
'targets': [
{
'target_name': 'activex_shim',
- 'type': 'static_library',
+ 'type': '<(library)',
'msvs_guid': 'F4F4BCAA-EA59-445C-A119-3E6C29647A51',
'dependencies': [
'../../base/base.gyp:base',
diff --git a/webkit/default_plugin/default_plugin.gyp b/webkit/default_plugin/default_plugin.gyp
index 926623c..55142b8 100644
--- a/webkit/default_plugin/default_plugin.gyp
+++ b/webkit/default_plugin/default_plugin.gyp
@@ -13,7 +13,7 @@
'targets': [
{
'target_name': 'default_plugin',
- 'type': 'static_library',
+ 'type': '<(library)',
'dependencies': [
'../../third_party/libxml/libxml.gyp:libxml',
'../../third_party/icu38/icu38.gyp:icui18n',
diff --git a/webkit/tools/test_shell/test_shell.gyp b/webkit/tools/test_shell/test_shell.gyp
index 024512b..a9197e8 100644
--- a/webkit/tools/test_shell/test_shell.gyp
+++ b/webkit/tools/test_shell/test_shell.gyp
@@ -12,7 +12,7 @@
'targets': [
{
'target_name': 'test_shell_common',
- 'type': 'static_library',
+ 'type': '<(library)',
'dependencies': [
'../../../base/base.gyp:base',
'../../../base/base.gyp:base_gfx',
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index 6727436..2f6f12b 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -200,7 +200,7 @@
},
{
'target_name': 'wtf',
- 'type': 'static_library',
+ 'type': '<(library)',
'dependencies': [
'config',
'../third_party/icu38/icu38.gyp:icui18n',
@@ -362,7 +362,7 @@
},
{
'target_name': 'pcre',
- 'type': 'static_library',
+ 'type': '<(library)',
'dependencies': [
'config',
'wtf',
@@ -404,7 +404,7 @@
},
{
'target_name': 'webcore',
- 'type': 'static_library',
+ 'type': '<(library)',
'dependencies': [
'config',
'pcre',
@@ -4090,7 +4090,7 @@
},
{
'target_name': 'webkit',
- 'type': 'static_library',
+ 'type': '<(library)',
'dependencies': [
'webcore',
],
@@ -4216,7 +4216,7 @@
},
{
'target_name': 'glue',
- 'type': 'static_library',
+ 'type': '<(library)',
'dependencies': [
'webcore',
'webkit',