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

Unified Diff: examples/audio_play_test/BUILD.gn

Issue 1986303002: Motown: Use new TimelineTransform and related definitions (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fixes per feedback. 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
« no previous file with comments | « no previous file | examples/audio_play_test/play_tone.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/audio_play_test/BUILD.gn
diff --git a/examples/audio_play_test/BUILD.gn b/examples/audio_play_test/BUILD.gn
index a710e289431789dab7bae964932552b6b2a1d9cb..bda93caec71ddc9c052d45aa00886443e1773ad3 100644
--- a/examples/audio_play_test/BUILD.gn
+++ b/examples/audio_play_test/BUILD.gn
@@ -19,6 +19,7 @@ mojo_native_application("play_wav") {
"//mojo/services/media/audio/interfaces",
"//mojo/services/media/common/cpp",
"//mojo/services/media/common/interfaces",
+ "//mojo/services/media/core/interfaces",
"//mojo/services/network/interfaces",
]
@@ -34,6 +35,7 @@ mojo_native_application("play_tone") {
"//mojo/services/media/audio/interfaces",
"//mojo/services/media/common/cpp",
"//mojo/services/media/common/interfaces",
+ "//mojo/services/media/core/interfaces",
]
sources = [
« no previous file with comments | « no previous file | examples/audio_play_test/play_tone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698