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

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 (11/04) Created 7 years, 1 month 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 d346dac4679b52e67b504dca3a21f8482ee10868..c60efd7cb8282ae3092f711405a0d1c70e285bdb 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -308,7 +308,13 @@
'base/stream_parser.h',
'base/stream_parser_buffer.cc',
'base/stream_parser_buffer.h',
+ 'base/text_cue.cc',
+ 'base/text_cue.h',
+ 'base/text_renderer.cc',
+ 'base/text_renderer.h',
'base/text_track.h',
+ 'base/text_track_config.cc',
+ 'base/text_track_config.h',
'base/user_input_monitor.cc',
'base/user_input_monitor.h',
'base/user_input_monitor_linux.cc',
@@ -384,6 +390,7 @@
'filters/video_renderer_base.h',
'filters/vpx_video_decoder.cc',
'filters/vpx_video_decoder.h',
+ 'filters/webvtt_util.h',
'filters/wsola_internals.cc',
'filters/wsola_internals.h',
'midi/midi_manager.cc',
@@ -925,6 +932,7 @@
'base/sinc_resampler_unittest.cc',
'base/test_data_util.cc',
'base/test_data_util.h',
+ 'base/text_renderer_unittest.cc',
'base/user_input_monitor_unittest.cc',
'base/vector_math_testing.h',
'base/vector_math_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698