| Index: media/media.gyp
 | 
| diff --git a/media/media.gyp b/media/media.gyp
 | 
| index f7dcdfecfb729d1a8b6cd6e0c73faf932d0d58ad..17578a2c38e9da89cca7d3568062576fd9ac524c 100644
 | 
| --- a/media/media.gyp
 | 
| +++ b/media/media.gyp
 | 
| @@ -348,6 +348,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',
 | 
| @@ -2029,6 +2031,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',
 | 
| 
 |