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

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

Issue 2189533002: Add media Remoter mojo interface and RendererWMPDelegate accessor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add GYP target/deps. Created 4 years, 5 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 bfb253179e29a5ac6a1a0adb3b4f530aa7fbe0ca..316e49bfe7ed05a365ef018e71f00d132f872f16 100644
--- a/media/mojo/interfaces/BUILD.gn
+++ b/media/mojo/interfaces/BUILD.gn
@@ -40,3 +40,9 @@ mojom("image_capture") {
"image_capture.mojom",
]
}
+
+mojom("remoter") {
+ sources = [
+ "remoter.mojom",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698