Chromium Code Reviews| Index: webrtc/modules/audio_coding/neteq/neteq.gypi |
| diff --git a/webrtc/modules/audio_coding/neteq/neteq.gypi b/webrtc/modules/audio_coding/neteq/neteq.gypi |
| index e7897d57594d8e9ee87bdc54e8650c962ebb3fab..2c58c998d6a18a5b9c86ab86528021625c37b81b 100644 |
| --- a/webrtc/modules/audio_coding/neteq/neteq.gypi |
| +++ b/webrtc/modules/audio_coding/neteq/neteq.gypi |
| @@ -9,13 +9,13 @@ |
| { |
| 'variables': { |
| 'codecs': [ |
| - 'G711', |
| - 'G722', |
| - 'PCM16B', |
| - 'iLBC', |
| - 'iSAC', |
| - 'iSACFix', |
| - 'CNG', |
| + 'cng', |
| + 'g711', |
| + 'g722', |
| + 'ilbc', |
| + 'isac', |
| + 'isac_fix', |
| + 'pcm16b', |
| ], |
| 'neteq_defines': [], |
| 'conditions': [ |