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

@ -33,7 +33,7 @@
'targets': [
{
'target_name': 'audio_coding_module',
'type': '<(library)',
'type': 'static_library',
'defines': [
'<@(audio_coding_defines)',
],