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

Unified Diff: webrtc/modules/audio_coding/neteq/neteq_tests.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_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',

Powered by Google App Engine
This is Rietveld 408576698