| Index: media/media.gyp
|
| diff --git a/media/media.gyp b/media/media.gyp
|
| index 059650351d8ad9c0ac8e85ae402a994fad7763ff..4e0512f5be5dc632b077eaae74e05291f1ccde0e 100644
|
| --- a/media/media.gyp
|
| +++ b/media/media.gyp
|
| @@ -346,6 +346,8 @@
|
| 'base/mac/video_frame_mac.h',
|
| 'base/mac/videotoolbox_glue.h',
|
| 'base/mac/videotoolbox_glue.mm',
|
| + 'base/mac/videotoolbox_helpers.cc',
|
| + 'base/mac/videotoolbox_helpers.h',
|
| 'base/media.cc',
|
| 'base/media.h',
|
| 'base/media_client.cc',
|
| @@ -2028,6 +2030,8 @@
|
| 'base/mac/video_frame_mac.h',
|
| 'base/mac/videotoolbox_glue.h',
|
| 'base/mac/videotoolbox_glue.mm',
|
| + 'base/mac/videotoolbox_helpers.cc',
|
| + 'base/mac/videotoolbox_helpers.h',
|
| 'base/simd/convert_rgb_to_yuv.h',
|
| 'base/simd/convert_rgb_to_yuv_c.cc',
|
| 'base/simd/convert_yuv_to_rgb.h',
|
|
|