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

Unified Diff: webrtc/modules/audio_coding/codecs/isac/isac_test.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/codecs/isac/isac_test.gypi
diff --git a/webrtc/modules/audio_coding/codecs/isac/isac_test.gypi b/webrtc/modules/audio_coding/codecs/isac/isac_test.gypi
index a43450e047c37e2d61c6f5114c1fdc2fcd0e1c8a..4c4a6040e50610c6337f300571f4d8f760b2ab72 100644
--- a/webrtc/modules/audio_coding/codecs/isac/isac_test.gypi
+++ b/webrtc/modules/audio_coding/codecs/isac/isac_test.gypi
@@ -10,10 +10,10 @@
'targets': [
# simple kenny
{
- 'target_name': 'iSACtest',
+ 'target_name': 'isac_test',
'type': 'executable',
'dependencies': [
- 'iSAC',
+ 'isac',
],
'include_dirs': [
'./main/test',
@@ -28,10 +28,10 @@
},
# ReleaseTest-API
{
- 'target_name': 'iSACAPITest',
+ 'target_name': 'isac_api_test',
'type': 'executable',
'dependencies': [
- 'iSAC',
+ 'isac',
],
'include_dirs': [
'./main/test',
@@ -46,10 +46,10 @@
},
# SwitchingSampRate
{
- 'target_name': 'iSACSwitchSampRateTest',
+ 'target_name': 'isac_switch_samprate_test',
'type': 'executable',
'dependencies': [
- 'iSAC',
+ 'isac',
],
'include_dirs': [
'./main/test',
@@ -61,7 +61,7 @@
'sources': [
'./main/test/SwitchingSampRate/SwitchingSampRate.cc',
'./main/util/utility.c',
- ],
+ ],
},
],
« no previous file with comments | « webrtc/modules/audio_coding/codecs/isac/isac.gypi ('k') | webrtc/modules/audio_coding/codecs/isac/isacfix.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698