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

Unified Diff: base/base.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 | « base/allocator/allocator.gyp ('k') | base/base.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 68974f5a68103e62f535e40eb26a7d8ba3b46547..d10a4f268536c59d6d2c8255a8fb88b9454d2b05 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -12,7 +12,7 @@
'targets': [
{
'target_name': 'base_i18n',
- 'type': '<(library)',
+ 'type': 'static_library',
'msvs_guid': '968F3222-9798-4D21-BE08-15ECB5EF2994',
'dependencies': [
'base',
@@ -60,7 +60,7 @@
# dynamic library. Note that this library cannot depend on base because
# base depends on base_static.
'target_name': 'base_static',
- 'type': '<(library)',
+ 'type': 'static_library',
'sources': [
'base_switches.cc',
'base_switches.h',
@@ -75,7 +75,7 @@
# TODO(rvargas): Remove this when gyp finally supports a clean model.
# See bug 36232.
'target_name': 'base_static_win64',
- 'type': '<(library)',
+ 'type': 'static_library',
'sources': [
'base_switches.cc',
'base_switches.h',
@@ -293,7 +293,7 @@
},
{
'target_name': 'test_support_base',
- 'type': '<(library)',
+ 'type': 'static_library',
'dependencies': [
'base',
'base_static',
@@ -335,7 +335,7 @@
},
{
'target_name': 'test_support_perf',
- 'type': '<(library)',
+ 'type': 'static_library',
'dependencies': [
'base',
'../testing/gtest.gyp:gtest',
« no previous file with comments | « base/allocator/allocator.gyp ('k') | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698