Remove <(library) from gyp file.

This is a corresponding change from Chome.
Review URL: https://webrtc-codereview.appspot.com/1053004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3389 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
wjia@webrtc.org 2013-01-18 17:13:47 +00:00
parent a3e6bec23a
commit 2e2a4cff18

View File

@ -13,7 +13,7 @@
'targets': [ 'targets': [
{ {
'target_name': 'command_line_parser', 'target_name': 'command_line_parser',
'type': '<(library)', 'type': 'static_library',
'include_dirs': [ 'include_dirs': [
'.', '.',
], ],
@ -29,7 +29,7 @@
}, # command_line_parser }, # command_line_parser
{ {
'target_name': 'video_quality_analysis', 'target_name': 'video_quality_analysis',
'type': '<(library)', 'type': 'static_library',
'dependencies': [ 'dependencies': [
'<(DEPTH)/third_party/libyuv/libyuv.gyp:libyuv', '<(DEPTH)/third_party/libyuv/libyuv.gyp:libyuv',
], ],
@ -86,7 +86,7 @@
}, # rgba_to_i420_converter }, # rgba_to_i420_converter
{ {
'target_name': 'frame_editing_lib', 'target_name': 'frame_editing_lib',
'type': '<(library)', 'type': 'static_library',
'dependencies': [ 'dependencies': [
'<(webrtc_root)/common_video/common_video.gyp:common_video', '<(webrtc_root)/common_video/common_video.gyp:common_video',
], ],