| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index 38639199c17712506f1ef7a45f9ad14593a3c693..ea46414b2b515d695320fbe87db6ec05bf08dabd 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -197,6 +197,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',
|
| @@ -399,12 +403,6 @@
|
| ],
|
| },
|
| }],
|
| - ['chromeos == 1', {
|
| - 'sources': [
|
| - 'common/gpu/media/h264_parser.cc',
|
| - 'common/gpu/media/h264_parser.h',
|
| - ],
|
| - }],
|
| ['OS=="win"', {
|
| 'dependencies': [
|
| '../media/media.gyp:media',
|
|
|