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

Unified Diff: content/renderer/BUILD.gn

Issue 2890753003: Introduce AudioIPCFactory. (Closed)
Patch Set: Dale's comments. 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
« no previous file with comments | « no previous file | content/renderer/media/audio_device_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index dee0774ae072b71743f05243d065081c04cd6374..4b534b90a0df6338e6c399bbbec8f0ca58e77feb 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -219,6 +219,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",
« no previous file with comments | « no previous file | content/renderer/media/audio_device_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698