diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/content_browser.gypi | 2 | ||||
-rw-r--r-- | content/content_common.gypi | 2 | ||||
-rw-r--r-- | content/content_gpu.gypi | 2 | ||||
-rw-r--r-- | content/content_plugin.gypi | 2 | ||||
-rw-r--r-- | content/content_ppapi_plugin.gypi | 2 | ||||
-rw-r--r-- | content/content_renderer.gypi | 2 | ||||
-rw-r--r-- | content/content_worker.gypi | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/content/content_browser.gypi b/content/content_browser.gypi index 93d09bd..6d13ab6 100644 --- a/content/content_browser.gypi +++ b/content/content_browser.gypi @@ -6,7 +6,7 @@ 'targets': [ { 'target_name': 'content_browser', - 'type': '<(library)', + 'type': 'static_library', 'dependencies': [ 'content_common', '../app/app.gyp:app_resources', diff --git a/content/content_common.gypi b/content/content_common.gypi index ebc0e25..33e2578 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -6,7 +6,7 @@ 'targets': [ { 'target_name': 'content_common', - 'type': '<(library)', + 'type': 'static_library', 'dependencies': [ '../base/base.gyp:base', '../ipc/ipc.gyp:ipc', diff --git a/content/content_gpu.gypi b/content/content_gpu.gypi index fea5677f..b5f9dfc 100644 --- a/content/content_gpu.gypi +++ b/content/content_gpu.gypi @@ -9,7 +9,7 @@ 'targets': [ { 'target_name': 'content_gpu', - 'type': '<(library)', + 'type': 'static_library', 'msvs_guid': 'F10F1ECD-D84D-4C33-8468-9DDFE19F4D8A', 'dependencies': [ 'content_common', diff --git a/content/content_plugin.gypi b/content/content_plugin.gypi index 93c0ca9..7b533b5 100644 --- a/content/content_plugin.gypi +++ b/content/content_plugin.gypi @@ -6,7 +6,7 @@ 'targets': [ { 'target_name': 'content_plugin', - 'type': '<(library)', + 'type': 'static_library', 'msvs_guid': '20A560A0-2CD0-4D9E-A58B-1F24B99C087A', 'dependencies': [ 'content_common', diff --git a/content/content_ppapi_plugin.gypi b/content/content_ppapi_plugin.gypi index 6dc13d3..64eb124 100644 --- a/content/content_ppapi_plugin.gypi +++ b/content/content_ppapi_plugin.gypi @@ -6,7 +6,7 @@ 'targets': [ { 'target_name': 'content_ppapi_plugin', - 'type': '<(library)', + 'type': 'static_library', 'dependencies': [ '../base/base.gyp:base', '../ppapi/ppapi_internal.gyp:ppapi_proxy', diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi index 6798011..4dd51c2 100644 --- a/content/content_renderer.gypi +++ b/content/content_renderer.gypi @@ -7,7 +7,7 @@ { 'target_name': 'content_renderer', 'msvs_guid': '9AAA8CF2-9B3D-4895-8CB9-D70BBD125EAD', - 'type': '<(library)', + 'type': 'static_library', 'dependencies': [ 'content_common', '../jingle/jingle.gyp:jingle_glue', diff --git a/content/content_worker.gypi b/content/content_worker.gypi index fa1d504..498315f 100644 --- a/content/content_worker.gypi +++ b/content/content_worker.gypi @@ -6,7 +6,7 @@ 'targets': [ { 'target_name': 'content_worker', - 'type': '<(library)', + 'type': 'static_library', 'msvs_guid': 'C78D02D0-A366-4EC6-A248-AA8E64C4BA18', 'dependencies': [ 'content_common', |