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:
@ -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',
|
||||
|
Reference in New Issue
Block a user