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

Unified Diff: content/content_common.gypi

Issue 14914009: VAVDA: Redesign stage 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added DCHECKs for ChildThread in TFPPicture Created 7 years, 7 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
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 992ce004377c0e0ebebf028ea573f114492fe8dc..73a75e2074e1b3974cdbb08f1c173d3b165e93a8 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -515,10 +515,13 @@
'sources': [
'common/gpu/media/h264_dpb.cc',
'common/gpu/media/h264_dpb.h',
+ 'common/gpu/media/va_surface.h',
'common/gpu/media/vaapi_h264_decoder.cc',
'common/gpu/media/vaapi_h264_decoder.h',
'common/gpu/media/vaapi_video_decode_accelerator.cc',
'common/gpu/media/vaapi_video_decode_accelerator.h',
+ 'common/gpu/media/vaapi_wrapper.cc',
+ 'common/gpu/media/vaapi_wrapper.h',
],
'include_dirs': [
'<(DEPTH)/third_party/libva',

Powered by Google App Engine
This is Rietveld 408576698