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

Unified Diff: media/BUILD.gn

Issue 1209363004: media: Support RendererFactory in MojoMediaClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix android build (hopefully) Created 5 years, 5 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 | « no previous file | media/media.gyp » ('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 3cdcd5c2a3d463ce2febe29552c1171464b805c8..1964ae3392b89890521dd2d4248d9225c9f12246 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -196,6 +196,8 @@ component("media") {
"formats/webm/webm_webvtt_parser.h",
"renderers/audio_renderer_impl.cc",
"renderers/audio_renderer_impl.h",
+ "renderers/default_renderer_factory.cc",
+ "renderers/default_renderer_factory.h",
"renderers/gpu_video_accelerator_factories.h",
"renderers/renderer_impl.cc",
"renderers/renderer_impl.h",
@@ -348,8 +350,6 @@ component("media") {
sources += [
"filters/opus_audio_decoder.cc",
"filters/opus_audio_decoder.h",
xhwang 2015/07/08 16:58:16 What's the reason we disable opus audio decoder on
DaleCurtis 2015/07/08 18:22:48 I don't think any decoders should be enabled today
xhwang 2015/07/08 18:39:09 There are a lot of classes (e.g. RendererImpl, Vid
DaleCurtis 2015/07/08 18:44:16 If by not used you mean they will not be compiled
- "renderers/default_renderer_factory.cc",
- "renderers/default_renderer_factory.h",
]
}
« no previous file with comments | « no previous file | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698