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

Unified Diff: services/media/BUILD.gn

Issue 1424933002: Add an initial revision of an audio server. (Closed) Base URL: https://github.com/domokit/mojo.git@change4
Patch Set: refactor MixerKernel into a class to prepare for the addition of a linear interpolation sampler Created 5 years, 1 month 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: services/media/BUILD.gn
diff --git a/services/media/BUILD.gn b/services/media/BUILD.gn
index 718d8dbb46f189e4e278cfc6c87ad0be3293501a..042c359adb6cc822787f278dc1486d6fd63bb7ac 100644
--- a/services/media/BUILD.gn
+++ b/services/media/BUILD.gn
@@ -4,6 +4,7 @@
group("media") {
deps = [
+ "//services/media/audio",
"//services/media/common",
]
}

Powered by Google App Engine
This is Rietveld 408576698