diff options
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r-- | content/content_common.gypi | 2 |
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', |