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

Unified Diff: content/renderer/BUILD.gn

Issue 2289543003: IPC->mojo of audio_renderer_host (Closed)
Patch Set: It builds \o/. Created 4 years, 3 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 c192a878dd8a5b92b08e0d412a5c71d34ad8efc1..766c3230c94f188a57e80ce48d5f135bc94506ea 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -224,8 +224,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_message_filter.cc",
- "media/audio_message_filter.h",
+ "media/audio_output_ipc_factory.cc",
+ "media/audio_output_ipc_factory.h",
"media/audio_renderer_mixer_manager.cc",
"media/audio_renderer_mixer_manager.h",
"media/audio_renderer_sink_cache.h",

Powered by Google App Engine
This is Rietveld 408576698