summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp16
1 files changed, 8 insertions, 8 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 57ef9a1..fa1c008 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -416,7 +416,7 @@
},
{
'target_name': 'debugger',
- 'type': '<(library)',
+ 'type': 'static_library',
'msvs_guid': '57823D8C-A317-4713-9125-2C91FDFD12D6',
'dependencies': [
'chrome_extra_resources',
@@ -477,7 +477,7 @@
},
{
'target_name': 'utility',
- 'type': '<(library)',
+ 'type': 'static_library',
'msvs_guid': '4D2B38E6-65FF-4F97-B88A-E441DF54EBF7',
'dependencies': [
'../base/base.gyp:base',
@@ -501,7 +501,7 @@
},
{
'target_name': 'profile_import',
- 'type': '<(library)',
+ 'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
],
@@ -515,7 +515,7 @@
# Provides a syncapi dynamic library target from checked-in binaries,
# or from compiling a stub implementation.
'target_name': 'syncapi',
- 'type': '<(library)',
+ 'type': 'static_library',
'sources': [
'browser/sync/engine/http_post_provider_factory.h',
'browser/sync/engine/http_post_provider_interface.h',
@@ -553,7 +553,7 @@
},
{
'target_name': 'sync',
- 'type': '<(library)',
+ 'type': 'static_library',
'sources': [
'browser/sync/engine/all_status.cc',
'browser/sync/engine/all_status.h',
@@ -740,7 +740,7 @@
# A library for sending and receiving server-issued notifications.
{
'target_name': 'sync_notifier',
- 'type': '<(library)',
+ 'type': 'static_library',
'sources': [
'browser/sync/notifier/cache_invalidation_packet_handler.cc',
'browser/sync/notifier/cache_invalidation_packet_handler.h',
@@ -782,7 +782,7 @@
},
{
'target_name': 'service',
- 'type': '<(library)',
+ 'type': 'static_library',
'msvs_guid': '2DA87614-55C5-4E56-A17E-0CD099786197',
'dependencies': [
'chrome_strings',
@@ -1469,7 +1469,7 @@
},
{
'target_name': 'automation',
- 'type': '<(library)',
+ 'type': 'static_library',
'msvs_guid': '1556EF78-C7E6-43C8-951F-F6B43AC0DD12',
'dependencies': [
'theme_resources',