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

Unified Diff: content/content_browser.gypi

Issue 7480032: Plumb media data from renderers up to MediaInternals in the browser process. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Much cleanup and making MediaLog thread safe. Created 9 years, 5 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 c81d6bf96139600cca6d7b33b13eb1b412938aac..7364bf97ce5533d85973b62633441544c3424b4a 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -296,6 +296,8 @@
'browser/renderer_host/media/audio_renderer_host.h',
'browser/renderer_host/media/audio_sync_reader.cc',
'browser/renderer_host/media/audio_sync_reader.h',
+ 'browser/renderer_host/media/media_log_host.cc',
+ 'browser/renderer_host/media/media_log_host.h',
'browser/renderer_host/media/media_stream_device_settings.cc',
'browser/renderer_host/media/media_stream_device_settings.h',
'browser/renderer_host/media/media_stream_dispatcher_host.cc',

Powered by Google App Engine
This is Rietveld 408576698