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

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

Issue 783003002: Introduce media::RendererFactory interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments addressed Created 6 years 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/media.gyp ('k') | media/mojo/services/mojo_renderer_factory.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 072f324d4e3be6e4210cd411c7444a5b1b3056dd..d187ba9607658c5c3e82b51aa947ee1239f34e4c 100644
--- a/media/mojo/services/BUILD.gn
+++ b/media/mojo/services/BUILD.gn
@@ -35,6 +35,8 @@ source_set("renderer_proxy") {
sources = [
"mojo_demuxer_stream_impl.cc",
"mojo_demuxer_stream_impl.h",
+ "mojo_renderer_factory.cc",
+ "mojo_renderer_factory.h",
"mojo_renderer_impl.cc",
"mojo_renderer_impl.h",
]
« no previous file with comments | « media/media.gyp ('k') | media/mojo/services/mojo_renderer_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698