| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index e8593bace002fd22da56cb4627ba222fe81c0d8e..ff215a8de140ed897f13ba209c04d37fddc22541 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -194,6 +194,10 @@
|
| 'common/gpu/image_transport_surface_linux.cc',
|
| 'common/gpu/image_transport_surface_mac.cc',
|
| 'common/gpu/image_transport_surface_win.cc',
|
| + 'common/gpu/media/avc_config_record_builder.cc',
|
| + 'common/gpu/media/avc_config_record_builder.h',
|
| + 'common/gpu/media/h264_parser.cc',
|
| + 'common/gpu/media/h264_parser.h',
|
| 'common/gpu/media/mac_video_decode_accelerator.h',
|
| 'common/gpu/media/mac_video_decode_accelerator.mm',
|
| 'common/gpu/media/gpu_video_decode_accelerator.cc',
|
| @@ -394,12 +398,6 @@
|
| }],
|
| ['chromeos == 1', {
|
| 'sources': [
|
| - 'common/gpu/media/h264_parser.cc',
|
| - 'common/gpu/media/h264_parser.h',
|
| - ],
|
| - }],
|
| - ['chromeos == 1', {
|
| - 'sources': [
|
| 'common/gpu/media/h264_dpb.cc',
|
| 'common/gpu/media/h264_dpb.h',
|
| 'common/gpu/media/vaapi_h264_decoder.cc',
|
|
|