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

Unified Diff: content/renderer/BUILD.gn

Issue 2821203005: Add a mojo implementation of AudioOutputIPC. (Closed)
Patch Set: Comments. SWITCH TO MACRO-BASED THREAD CHECKER. Created 3 years, 7 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/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index c1a62e98479dc02a5010afabcbdbb7ed84da45a4..67744ab5f8edabdc8cd906e6cd4b1175986efe7d 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -217,6 +217,8 @@ target(link_target_type, "renderer") {
"media/audio_device_factory.h",
"media/audio_input_message_filter.cc",
"media/audio_input_message_filter.h",
+ "media/audio_ipc_factory.cc",
+ "media/audio_ipc_factory.h",
"media/audio_message_filter.cc",
"media/audio_message_filter.h",
"media/audio_renderer_mixer_manager.cc",
@@ -235,6 +237,8 @@ target(link_target_type, "renderer") {
"media/media_permission_dispatcher.h",
"media/midi_message_filter.cc",
"media/midi_message_filter.h",
+ "media/mojo_audio_output_ipc.cc",
+ "media/mojo_audio_output_ipc.h",
"media/render_media_client.cc",
"media/render_media_client.h",
"media/render_media_log.cc",
« no previous file with comments | « no previous file | content/renderer/media/audio_device_factory.cc » ('j') | content/renderer/media/mojo_audio_output_ipc.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698