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

Unified Diff: content/content_common.gypi

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 | « content/common/sandbox_linux/bpf_gpu_policy_linux.cc ('k') | media/filters/vp9_parser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 803c6fd5e7a41fbf7b0d23ecc1e84c99a2f0799c..905f3bde97c8a8e409a3cfe1468361c146bf33dd 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -872,8 +872,12 @@
'common/gpu/media/h264_dpb.h',
'common/gpu/media/vp8_decoder.cc',
'common/gpu/media/vp8_decoder.h',
+ 'common/gpu/media/vp9_decoder.cc',
+ 'common/gpu/media/vp9_decoder.h',
'common/gpu/media/vp8_picture.cc',
'common/gpu/media/vp8_picture.h',
+ 'common/gpu/media/vp9_picture.cc',
+ 'common/gpu/media/vp9_picture.h',
],
}],
['chromeos==1 and use_v4l2_codec==1', {
« no previous file with comments | « content/common/sandbox_linux/bpf_gpu_policy_linux.cc ('k') | media/filters/vp9_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698