Index: content/common/BUILD.gn |
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn |
index 17113e25a06a8099d7765d9d69f7964705dd648d..338ca676d8d94bd147e8687e7aa6e348a94fba7c 100644 |
--- a/content/common/BUILD.gn |
+++ b/content/common/BUILD.gn |
@@ -355,6 +355,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" ] |