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

Unified Diff: content/test/BUILD.gn

Issue 1930393002: Switch stream creation and closing in Chrome audio rendering from IPC to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use wrap Created 4 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/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 698024cce4668d81640b7ab5f4ea5fb490cc53fd..7b4c0aaa27cbb1a8c67424a88c0a2a9b2bbfbb49 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -69,6 +69,7 @@ source_set("test_support") {
"//ipc:test_support",
"//ipc/mojo",
"//media",
+ "//media/mojo/interfaces",
nasko 2016/05/25 20:50:42 Why is this dependency needed? From content/common
rchtara 2016/05/27 15:24:39 Done.
"//mojo/edk/test:test_support",
"//net:test_support",
"//services/shell/public/cpp",
@@ -460,6 +461,8 @@ test("content_browsertests") {
"//media:test_support",
"//media/audio:test_support",
"//media/base:test_support",
+ "//media/mojo/common",
+ "//media/mojo/interfaces",
nasko 2016/05/25 20:50:43 Same question as above.
rchtara 2016/05/27 15:24:39 Done.
"//mojo/edk/system",
"//mojo/edk/test:test_support",
"//mojo/public/cpp/bindings",

Powered by Google App Engine
This is Rietveld 408576698