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

Unified Diff: examples/media_test/BUILD.gn

Issue 2069873003: Motown: Define MediaRenderer and make it the way we identify renderers. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fix build break...audio_track_controller.* gone for good. Created 4 years, 6 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 | « examples/audio_play_test/play_wav.cc ('k') | examples/media_test/media_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/media_test/BUILD.gn
diff --git a/examples/media_test/BUILD.gn b/examples/media_test/BUILD.gn
index 55a30785970489705e36f93ba5c83215c4c0fb4a..3fca87e7dec1e32a0c9a5a4aaaf4e11b4ad0c749 100644
--- a/examples/media_test/BUILD.gn
+++ b/examples/media_test/BUILD.gn
@@ -21,6 +21,7 @@ mojo_native_application("media_test") {
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/utility",
"//mojo/public/interfaces/application",
+ "//mojo/services/media/audio/interfaces",
"//mojo/services/media/common/cpp",
"//mojo/services/media/common/interfaces",
"//mojo/services/media/control/interfaces",
« no previous file with comments | « examples/audio_play_test/play_wav.cc ('k') | examples/media_test/media_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698