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

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

Issue 2310753002: Media Remoting: Data/Control plumbing between renderer and Media Router. (Closed)
Patch Set: Just a REBASE on ToT before commit. Created 4 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 0164ca16cfbefdfcc6c46e1b7cfc0167fc3e1f7f..29a2799475b636c76836d4b6a67b9297752cd1b6 100644
--- a/media/mojo/interfaces/BUILD.gn
+++ b/media/mojo/interfaces/BUILD.gn
@@ -43,3 +43,9 @@ mojom("image_capture") {
"image_capture.mojom",
]
}
+
+mojom("remoting") {
+ sources = [
+ "remoting.mojom",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698