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

Unified Diff: media/blink/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/base/source_buffer.cc ('k') | media/blink/webmediaplayer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/BUILD.gn
diff --git a/media/blink/BUILD.gn b/media/blink/BUILD.gn
index 79f6910848556a2752b6533fb8e3ce777e58eb67..24d2fdce8e9a9688fb3f4592f66d656bdbebedba 100644
--- a/media/blink/BUILD.gn
+++ b/media/blink/BUILD.gn
@@ -66,6 +66,8 @@ component("blink") {
"websourcebuffer_impl.h",
]
+ public_configs = [ "//media/mojo/services:mojo_media_config" ]
+
defines = [ "MEDIA_BLINK_IMPLEMENTATION" ]
deps = [
« no previous file with comments | « media/base/source_buffer.cc ('k') | media/blink/webmediaplayer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698