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

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

Issue 2643743002: Mojify demuxers and allow running {Chunk/FFmpeg}Demuxer in a Utility Process (Closed)
Patch Set: Rebase and make sure to unbind mojom::DemuxerPtr on the bound thread during termination Created 3 years, 10 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/mojo/clients/mojo_renderer_unittest.cc ('k') | media/mojo/common/media_type_converters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/common/BUILD.gn
diff --git a/media/mojo/common/BUILD.gn b/media/mojo/common/BUILD.gn
index 6354f2ef43c4752f8d002dd7c20bb3c2ad939006..e53fab1a199f4cb8690694a773c4bbeece242d3f 100644
--- a/media/mojo/common/BUILD.gn
+++ b/media/mojo/common/BUILD.gn
@@ -6,6 +6,8 @@ source_set("common") {
sources = [
"media_type_converters.cc",
"media_type_converters.h",
+ "mojo_data_buffer_converter.cc",
+ "mojo_data_buffer_converter.h",
"mojo_decoder_buffer_converter.cc",
"mojo_decoder_buffer_converter.h",
"mojo_shared_buffer_video_frame.cc",
« no previous file with comments | « media/mojo/clients/mojo_renderer_unittest.cc ('k') | media/mojo/common/media_type_converters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698