Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(316)

Unified Diff: webrtc/modules/audio_coding/neteq/neteq.gypi

Issue 1171793002: Rename targets to use lower case format. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Rename iSAC to isac. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..fafbf0a10a09022be853b1a7a479bd2432eb1ed6 100644
--- a/webrtc/modules/audio_coding/neteq/neteq.gypi
+++ b/webrtc/modules/audio_coding/neteq/neteq.gypi
@@ -13,8 +13,8 @@
'G722',
'PCM16B',
'iLBC',
- 'iSAC',
- 'iSACFix',
+ 'isac',
+ 'isac_fix',
'CNG',
],
'neteq_defines': [],

Powered by Google App Engine
This is Rietveld 408576698