| Index: media/media.gyp
|
| diff --git a/media/media.gyp b/media/media.gyp
|
| index 43050971251d0f7ba198b5e5af4b3e3d4c475161..0663baa6ec6c903c4f04471002f62565787162c5 100644
|
| --- a/media/media.gyp
|
| +++ b/media/media.gyp
|
| @@ -287,6 +287,7 @@
|
| 'base/stream_parser.h',
|
| 'base/stream_parser_buffer.cc',
|
| 'base/stream_parser_buffer.h',
|
| + 'base/text_track.h',
|
| 'base/video_decoder.cc',
|
| 'base/video_decoder.h',
|
| 'base/video_decoder_config.cc',
|
| @@ -443,6 +444,8 @@
|
| 'webm/webm_tracks_parser.h',
|
| 'webm/webm_video_client.cc',
|
| 'webm/webm_video_client.h',
|
| + 'webm/webm_webvtt_parser.cc',
|
| + 'webm/webm_webvtt_parser.h'
|
| ],
|
| 'direct_dependent_settings': {
|
| 'include_dirs': [
|
| @@ -1002,6 +1005,7 @@
|
| 'webm/webm_content_encodings_client_unittest.cc',
|
| 'webm/webm_parser_unittest.cc',
|
| 'webm/webm_tracks_parser_unittest.cc',
|
| + 'webm/webm_webvtt_parser_unittest.cc',
|
| ],
|
| 'conditions': [
|
| ['arm_neon == 1', {
|
|
|