| Index: media/media.gyp
|
| diff --git a/media/media.gyp b/media/media.gyp
|
| index 71242666b7c665bd6af08c51b187190979576877..221f85086d579735dd6d399e97debcdb2aebe977 100644
|
| --- a/media/media.gyp
|
| +++ b/media/media.gyp
|
| @@ -931,6 +931,8 @@
|
| 'formats/mp2t/es_parser_adts.h',
|
| 'formats/mp2t/es_parser_h264.cc',
|
| 'formats/mp2t/es_parser_h264.h',
|
| + 'formats/mp2t/es_parser_mpeg1audio.cc',
|
| + 'formats/mp2t/es_parser_mpeg1audio.h',
|
| 'formats/mp2t/mp2t_common.h',
|
| 'formats/mp2t/mp2t_stream_parser.cc',
|
| 'formats/mp2t/mp2t_stream_parser.h',
|
| @@ -967,10 +969,10 @@
|
| 'formats/mpeg/adts_constants.h',
|
| 'formats/mpeg/adts_stream_parser.cc',
|
| 'formats/mpeg/adts_stream_parser.h',
|
| - 'formats/mpeg/mp3_stream_parser.cc',
|
| - 'formats/mpeg/mp3_stream_parser.h',
|
| 'formats/mpeg/mpeg_audio_stream_parser_base.cc',
|
| 'formats/mpeg/mpeg_audio_stream_parser_base.h',
|
| + 'formats/mpeg/mpeg1_audio_stream_parser.cc',
|
| + 'formats/mpeg/mpeg1_audio_stream_parser.h',
|
| ],
|
| }],
|
| ['target_arch=="ia32" or target_arch=="x64"', {
|
| @@ -1248,6 +1250,7 @@
|
| 'formats/mp2t/es_adapter_video_unittest.cc',
|
| 'formats/mp2t/es_parser_adts_unittest.cc',
|
| 'formats/mp2t/es_parser_h264_unittest.cc',
|
| + 'formats/mp2t/es_parser_mpeg1audio_unittest.cc',
|
| 'formats/mp2t/es_parser_test_base.cc',
|
| 'formats/mp2t/es_parser_test_base.h',
|
| 'formats/mp2t/mp2t_stream_parser_unittest.cc',
|
| @@ -1259,7 +1262,7 @@
|
| 'formats/mp4/sample_to_group_iterator_unittest.cc',
|
| 'formats/mp4/track_run_iterator_unittest.cc',
|
| 'formats/mpeg/adts_stream_parser_unittest.cc',
|
| - 'formats/mpeg/mp3_stream_parser_unittest.cc',
|
| + 'formats/mpeg/mpeg1_audio_stream_parser_unittest.cc',
|
| ],
|
| }],
|
| # TODO(wolenetz): Fix size_t to int truncations in win64. See
|
|
|