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

Unified Diff: content/content_browser.gypi

Issue 11416350: Tab Audio Mirroring: WebContentsAudioInputStream is a new implementation which represents the lifet… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed issues with losing mirroring on tab navigations. Created 7 years, 11 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 8c6d2e3dc5456678924d0f885266158e09353aeb..9d6709209f811c856f0d72748996bc8db4600e46 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -658,6 +658,8 @@
'browser/renderer_host/media/video_capture_host.h',
'browser/renderer_host/media/video_capture_manager.cc',
'browser/renderer_host/media/video_capture_manager.h',
+ 'browser/renderer_host/media/web_contents_audio_input_stream.cc',
+ 'browser/renderer_host/media/web_contents_audio_input_stream.h',
'browser/renderer_host/media/web_contents_capture_util.cc',
'browser/renderer_host/media/web_contents_capture_util.h',
'browser/renderer_host/media/web_contents_video_capture_device.cc',

Powered by Google App Engine
This is Rietveld 408576698