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

Unified Diff: media/audio/BUILD.gn

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: rebase 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: media/audio/BUILD.gn
diff --git a/media/audio/BUILD.gn b/media/audio/BUILD.gn
index e69dc42dd6c7f3555b797401a165d196cf5500e9..be4368b17d0bf7417e4ddacf13d536ab34f1ed81 100644
--- a/media/audio/BUILD.gn
+++ b/media/audio/BUILD.gn
@@ -121,7 +121,14 @@ source_set("audio") {
"virtual_audio_output_stream.cc",
"virtual_audio_output_stream.h",
]
- deps = []
+ deps = [
+ "//media/mojo/interfaces",
+ ]
+ public_deps = [
+ "//mojo/common",
+ "//mojo/public/cpp/bindings",
+ "//mojo/public/cpp/system",
+ ]
libs = []
configs += [
":platform_config",

Powered by Google App Engine
This is Rietveld 408576698