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

Unified Diff: net/net.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 | « media/media.gyp ('k') | net/third_party/nss/ssl.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 119d1c12e399d03588b553879b324b11e45a2bee..2ea9a943f241b33eb8b08f53c087c5293177f2e9 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -9,7 +9,7 @@
'targets': [
{
'target_name': 'net',
- 'type': '<(library)',
+ 'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
@@ -1127,7 +1127,7 @@
},
{
'target_name': 'net_test_support',
- 'type': '<(library)',
+ 'type': 'static_library',
'dependencies': [
'net',
'../base/base.gyp:base',
@@ -1250,7 +1250,7 @@
},
{
'target_name': 'http_server',
- 'type': '<(library)',
+ 'type': 'static_library',
'dependencies': [
'net',
'../base/base.gyp:base',
@@ -1360,7 +1360,7 @@
},
{
'target_name': 'curvecp',
- 'type': '<(library)',
+ 'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
'net.gyp:net',
« no previous file with comments | « media/media.gyp ('k') | net/third_party/nss/ssl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698