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,13 +9,13 @@
|
||||
{
|
||||
'variables': {
|
||||
'audio_coding_dependencies': [
|
||||
'CNG',
|
||||
'G711',
|
||||
'G722',
|
||||
'iLBC',
|
||||
'iSAC',
|
||||
'iSACFix',
|
||||
'PCM16B',
|
||||
'cng',
|
||||
'g711',
|
||||
'g722',
|
||||
'ilbc',
|
||||
'isac',
|
||||
'isac_fix',
|
||||
'pcm16b',
|
||||
'red',
|
||||
'<(webrtc_root)/common.gyp:webrtc_common',
|
||||
'<(webrtc_root)/common_audio/common_audio.gyp:common_audio',
|
||||
|
||||
Reference in New Issue
Block a user