| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index 230815aa8deaf0cfc44854452b40837899f6827c..1dab4002b297d1127d3c3cd0825eae61f75c17fe 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -824,20 +824,20 @@
|
| ],
|
| 'sources': [
|
| 'common/gpu/media/accelerated_video_decoder.h',
|
| - 'common/gpu/media/generic_v4l2_video_device.cc',
|
| - 'common/gpu/media/generic_v4l2_video_device.h',
|
| + 'common/gpu/media/generic_v4l2_device.cc',
|
| + 'common/gpu/media/generic_v4l2_device.h',
|
| 'common/gpu/media/h264_decoder.cc',
|
| 'common/gpu/media/h264_decoder.h',
|
| 'common/gpu/media/h264_dpb.cc',
|
| 'common/gpu/media/h264_dpb.h',
|
| + 'common/gpu/media/v4l2_device.cc',
|
| + 'common/gpu/media/v4l2_device.h',
|
| 'common/gpu/media/v4l2_image_processor.cc',
|
| 'common/gpu/media/v4l2_image_processor.h',
|
| 'common/gpu/media/v4l2_slice_video_decode_accelerator.cc',
|
| 'common/gpu/media/v4l2_slice_video_decode_accelerator.h',
|
| 'common/gpu/media/v4l2_video_decode_accelerator.cc',
|
| 'common/gpu/media/v4l2_video_decode_accelerator.h',
|
| - 'common/gpu/media/v4l2_video_device.cc',
|
| - 'common/gpu/media/v4l2_video_device.h',
|
| 'common/gpu/media/v4l2_video_encode_accelerator.cc',
|
| 'common/gpu/media/v4l2_video_encode_accelerator.h',
|
| 'common/gpu/media/vp8_decoder.cc',
|
| @@ -851,8 +851,8 @@
|
| }],
|
| ['target_arch == "arm" and chromeos == 1', {
|
| 'sources': [
|
| - 'common/gpu/media/tegra_v4l2_video_device.cc',
|
| - 'common/gpu/media/tegra_v4l2_video_device.h',
|
| + 'common/gpu/media/tegra_v4l2_device.cc',
|
| + 'common/gpu/media/tegra_v4l2_device.h',
|
| ],
|
| }],
|
| ['target_arch != "arm" and chromeos == 1', {
|
|
|