| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index 0c8c1f68fb3d7108e3a4cc2eee90a89c54f0dc3a..13f3059351565b96d72fbd441f5a151caea61b10 100644
|
| --- a/content/common/BUILD.gn
|
| +++ b/content/common/BUILD.gn
|
| @@ -381,8 +381,6 @@ 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",
|
| @@ -396,7 +394,6 @@ 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")
|
|
|