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

Unified Diff: content/content_browser.gypi

Issue 1930393002: Switch stream creation and closing in Chrome audio rendering from IPC to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: render_frame_id 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
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/content_renderer.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 9d475ebea2db348bea33e9fc99a75b0f717ae6b2..fbe65bfe1a73a09ea5186968361be3cdd98cd3c3 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -24,8 +24,7 @@
'../gpu/gpu.gyp:gpu',
'../gpu/gpu.gyp:gpu_ipc_client',
'../gpu/gpu.gyp:gpu_ipc_common',
- '../mojo/mojo_base.gyp:mojo_geometry_lib',
- '../mojo/mojo_base.gyp:mojo_url_type_converters',
+ '../media/mojo/interfaces/mojo_bindings.gyp:audio_output_mojom_bindings',
'../mojo/mojo_public.gyp:mojo_cpp_bindings',
'../mojo/mojo_public.gyp:mojo_js_bindings',
'../net/net.gyp:http_server',
@@ -80,6 +79,7 @@
'browser/notifications/notification_proto.gyp:notification_proto',
'browser/service_worker/service_worker_proto.gyp:service_worker_proto',
'browser/speech/proto/speech_proto.gyp:speech_proto',
+ '../media/mojo/interfaces/mojo_bindings.gyp:audio_output_mojom_bindings',
'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
],
'export_dependent_settings': [
@@ -1739,6 +1739,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',
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698