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:
@@ -9,7 +9,7 @@
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'G722',
|
||||
'type': '<(library)',
|
||||
'type': 'static_library',
|
||||
'include_dirs': [
|
||||
'include',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user