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

Unified Diff: content/content_browser.gypi

Issue 183973021: Add metrics to track the duration of tracks received over a PeerConnection. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Now logging in browser process. Created 6 years, 9 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: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 005d4867a9c91f0e6a512b47bc2c533b4fcc3333..14a2f8e64cdebe44f9756591a01b3ee1e3fe5153 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -975,6 +975,8 @@
'browser/renderer_host/media/media_stream_requester.h',
'browser/renderer_host/media/media_stream_ui_proxy.cc',
'browser/renderer_host/media/media_stream_ui_proxy.h',
+ 'browser/renderer_host/media/media_track_lifetime_metrics_host.cc',
perkj_chrome 2014/03/11 08:05:21 humm- I think we call this media_stream_track etc
Jói 2014/03/11 17:36:33 Done.
+ 'browser/renderer_host/media/media_track_lifetime_metrics_host.h',
'browser/renderer_host/media/midi_dispatcher_host.cc',
'browser/renderer_host/media/midi_dispatcher_host.h',
'browser/renderer_host/media/midi_host.cc',

Powered by Google App Engine
This is Rietveld 408576698