Index: content/common/BUILD.gn |
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn |
index dc85add3e5a4ad91d3d0b76e4076b87b64214f06..b90100f869dcd4c7010c062fd4072dbf7d588924 100644 |
--- a/content/common/BUILD.gn |
+++ b/content/common/BUILD.gn |
@@ -400,6 +400,7 @@ source_set("common") { |
} |
if (use_v4l2_codec) { |
defines += [ "USE_V4L2_CODEC" ] |
+ deps += [ "//third_party/libyuv" ] |
sources += [ |
"gpu/media/generic_v4l2_device.cc", |
"gpu/media/generic_v4l2_device.h", |