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

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: Alphabetize dependencies 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..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': [
« no previous file with comments | « webrtc/modules/audio_coding/main/acm2/audio_coding_module.gypi ('k') | webrtc/modules/audio_coding/neteq/neteq_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698