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': 'CNG',
|
||||
'type': '<(library)',
|
||||
'type': 'static_library',
|
||||
'dependencies': [
|
||||
'<(webrtc_root)/common_audio/common_audio.gyp:signal_processing',
|
||||
],
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'G711',
|
||||
'type': '<(library)',
|
||||
'type': 'static_library',
|
||||
'include_dirs': [
|
||||
'include',
|
||||
],
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'G722',
|
||||
'type': '<(library)',
|
||||
'type': 'static_library',
|
||||
'include_dirs': [
|
||||
'include',
|
||||
],
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'iLBC',
|
||||
'type': '<(library)',
|
||||
'type': 'static_library',
|
||||
'dependencies': [
|
||||
'<(webrtc_root)/common_audio/common_audio.gyp:signal_processing',
|
||||
],
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'iSACFix',
|
||||
'type': '<(library)',
|
||||
'type': 'static_library',
|
||||
'dependencies': [
|
||||
'<(webrtc_root)/common_audio/common_audio.gyp:signal_processing',
|
||||
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
||||
@ -91,7 +91,7 @@
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'isac_neon',
|
||||
'type': '<(library)',
|
||||
'type': 'static_library',
|
||||
'includes': ['../../../../../../build/arm_neon.gypi',],
|
||||
'dependencies': [
|
||||
'<(webrtc_root)/common_audio/common_audio.gyp:signal_processing',
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'iSAC',
|
||||
'type': '<(library)',
|
||||
'type': 'static_library',
|
||||
'dependencies': [
|
||||
'<(webrtc_root)/common_audio/common_audio.gyp:signal_processing',
|
||||
],
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'PCM16B',
|
||||
'type': '<(library)',
|
||||
'type': 'static_library',
|
||||
'include_dirs': [
|
||||
'include',
|
||||
],
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'audio_coding_module',
|
||||
'type': '<(library)',
|
||||
'type': 'static_library',
|
||||
'defines': [
|
||||
'<@(audio_coding_defines)',
|
||||
],
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'NetEq',
|
||||
'type': '<(library)',
|
||||
'type': 'static_library',
|
||||
'dependencies': [
|
||||
'CNG',
|
||||
'<(webrtc_root)/common_audio/common_audio.gyp:signal_processing',
|
||||
@ -244,7 +244,7 @@
|
||||
{
|
||||
'target_name': 'NetEqTestTools',
|
||||
# Collection of useful functions used in other tests
|
||||
'type': '<(library)',
|
||||
'type': 'static_library',
|
||||
'variables': {
|
||||
# Expects RTP packets without payloads when enabled.
|
||||
'neteq_dummy_rtp%': 0,
|
||||
|
||||
Reference in New Issue
Block a user