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

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

Issue 1800953002: Add MojoVideoDecoder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments. Created 4 years, 9 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/media_options.gni ('k') | media/mojo/services/mojo_audio_decoder.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 7f13242d7caf60bdbcc29be30dea4d8dec0f4b7f..4fddaca048c5f8c784c0a93affaf26806c08d164 100644
--- a/media/mojo/services/BUILD.gn
+++ b/media/mojo/services/BUILD.gn
@@ -28,6 +28,8 @@ config("mojo_media_config") {
defines += [ "ENABLE_MOJO_CDM" ]
} else if (service == "audio_decoder") {
defines += [ "ENABLE_MOJO_AUDIO_DECODER" ]
+ } else if (service == "video_decoder") {
+ defines += [ "ENABLE_MOJO_VIDEO_DECODER" ]
} else {
assert(false, "Invalid mojo media service: $service")
}
@@ -65,6 +67,8 @@ source_set("proxy") {
"mojo_renderer_impl.cc",
"mojo_renderer_impl.h",
"mojo_type_trait.h",
+ "mojo_video_decoder.cc",
+ "mojo_video_decoder.h",
]
public_configs = [ ":mojo_media_config" ]
« no previous file with comments | « media/media_options.gni ('k') | media/mojo/services/mojo_audio_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698