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

Unified Diff: media/media.gyp

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 | « no previous file | media/mojo/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 1547bae6ce4a7bd85777782f529c35b6c9d8e3af..b4ca2bcd0cad07b61b495ea8a2cc7cac188b2d69 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1038,9 +1038,11 @@
],
'export_dependent_settings': [
'../mojo/public/mojo_public.gyp:mojo_cpp_bindings',
+ '../mojo/services/public/mojo_services_public.gyp:mojo_geometry_bindings',
],
'dependencies': [
'../mojo/public/mojo_public.gyp:mojo_cpp_bindings',
+ '../mojo/services/public/mojo_services_public.gyp:mojo_geometry_bindings',
],
},
{
@@ -1053,9 +1055,12 @@
'media',
'media_mojo_bindings',
'../base/base.gyp:base',
+ '../mojo/mojo_geometry_converters.gyp:mojo_geometry_lib',
'../mojo/mojo_base.gyp:mojo_environment_chromium',
'../mojo/public/mojo_public.gyp:mojo_application_base',
'../mojo/public/mojo_public.gyp:mojo_application_bindings',
+ '../skia/skia.gyp:skia',
+ '../ui/gfx/gfx.gyp:gfx_geometry',
'<(mojo_system_for_component)',
],
'export_dependent_settings': [
@@ -1084,6 +1089,8 @@
'shared_memory_support',
],
'sources': [
+ 'mojo/services/demuxer_stream_provider_shim.cc',
+ 'mojo/services/demuxer_stream_provider_shim.h',
'mojo/services/mojo_demuxer_stream_adapter.cc',
'mojo/services/mojo_demuxer_stream_adapter.h',
'mojo/services/mojo_renderer_service.cc',
« no previous file with comments | « no previous file | media/mojo/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698