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

Unified Diff: webrtc/modules/audio_coding/codecs/g711/g711.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
« no previous file with comments | « webrtc/modules/audio_coding/codecs/cng/cng.gypi ('k') | webrtc/modules/audio_coding/codecs/g722/g722.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_coding/codecs/g711/g711.gypi
diff --git a/webrtc/modules/audio_coding/codecs/g711/g711.gypi b/webrtc/modules/audio_coding/codecs/g711/g711.gypi
index 779f05339a971b10031e1cf22e3fe63bb1f782b8..fc86b18e5f46df517f7e4f2d97ab8c0c3c863f54 100644
--- a/webrtc/modules/audio_coding/codecs/g711/g711.gypi
+++ b/webrtc/modules/audio_coding/codecs/g711/g711.gypi
@@ -9,7 +9,7 @@
{
'targets': [
{
- 'target_name': 'G711',
+ 'target_name': 'g711',
'type': 'static_library',
'dependencies': [
'audio_encoder_interface',
@@ -41,7 +41,7 @@
'target_name': 'g711_test',
'type': 'executable',
'dependencies': [
- 'G711',
+ 'g711',
],
'sources': [
'test/testG711.cc',
« no previous file with comments | « webrtc/modules/audio_coding/codecs/cng/cng.gypi ('k') | webrtc/modules/audio_coding/codecs/g722/g722.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698