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

Unified Diff: jingle/jingle.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 | « ipc/ipc.gypi ('k') | media/media.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/jingle.gyp
diff --git a/jingle/jingle.gyp b/jingle/jingle.gyp
index c7962101f357390965b4dbf7b8228624de7f851a..8db3011f9aa540c157f4fd6bfb630c7c4a251ef4 100644
--- a/jingle/jingle.gyp
+++ b/jingle/jingle.gyp
@@ -10,7 +10,7 @@
# A library of various utils for integration with libjingle.
{
'target_name': 'jingle_glue',
- 'type': '<(library)',
+ 'type': 'static_library',
'sources': [
'glue/channel_socket_adapter.cc',
'glue/channel_socket_adapter.h',
@@ -37,7 +37,7 @@
# its own library.
{
'target_name': 'notifier',
- 'type': '<(library)',
+ 'type': 'static_library',
'sources': [
'notifier/base/chrome_async_socket.cc',
'notifier/base/chrome_async_socket.h',
@@ -119,7 +119,7 @@
},
{
'target_name': 'notifier_test_util',
- 'type': '<(library)',
+ 'type': 'static_library',
'sources': [
'notifier/base/fake_base_task.cc',
'notifier/base/fake_base_task.h',
@@ -132,7 +132,7 @@
},
{
'target_name': 'jingle_glue_test_util',
- 'type': '<(library)',
+ 'type': 'static_library',
'sources': [
'glue/fake_network_manager.cc',
'glue/fake_network_manager.h',
« no previous file with comments | « ipc/ipc.gypi ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698