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

Unified Diff: media/media.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 | « jingle/jingle.gyp ('k') | net/net.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index c61e8c23bd8533c383c4586ffa4c4a839a1f2114..9b6b1959d684d42dd3284affe4c6d8e9c3e25f0c 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -10,7 +10,7 @@
'targets': [
{
'target_name': 'media',
- 'type': '<(library)',
+ 'type': 'static_library',
'dependencies': [
'yuv_convert',
'../base/base.gyp:base',
@@ -256,7 +256,7 @@
},
{
'target_name': 'cpu_features',
- 'type': '<(library)',
+ 'type': 'static_library',
'include_dirs': [
'..',
],
@@ -278,7 +278,7 @@
},
{
'target_name': 'yuv_convert',
- 'type': '<(library)',
+ 'type': 'static_library',
'include_dirs': [
'..',
],
@@ -305,7 +305,7 @@
},
{
'target_name': 'yuv_convert_sse2',
- 'type': '<(library)',
+ 'type': 'static_library',
'include_dirs': [
'..',
],
@@ -445,7 +445,7 @@
},
{
'target_name': 'media_test_support',
- 'type': '<(library)',
+ 'type': 'static_library',
'dependencies': [
'media',
'../base/base.gyp:base',
@@ -710,7 +710,7 @@
},
{
'target_name': 'omx_wrapper',
- 'type': '<(library)',
+ 'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
'../third_party/openmax/openmax.gyp:il',
« no previous file with comments | « jingle/jingle.gyp ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698