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

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: Put WebContentsTracker in its own files. Clean-up 'do-nothing' callbacks. 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 421220e215e02440dd3ca74767880bd9c3c366e2..38eacb63dc115bc10fb4b8d1429672832d5a4cbe 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -662,8 +662,12 @@
'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_tracker.cc',
+ 'browser/renderer_host/media/web_contents_tracker.h',
'browser/renderer_host/media/web_contents_video_capture_device.cc',
'browser/renderer_host/media/web_contents_video_capture_device.h',
'browser/renderer_host/native_web_keyboard_event_android.cc',

Powered by Google App Engine
This is Rietveld 408576698