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

Unified Diff: media/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 | « content/renderer/render_frame_impl.cc ('k') | media/base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 5001d30d5966222a335945c7bb24a13971fff392..ef3e317ebf980e3e9fb4a8283f85adfc08c03419 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -152,6 +152,8 @@ component("media") {
"filters/decrypting_demuxer_stream.h",
"filters/decrypting_video_decoder.cc",
"filters/decrypting_video_decoder.h",
+ "filters/default_demuxer_factory.cc",
+ "filters/default_demuxer_factory.h",
"filters/file_data_source.cc",
"filters/frame_processor.cc",
"filters/frame_processor.h",
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | media/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698