| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index 5fb4e35bbd5538e370c58e73c918060d3ea9d214..4bf2c36224cfe2316bd15df20b68a99272d81775 100644
|
| --- a/content/common/BUILD.gn
|
| +++ b/content/common/BUILD.gn
|
| @@ -379,6 +379,8 @@ source_set("common") {
|
| if (is_chromeos) {
|
| sources += [
|
| "gpu/media/accelerated_video_decoder.h",
|
| + "gpu/media/gpu_arc_video_service.cc",
|
| + "gpu/media/gpu_arc_video_service.h",
|
| "gpu/media/h264_decoder.cc",
|
| "gpu/media/h264_decoder.h",
|
| "gpu/media/h264_dpb.cc",
|
| @@ -392,6 +394,7 @@ source_set("common") {
|
| "gpu/media/vp9_picture.cc",
|
| "gpu/media/vp9_picture.h",
|
| ]
|
| + deps += [ "//components/arc" ]
|
| if (use_v4lplugin) {
|
| defines += [ "USE_LIBV4L2" ]
|
| sources += get_target_outputs(":libv4l2_generate_stubs")
|
|
|