| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index e60bfee4c1a5b28a302343db7fbe55d631d6297a..9eba59d38da965443926704859b8cce7600b9e5b 100644
|
| --- a/content/common/BUILD.gn
|
| +++ b/content/common/BUILD.gn
|
| @@ -394,7 +394,7 @@ source_set("common") {
|
| "gpu/media/vp9_picture.cc",
|
| "gpu/media/vp9_picture.h",
|
| ]
|
| - deps += [ "//components/arc" ]
|
| + deps += [ "//components/arc:arc_bindings" ]
|
| if (use_v4lplugin) {
|
| defines += [ "USE_LIBV4L2" ]
|
| sources += get_target_outputs(":libv4l2_generate_stubs")
|
|
|