| Index: media/media.gyp
|
| diff --git a/media/media.gyp b/media/media.gyp
|
| index 07a5ae9f82516dfe62d86dc546b10b3a586b6077..69b7ba4ae1e9f7f88e5a4f9737e8eabd3934a86b 100644
|
| --- a/media/media.gyp
|
| +++ b/media/media.gyp
|
| @@ -941,6 +941,8 @@
|
| 'formats/mp2t/mp2t_common.h',
|
| 'formats/mp2t/mp2t_stream_parser.cc',
|
| 'formats/mp2t/mp2t_stream_parser.h',
|
| + 'formats/mp2t/timestamp_unroller.cc',
|
| + 'formats/mp2t/timestamp_unroller.h',
|
| 'formats/mp2t/ts_packet.cc',
|
| 'formats/mp2t/ts_packet.h',
|
| 'formats/mp2t/ts_section.h',
|
| @@ -1330,6 +1332,7 @@
|
| 'formats/mp2t/es_parser_test_base.cc',
|
| 'formats/mp2t/es_parser_test_base.h',
|
| 'formats/mp2t/mp2t_stream_parser_unittest.cc',
|
| + 'formats/mp2t/timestamp_unroller_unittest.cc',
|
| 'formats/mp4/aac_unittest.cc',
|
| 'formats/mp4/avc_unittest.cc',
|
| 'formats/mp4/box_reader_unittest.cc',
|
|
|