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

Unified Diff: content/content_browser.gypi

Issue 1896883002: Mojo interfaces needed for switching audio rendering stream creation and closing from IPC to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: All grunell comments resolved Created 4 years, 8 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 90b1b6841cba11bcb0030ad0343435fe1b595c02..bd078a8d3db1bcb261a58e0f8feac39fcd827c0b 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -23,6 +23,8 @@
'../gpu/gpu.gyp:gpu',
'../gpu/gpu.gyp:gpu_ipc_client',
'../gpu/gpu.gyp:gpu_ipc_common',
+ '../media/mojo/interfaces/mojo_bindings.gyp:audio_output_mojom_bindings',
+ '../mojo/mojo_base.gyp:mojo_application_base',
'../mojo/mojo_base.gyp:mojo_geometry_lib',
'../mojo/mojo_base.gyp:mojo_url_type_converters',
'../mojo/mojo_public.gyp:mojo_cpp_bindings',
@@ -1749,6 +1751,8 @@
'browser/accessibility/browser_accessibility_manager_auralinux.h',
],
'webrtc_browser_sources': [
+ 'browser/media/audio_output_impl.cc',
+ 'browser/media/audio_output_impl.h',
'browser/media/webrtc/webrtc_internals.cc',
'browser/media/webrtc/webrtc_internals.h',
'browser/media/webrtc/webrtc_internals_message_handler.cc',

Powered by Google App Engine
This is Rietveld 408576698