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

Unified Diff: webrtc/modules/audio_coding/codecs/ilbc/ilbc.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/ilbc/ilbc.gypi
diff --git a/webrtc/modules/audio_coding/codecs/ilbc/ilbc.gypi b/webrtc/modules/audio_coding/codecs/ilbc/ilbc.gypi
index 5f6fed1a24d5bee11abea4670bb9647204652368..ca4704cc40e67c66ccdd56c0970dea3a8f0d84ae 100644
--- a/webrtc/modules/audio_coding/codecs/ilbc/ilbc.gypi
+++ b/webrtc/modules/audio_coding/codecs/ilbc/ilbc.gypi
@@ -9,7 +9,7 @@
{
'targets': [
{
- 'target_name': 'iLBC',
+ 'target_name': 'ilbc',
'type': 'static_library',
'dependencies': [
'<(webrtc_root)/common_audio/common_audio.gyp:common_audio',
@@ -168,21 +168,21 @@
'window32_w32.h',
'xcorr_coef.h',
], # sources
- }, # iLBC
+ }, # ilbc
], # targets
'conditions': [
['include_tests==1', {
'targets': [
{
- 'target_name': 'iLBCtest',
+ 'target_name': 'ilbc_test',
'type': 'executable',
'dependencies': [
- 'iLBC',
+ 'ilbc',
],
'sources': [
'test/iLBC_test.c',
],
- }, # iLBCtest
+ }, # ilbc_test
], # targets
}], # include_tests
], # conditions
« no previous file with comments | « webrtc/modules/audio_coding/codecs/g722/g722.gypi ('k') | webrtc/modules/audio_coding/codecs/isac/isac.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698