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

Unified Diff: webrtc/modules/audio_coding/main/acm2/audio_coding_module.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/main/acm2/audio_coding_module.gypi
diff --git a/webrtc/modules/audio_coding/main/acm2/audio_coding_module.gypi b/webrtc/modules/audio_coding/main/acm2/audio_coding_module.gypi
index a6b145f3719436105186800400f1de28b85d2826..2b3131253e6d6193ce387c8f58d1ba702e4df7da 100644
--- a/webrtc/modules/audio_coding/main/acm2/audio_coding_module.gypi
+++ b/webrtc/modules/audio_coding/main/acm2/audio_coding_module.gypi
@@ -13,8 +13,8 @@
'G711',
'G722',
'iLBC',
- 'iSAC',
- 'iSACFix',
+ 'isac',
+ 'isac_fix',
'PCM16B',
'red',
'<(webrtc_root)/common.gyp:webrtc_common',

Powered by Google App Engine
This is Rietveld 408576698