Index: content/common/BUILD.gn |
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn |
index 36ad58e59ebe83967a570fdd7f828a1c850bd30e..56e4598e4ba6730cc078309f0656386514515b42 100644 |
--- a/content/common/BUILD.gn |
+++ b/content/common/BUILD.gn |
@@ -358,6 +358,10 @@ source_set("common") { |
"gpu/media/vp8_decoder.h", |
"gpu/media/vp8_picture.cc", |
"gpu/media/vp8_picture.h", |
+ "gpu/media/vp9_decoder.cc", |
+ "gpu/media/vp9_decoder.h", |
+ "gpu/media/vp9_picture.cc", |
+ "gpu/media/vp9_picture.h", |
] |
if (use_v4lplugin) { |
defines += [ "USE_LIBV4L2" ] |