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..4c04a436438717ee8f3a961452ba344cbe7616dd 100644 |
--- a/webrtc/modules/audio_coding/codecs/isac/isac_test.gypi |
+++ b/webrtc/modules/audio_coding/codecs/isac/isac_test.gypi |
@@ -13,7 +13,7 @@ |
'target_name': 'iSACtest', |
kjellander_webrtc
2015/06/09 06:27:38
Please rename the test targets here too.
|
'type': 'executable', |
'dependencies': [ |
- 'iSAC', |
+ 'isac', |
], |
'include_dirs': [ |
'./main/test', |
@@ -31,7 +31,7 @@ |
'target_name': 'iSACAPITest', |
'type': 'executable', |
'dependencies': [ |
- 'iSAC', |
+ 'isac', |
], |
'include_dirs': [ |
'./main/test', |
@@ -49,7 +49,7 @@ |
'target_name': 'iSACSwitchSampRateTest', |
'type': 'executable', |
'dependencies': [ |
- 'iSAC', |
+ 'isac', |
], |
'include_dirs': [ |
'./main/test', |
@@ -61,7 +61,7 @@ |
'sources': [ |
'./main/test/SwitchingSampRate/SwitchingSampRate.cc', |
'./main/util/utility.c', |
- ], |
+ ], |
}, |
], |