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

Unified Diff: webrtc/modules/audio_coding/main/acm2/audio_coding_module.gypi

Issue 1203803004: Adding a new ChangeLogger class to handle UMA logging of bitrates (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 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/main/acm2/audio_coding_module.gypi
diff --git a/webrtc/modules/audio_coding/main/acm2/audio_coding_module.gypi b/webrtc/modules/audio_coding/main/acm2/audio_coding_module.gypi
index c78bcd74fe3dbf14bcd5585a589c4d1d2ee50f11..7a38398c333fcef86ab9d1ca8772b7c35a5b0a5e 100644
--- a/webrtc/modules/audio_coding/main/acm2/audio_coding_module.gypi
+++ b/webrtc/modules/audio_coding/main/acm2/audio_coding_module.gypi
@@ -72,6 +72,8 @@
'codec_manager.h',
'codec_owner.cc',
'codec_owner.h',
+ 'delayed_logger.cc',
+ 'delayed_logger.h',
'initial_delay_manager.cc',
'initial_delay_manager.h',
'nack.cc',

Powered by Google App Engine
This is Rietveld 408576698