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

Unified Diff: remoting/remoting.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 | « remoting/proto/trace.gyp ('k') | sandbox/sandbox.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 83a78d0508e40fcfdabe50596a6900c293045bb2..e616fbc3a1e4fae49109f284d584e9aaa5dbd4fa 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -214,7 +214,7 @@
}, # end of target 'webapp_me2mom'
{
'target_name': 'remoting_base',
- 'type': '<(library)',
+ 'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
'../ui/ui.gyp:ui_gfx',
@@ -287,7 +287,7 @@
{
'target_name': 'remoting_host',
- 'type': '<(library)',
+ 'type': 'static_library',
'dependencies': [
'remoting_base',
'remoting_jingle_glue',
@@ -378,7 +378,7 @@
{
'target_name': 'remoting_client',
- 'type': '<(library)',
+ 'type': 'static_library',
'dependencies': [
'remoting_base',
'remoting_jingle_glue',
@@ -440,7 +440,7 @@
{
'target_name': 'remoting_jingle_glue',
- 'type': '<(library)',
+ 'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
'../jingle/jingle.gyp:jingle_glue',
@@ -473,7 +473,7 @@
{
'target_name': 'remoting_protocol',
- 'type': '<(library)',
+ 'type': 'static_library',
'dependencies': [
'remoting_base',
'remoting_jingle_glue',
@@ -549,7 +549,7 @@
{
'target_name': 'differ_block',
- 'type': '<(library)',
+ 'type': 'static_library',
'include_dirs': [
'..',
],
@@ -571,7 +571,7 @@
{
'target_name': 'differ_block_sse2',
- 'type': '<(library)',
+ 'type': 'static_library',
'include_dirs': [
'..',
],
« no previous file with comments | « remoting/proto/trace.gyp ('k') | sandbox/sandbox.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698