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

Unified Diff: webrtc/modules/audio_coding/codecs/pcm16b/pcm16b.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/pcm16b/pcm16b.gypi
diff --git a/webrtc/modules/audio_coding/codecs/pcm16b/pcm16b.gypi b/webrtc/modules/audio_coding/codecs/pcm16b/pcm16b.gypi
index 44b433540730867b6ed2a6c3a28c44e6ef7cf231..462d752d5595d9dba5ff7c615007524b4b052f58 100644
--- a/webrtc/modules/audio_coding/codecs/pcm16b/pcm16b.gypi
+++ b/webrtc/modules/audio_coding/codecs/pcm16b/pcm16b.gypi
@@ -9,11 +9,11 @@
{
'targets': [
{
- 'target_name': 'PCM16B',
+ 'target_name': 'pcm16b',
'type': 'static_library',
'dependencies': [
'audio_encoder_interface',
- 'G711',
+ 'g711',
],
'include_dirs': [
'include',

Powered by Google App Engine
This is Rietveld 408576698