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

Unified Diff: media/media.gyp

Issue 23702007: Render inband text tracks in the media pipeline (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: incorporate aaron's comments (9/28) Created 7 years, 3 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
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 09deb821b2230694d4d3672bbc6285ee95e8eaa5..cea1b43a0b5a6cb8e9683c7b10c2d1798b82a5d2 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -303,6 +303,12 @@
'base/stream_parser.h',
'base/stream_parser_buffer.cc',
'base/stream_parser_buffer.h',
+ 'base/text_cue.cc',
+ 'base/text_cue.h',
+ 'base/text_decoder.cc',
+ 'base/text_decoder.h',
+ 'base/text_renderer.cc',
+ 'base/text_renderer.h',
'base/text_track.h',
'base/user_input_monitor.cc',
'base/user_input_monitor.h',
@@ -371,6 +377,8 @@
'filters/source_buffer_stream.h',
'filters/stream_parser_factory.cc',
'filters/stream_parser_factory.h',
+ 'filters/text_decoder_impl.cc',
+ 'filters/text_decoder_impl.h',
'filters/video_decoder_selector.cc',
'filters/video_decoder_selector.h',
'filters/video_frame_stream.cc',

Powered by Google App Engine
This is Rietveld 408576698