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

Unified Diff: media/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: All grunell comments resolved 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/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index c8ebd28c3b3a364dab09bc12ecb7e7cd425c9732..f6a7f8e722fdf466d189279a951277d74d236c2f 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -449,6 +449,9 @@ component("media") {
"//media/audio",
"//media/base",
"//media/capture",
+ "//mojo/common",
+ "//mojo/public/cpp/bindings",
+ "//mojo/public/cpp/system",
xhwang 2016/04/26 22:54:42 See below, "media" should not depend on mojo.
rchtara 2016/04/29 12:54:46 Done.
"//third_party/opus",
]

Powered by Google App Engine
This is Rietveld 408576698