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

Unified Diff: webrtc/modules/audio_coding/codecs/g722/g722.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/g722/g722.gypi
diff --git a/webrtc/modules/audio_coding/codecs/g722/g722.gypi b/webrtc/modules/audio_coding/codecs/g722/g722.gypi
index 38dac31231eac5bfd7f89a8c6f70878074b6b62f..14b34b74401278f31a3b0124e38311b6a491f2f6 100644
--- a/webrtc/modules/audio_coding/codecs/g722/g722.gypi
+++ b/webrtc/modules/audio_coding/codecs/g722/g722.gypi
@@ -8,7 +8,7 @@
{
'targets': [
{
- 'target_name': 'G722',
+ 'target_name': 'g722',
'type': 'static_library',
'dependencies': [
'audio_encoder_interface',
@@ -38,10 +38,10 @@
['include_tests==1', {
'targets': [
{
- 'target_name': 'G722Test',
+ 'target_name': 'g722_test',
'type': 'executable',
'dependencies': [
- 'G722',
+ 'g722',
],
'sources': [
'test/testG722.cc',
« no previous file with comments | « webrtc/modules/audio_coding/codecs/g711/g711.gypi ('k') | webrtc/modules/audio_coding/codecs/ilbc/ilbc.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698