Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7072)

Unified Diff: chrome/chrome.gyp

Issue 7051014: Globally replace <(library) with static_library (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/sync/protocol/sync_proto.gyp ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 57ef9a1826eda9f903ed9dceb4ccdd983b95ebbb..fa1c00869f76840112db8313f3503111f8327755 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',
« no previous file with comments | « chrome/browser/sync/protocol/sync_proto.gyp ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698