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

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: Rebased. 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
« no previous file with comments | « content/browser/renderer_host/media/web_contents_tracker.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index c1c1cb094d70ab607bc3365f5702fb17da26f68e..32decc5cef598b624fb28ba38cedc1de168a36c6 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -666,8 +666,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',
« no previous file with comments | « content/browser/renderer_host/media/web_contents_tracker.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698