Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1678)

Unified Diff: content/common/BUILD.gn

Issue 1345943009: Reland: Add accelerated VP9 decode infrastructure and an implementation for VA-API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/common/gpu/media/vaapi_video_decode_accelerator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" ]
« no previous file with comments | « no previous file | content/common/gpu/media/vaapi_video_decode_accelerator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698