| Index: webrtc/modules/audio_coding/neteq/neteq_tests.gypi
 | 
| diff --git a/webrtc/modules/audio_coding/neteq/neteq_tests.gypi b/webrtc/modules/audio_coding/neteq/neteq_tests.gypi
 | 
| index 1cf4053c7c51741b29225c472c3aec91c83ca4f0..844e9382f1e832799b2977fdd98a8e1f3aa8d9f3 100644
 | 
| --- a/webrtc/modules/audio_coding/neteq/neteq_tests.gypi
 | 
| +++ b/webrtc/modules/audio_coding/neteq/neteq_tests.gypi
 | 
| @@ -35,7 +35,7 @@
 | 
|          'G722',
 | 
|          'PCM16B',
 | 
|          'iLBC',
 | 
| -        'iSAC',
 | 
| +        'isac',
 | 
|          'CNG',
 | 
|          '<(webrtc_root)/common_audio/common_audio.gyp:common_audio',
 | 
|        ],
 | 
| @@ -210,7 +210,7 @@
 | 
|        'dependencies': [
 | 
|          'neteq',
 | 
|          'neteq_test_support',
 | 
| -        'iSACFix',
 | 
| +        'isac_fix',
 | 
|          '<(DEPTH)/testing/gtest.gyp:gtest',
 | 
|          '<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
 | 
|          '<(webrtc_root)/test/test.gyp:test_support_main',
 | 
| @@ -265,7 +265,7 @@
 | 
|          'G722',
 | 
|          'PCM16B',
 | 
|          'iLBC',
 | 
| -        'iSAC',
 | 
| +        'isac',
 | 
|          'CNG',
 | 
|          '<(webrtc_root)/common.gyp:webrtc_common',
 | 
|          '<(DEPTH)/testing/gtest.gyp:gtest',
 | 
| 
 |