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

Unified Diff: media/mojo/interfaces/BUILD.gn

Issue 551963004: media: scaffolding and plumbing for MojoRenderer{Impl, Service} (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: oops Created 6 years, 3 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: media/mojo/interfaces/BUILD.gn
diff --git a/media/mojo/interfaces/BUILD.gn b/media/mojo/interfaces/BUILD.gn
index c306cd5585952a3fe5ca7b51e87e07d2edca5086..f21abbb91c8514ddda39a5e04daa78291c5ce52a 100644
--- a/media/mojo/interfaces/BUILD.gn
+++ b/media/mojo/interfaces/BUILD.gn
@@ -5,9 +5,10 @@
import("//mojo/public/tools/bindings/mojom.gni")
# GYP version: media/media.gyp:mojo_media_bindings
-mojom("media") {
+mojom("interfaces") {
sources = [
"media_types.mojom",
"media_renderer.mojom",
+ "demuxer_stream.mojom",
]
}

Powered by Google App Engine
This is Rietveld 408576698