summaryrefslogtreecommitdiffstats
path: root/content/content_common.gypi
diff options
context:
space:
mode:
authorsandersd@chromium.org <sandersd@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-11 07:21:56 +0000
committersandersd@chromium.org <sandersd@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-11 07:21:56 +0000
commitc78d8192e1159aab87b03bed005e776f4dcee173 (patch)
treeac4f7bf25f7f85438c18b25daa6cdd6b84b7ef87 /content/content_common.gypi
parent6d2d92a83fbc0a79d3172a692142677f9fd44206 (diff)
downloadchromium_src-c78d8192e1159aab87b03bed005e776f4dcee173.zip
chromium_src-c78d8192e1159aab87b03bed005e776f4dcee173.tar.gz
chromium_src-c78d8192e1159aab87b03bed005e776f4dcee173.tar.bz2
Create VTVideoDecodeAccelerator.
This is a stub for what will eventually become a video decode accelerator for Mac. BUG=133828 Review URL: https://codereview.chromium.org/322433004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276290 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r--content/content_common.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 0600b9f..ad5dd98 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -564,6 +564,8 @@
'sources': [
'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc',
'common/gpu/client/gpu_memory_buffer_impl_io_surface.h',
+ 'common/gpu/media/vt_video_decode_accelerator.cc',
+ 'common/gpu/media/vt_video_decode_accelerator.h',
],
'sources!': [
'common/plugin_list_posix.cc',