| Index: media/media.gyp
|
| diff --git a/media/media.gyp b/media/media.gyp
|
| index 86c1a61d85e87c09eceb3936f11b19ecae18a86d..582c23ecc36569720c5ae3e3e55da63214eac8ec 100644
|
| --- a/media/media.gyp
|
| +++ b/media/media.gyp
|
| @@ -207,6 +207,8 @@
|
| 'base/stream_parser.h',
|
| 'base/stream_parser_buffer.cc',
|
| 'base/stream_parser_buffer.h',
|
| + 'base/vector_math.cc',
|
| + 'base/vector_math.h',
|
| 'base/video_decoder.cc',
|
| 'base/video_decoder.h',
|
| 'base/video_decoder_config.cc',
|
| @@ -707,6 +709,8 @@
|
| 'base/sinc_resampler_unittest.cc',
|
| 'base/test_data_util.cc',
|
| 'base/test_data_util.h',
|
| + 'base/vector_math_testing.h',
|
| + 'base/vector_math_unittest.cc',
|
| 'base/video_frame_unittest.cc',
|
| 'base/video_util_unittest.cc',
|
| 'base/yuv_convert_unittest.cc',
|
|
|