| 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',
|
|
|