Index: webrtc/modules/audio_coding/codecs/isac/isac_test.gypi |
diff --git a/webrtc/modules/audio_coding/codecs/isac/isac_test.gypi b/webrtc/modules/audio_coding/codecs/isac/isac_test.gypi |
index a43450e047c37e2d61c6f5114c1fdc2fcd0e1c8a..4c4a6040e50610c6337f300571f4d8f760b2ab72 100644 |
--- a/webrtc/modules/audio_coding/codecs/isac/isac_test.gypi |
+++ b/webrtc/modules/audio_coding/codecs/isac/isac_test.gypi |
@@ -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', |
- ], |
+ ], |
}, |
], |