| Index: media/media.gyp
|
| diff --git a/media/media.gyp b/media/media.gyp
|
| index ae2c0c0f40589e49ec42b30e58d1f10f10683889..69f286bb5fec7e69b7cf5c8756f41dabb89d207c 100644
|
| --- a/media/media.gyp
|
| +++ b/media/media.gyp
|
| @@ -332,6 +332,8 @@
|
| 'base/video_decoder_config.h',
|
| 'base/video_frame.cc',
|
| 'base/video_frame.h',
|
| + 'base/video_frame_pool.cc',
|
| + 'base/video_frame_pool.h',
|
| 'base/video_renderer.cc',
|
| 'base/video_renderer.h',
|
| 'base/video_util.cc',
|
| @@ -963,6 +965,7 @@
|
| 'base/vector_math_testing.h',
|
| 'base/vector_math_unittest.cc',
|
| 'base/video_frame_unittest.cc',
|
| + 'base/video_frame_pool_unittest.cc',
|
| 'base/video_util_unittest.cc',
|
| 'base/yuv_convert_unittest.cc',
|
| 'cdm/aes_decryptor_unittest.cc',
|
|
|