Remove '<(library)' in gyp files.

This will remove all usage of '<(library)' in all webrtc gyp files. 
Review URL: https://webrtc-codereview.appspot.com/1049005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3392 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
wjia@webrtc.org
2013-01-18 23:42:21 +00:00
parent bb599b7089
commit a3c82bf667
35 changed files with 40 additions and 40 deletions

View File

@ -10,7 +10,7 @@
'targets': [
{
'target_name': 'webrtc_video_coding',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'webrtc_i420',
'<(webrtc_root)/common_video/common_video.gyp:common_video',