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

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

Issue 684963003: Add support for external video renderers in mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo_config
Patch Set: More MSVC... Created 6 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
« no previous file with comments | « media/mojo/interfaces/media_types.mojom ('k') | media/mojo/services/demuxer_stream_provider_shim.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/services/BUILD.gn
diff --git a/media/mojo/services/BUILD.gn b/media/mojo/services/BUILD.gn
index f55866618ecb4d5d28ebcafdf1cbfe635f985541..018745cb618a325eafdc96aacd864b4223036d28 100644
--- a/media/mojo/services/BUILD.gn
+++ b/media/mojo/services/BUILD.gn
@@ -10,8 +10,11 @@ source_set("lib") {
"//media",
"//media/mojo/interfaces",
"//mojo/common",
+ "//mojo/converters/geometry",
"//mojo/environment:chromium",
"//mojo/public/c/system:for_component",
+ "//mojo/services/public/interfaces/geometry",
+ "//skia",
]
sources = [
@@ -61,6 +64,8 @@ shared_library("renderer_app") {
]
sources = [
+ "demuxer_stream_provider_shim.cc",
+ "demuxer_stream_provider_shim.h",
"mojo_renderer_service.cc",
"mojo_renderer_service.h",
"renderer_config.cc",
« no previous file with comments | « media/mojo/interfaces/media_types.mojom ('k') | media/mojo/services/demuxer_stream_provider_shim.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698