From 2e2a4cff1869e6789d7e9a4926f4aa25e11ebc6b Mon Sep 17 00:00:00 2001 From: "wjia@webrtc.org" Date: Fri, 18 Jan 2013 17:13:47 +0000 Subject: [PATCH] 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 --- webrtc/tools/tools.gyp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webrtc/tools/tools.gyp b/webrtc/tools/tools.gyp index 5fab8a3c94..a678734fbc 100644 --- a/webrtc/tools/tools.gyp +++ b/webrtc/tools/tools.gyp @@ -13,7 +13,7 @@ 'targets': [ { 'target_name': 'command_line_parser', - 'type': '<(library)', + 'type': 'static_library', 'include_dirs': [ '.', ], @@ -29,7 +29,7 @@ }, # command_line_parser { 'target_name': 'video_quality_analysis', - 'type': '<(library)', + 'type': 'static_library', 'dependencies': [ '<(DEPTH)/third_party/libyuv/libyuv.gyp:libyuv', ], @@ -86,7 +86,7 @@ }, # rgba_to_i420_converter { 'target_name': 'frame_editing_lib', - 'type': '<(library)', + 'type': 'static_library', 'dependencies': [ '<(webrtc_root)/common_video/common_video.gyp:common_video', ], @@ -125,4 +125,4 @@ ], # targets }], # include_tests ], # conditions -} \ No newline at end of file +}