Rename targets to use lower case format.
It makes writing a build script for merging libraries across architectures easier. See talk/build/build_ios_libs.sh. BUG= R=andrew@webrtc.org, kjellander@webrtc.org Review URL: https://codereview.webrtc.org/1171793002. Cr-Commit-Position: refs/heads/master@{#9412}
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
{
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'CNG',
|
||||
'target_name': 'cng',
|
||||
'type': 'static_library',
|
||||
'dependencies': [
|
||||
'<(webrtc_root)/common_audio/common_audio.gyp:common_audio',
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
{
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'G711',
|
||||
'target_name': 'g711',
|
||||
'type': 'static_library',
|
||||
'dependencies': [
|
||||
'audio_encoder_interface',
|
||||
@ -41,7 +41,7 @@
|
||||
'target_name': 'g711_test',
|
||||
'type': 'executable',
|
||||
'dependencies': [
|
||||
'G711',
|
||||
'g711',
|
||||
],
|
||||
'sources': [
|
||||
'test/testG711.cc',
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
{
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'G722',
|
||||
'target_name': 'g722',
|
||||
'type': 'static_library',
|
||||
'dependencies': [
|
||||
'audio_encoder_interface',
|
||||
@ -38,10 +38,10 @@
|
||||
['include_tests==1', {
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'G722Test',
|
||||
'target_name': 'g722_test',
|
||||
'type': 'executable',
|
||||
'dependencies': [
|
||||
'G722',
|
||||
'g722',
|
||||
],
|
||||
'sources': [
|
||||
'test/testG722.cc',
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
{
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'iLBC',
|
||||
'target_name': 'ilbc',
|
||||
'type': 'static_library',
|
||||
'dependencies': [
|
||||
'<(webrtc_root)/common_audio/common_audio.gyp:common_audio',
|
||||
@ -168,21 +168,21 @@
|
||||
'window32_w32.h',
|
||||
'xcorr_coef.h',
|
||||
], # sources
|
||||
}, # iLBC
|
||||
}, # ilbc
|
||||
], # targets
|
||||
'conditions': [
|
||||
['include_tests==1', {
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'iLBCtest',
|
||||
'target_name': 'ilbc_test',
|
||||
'type': 'executable',
|
||||
'dependencies': [
|
||||
'iLBC',
|
||||
'ilbc',
|
||||
],
|
||||
'sources': [
|
||||
'test/iLBC_test.c',
|
||||
],
|
||||
}, # iLBCtest
|
||||
}, # ilbc_test
|
||||
], # targets
|
||||
}], # include_tests
|
||||
], # conditions
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
{
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'iSAC',
|
||||
'target_name': 'isac',
|
||||
'type': 'static_library',
|
||||
'dependencies': [
|
||||
'<(webrtc_root)/common_audio/common_audio.gyp:common_audio',
|
||||
|
||||
@ -10,10 +10,10 @@
|
||||
'targets': [
|
||||
# simple kenny
|
||||
{
|
||||
'target_name': 'iSACtest',
|
||||
'target_name': 'isac_test',
|
||||
'type': 'executable',
|
||||
'dependencies': [
|
||||
'iSAC',
|
||||
'isac',
|
||||
],
|
||||
'include_dirs': [
|
||||
'./main/test',
|
||||
@ -28,10 +28,10 @@
|
||||
},
|
||||
# ReleaseTest-API
|
||||
{
|
||||
'target_name': 'iSACAPITest',
|
||||
'target_name': 'isac_api_test',
|
||||
'type': 'executable',
|
||||
'dependencies': [
|
||||
'iSAC',
|
||||
'isac',
|
||||
],
|
||||
'include_dirs': [
|
||||
'./main/test',
|
||||
@ -46,10 +46,10 @@
|
||||
},
|
||||
# SwitchingSampRate
|
||||
{
|
||||
'target_name': 'iSACSwitchSampRateTest',
|
||||
'target_name': 'isac_switch_samprate_test',
|
||||
'type': 'executable',
|
||||
'dependencies': [
|
||||
'iSAC',
|
||||
'isac',
|
||||
],
|
||||
'include_dirs': [
|
||||
'./main/test',
|
||||
@ -61,7 +61,7 @@
|
||||
'sources': [
|
||||
'./main/test/SwitchingSampRate/SwitchingSampRate.cc',
|
||||
'./main/util/utility.c',
|
||||
],
|
||||
],
|
||||
},
|
||||
|
||||
],
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
{
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'iSACFix',
|
||||
'target_name': 'isac_fix',
|
||||
'type': 'static_library',
|
||||
'dependencies': [
|
||||
'<(webrtc_root)/common_audio/common_audio.gyp:common_audio',
|
||||
|
||||
@ -10,10 +10,10 @@
|
||||
'targets': [
|
||||
# kenny
|
||||
{
|
||||
'target_name': 'iSACFixtest',
|
||||
'target_name': 'isac_fix_test',
|
||||
'type': 'executable',
|
||||
'dependencies': [
|
||||
'iSACFix',
|
||||
'isac_fix',
|
||||
'<(webrtc_root)/test/test.gyp:test_support',
|
||||
],
|
||||
'include_dirs': [
|
||||
|
||||
@ -9,11 +9,11 @@
|
||||
{
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'PCM16B',
|
||||
'target_name': 'pcm16b',
|
||||
'type': 'static_library',
|
||||
'dependencies': [
|
||||
'audio_encoder_interface',
|
||||
'G711',
|
||||
'g711',
|
||||
],
|
||||
'include_dirs': [
|
||||
'include',
|
||||
|
||||
Reference in New Issue
Block a user