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

Unified Diff: content/test/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: 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: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 7cdd4d83b302b719714955d780947d0c17ac9ffb..139b3bbcdb3fdec573dd5fccdfa66f5834aa35d8 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -66,6 +66,8 @@ source_set("test_support") {
"//ipc:test_support",
"//ipc/mojo",
"//media",
+ "//media/mojo/interfaces",
+ "//media/mojo/common",
"//mojo/edk/test:test_support",
"//net:test_support",
"//services/shell/public/cpp:cpp_for_chromium",

Powered by Google App Engine
This is Rietveld 408576698