| Index: content/content_common.gypi
 | 
| diff --git a/content/content_common.gypi b/content/content_common.gypi
 | 
| index 89678de8d480853d0fa797be36d7744dc1dc7bd0..49528ef8abb26d0e1e182cf3331e254f516e3c99 100644
 | 
| --- a/content/content_common.gypi
 | 
| +++ b/content/content_common.gypi
 | 
| @@ -216,8 +216,8 @@
 | 
|        'public/common/webplugininfo.h',
 | 
|        'public/common/window_container_type.cc',
 | 
|        'public/common/window_container_type.h',
 | 
| -      'public/common/zygote_handle.h',
 | 
|        'public/common/zygote_fork_delegate_linux.h',
 | 
| +      'public/common/zygote_handle.h',
 | 
|      ],
 | 
|      'private_common_sources': [
 | 
|        'common/accessibility_messages.h',
 | 
| @@ -678,6 +678,8 @@
 | 
|          'common/gpu/media/vt_mac.h',
 | 
|          'common/gpu/media/vt_video_decode_accelerator_mac.cc',
 | 
|          'common/gpu/media/vt_video_decode_accelerator_mac.h',
 | 
| +        'common/gpu/media/vt_video_encode_accelerator_mac.cc',
 | 
| +        'common/gpu/media/vt_video_encode_accelerator_mac.h',
 | 
|        ],
 | 
|        'sources!': [
 | 
|          'common/plugin_list_posix.cc',
 | 
| @@ -878,10 +880,10 @@
 | 
|          'common/gpu/media/h264_dpb.h',
 | 
|          'common/gpu/media/vp8_decoder.cc',
 | 
|          'common/gpu/media/vp8_decoder.h',
 | 
| -        'common/gpu/media/vp9_decoder.cc',
 | 
| -        'common/gpu/media/vp9_decoder.h',
 | 
|          'common/gpu/media/vp8_picture.cc',
 | 
|          'common/gpu/media/vp8_picture.h',
 | 
| +        'common/gpu/media/vp9_decoder.cc',
 | 
| +        'common/gpu/media/vp9_decoder.h',
 | 
|          'common/gpu/media/vp9_picture.cc',
 | 
|          'common/gpu/media/vp9_picture.h',
 | 
|        ],
 | 
| 
 |