Index: webrtc/modules/audio_coding/codecs/ilbc/ilbc.gypi |
diff --git a/webrtc/modules/audio_coding/codecs/ilbc/ilbc.gypi b/webrtc/modules/audio_coding/codecs/ilbc/ilbc.gypi |
index 5f6fed1a24d5bee11abea4670bb9647204652368..ca4704cc40e67c66ccdd56c0970dea3a8f0d84ae 100644 |
--- a/webrtc/modules/audio_coding/codecs/ilbc/ilbc.gypi |
+++ b/webrtc/modules/audio_coding/codecs/ilbc/ilbc.gypi |
@@ -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 |