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

Unified Diff: media/base/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/BUILD.gn ('k') | media/base/demuxer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index 39955e56a721a5d9e6bc7ddae56a1320d70864b0..5a22cb68faf11a9462b586507d404f3db3c2975b 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -133,6 +133,8 @@ target(link_target_type, "base") {
"decryptor.h",
"demuxer.cc",
"demuxer.h",
+ "demuxer_factory.cc",
+ "demuxer_factory.h",
"demuxer_stream.cc",
"demuxer_stream.h",
"djb2.cc",
@@ -223,6 +225,8 @@ target(link_target_type, "base") {
"simd/filter_yuv_c.cc",
"sinc_resampler.cc",
"sinc_resampler.h",
+ "source_buffer.cc",
+ "source_buffer.h",
"stream_parser.cc",
"stream_parser.h",
"stream_parser_buffer.cc",
« no previous file with comments | « media/BUILD.gn ('k') | media/base/demuxer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698