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

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

Issue 1873513003: Add video-rendering to mojo media pipeline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: minor cleanup Created 4 years, 8 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/services/BUILD.gn
diff --git a/media/mojo/services/BUILD.gn b/media/mojo/services/BUILD.gn
index c74097940de8f45dcb03242f3369c3d71857fbdc..27b81f50437e089574c797d7c9293147eddaae14 100644
--- a/media/mojo/services/BUILD.gn
+++ b/media/mojo/services/BUILD.gn
@@ -68,6 +68,8 @@ source_set("proxy") {
"mojo_type_trait.h",
"mojo_video_decoder.cc",
"mojo_video_decoder.h",
+ "video_overlay_factory.cc",
+ "video_overlay_factory.h",
]
public_configs = [ ":mojo_media_config" ]

Powered by Google App Engine
This is Rietveld 408576698