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

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

Issue 491733004: media: add basic MediaRenderer mojom and TypeConverters (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add max_time 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
« no previous file with comments | « media/mojo/DEPS ('k') | media/mojo/interfaces/media_renderer.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/interfaces/BUILD.gn
diff --git a/mojo/public/interfaces/application/BUILD.gn b/media/mojo/interfaces/BUILD.gn
similarity index 65%
copy from mojo/public/interfaces/application/BUILD.gn
copy to media/mojo/interfaces/BUILD.gn
index 41a9175b0f79e944834291c5eb41fcb68c7380e3..c306cd5585952a3fe5ca7b51e87e07d2edca5086 100644
--- a/mojo/public/interfaces/application/BUILD.gn
+++ b/media/mojo/interfaces/BUILD.gn
@@ -4,10 +4,10 @@
import("//mojo/public/tools/bindings/mojom.gni")
-mojom("application") {
+# GYP version: media/media.gyp:mojo_media_bindings
+mojom("media") {
sources = [
- "application.mojom",
- "service_provider.mojom",
- "shell.mojom",
+ "media_types.mojom",
+ "media_renderer.mojom",
]
}
« no previous file with comments | « media/mojo/DEPS ('k') | media/mojo/interfaces/media_renderer.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698