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

Unified Diff: content/content_common.gypi

Issue 322433004: Create VTVideoDecodeAccelerator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compilation issues. Created 6 years, 6 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 4735b7cbffcce70fff329ec9ebc476072e9ff78d..41d1c6f41c107478c416054d388841e2bcce1fc7 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -566,6 +566,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',

Powered by Google App Engine
This is Rietveld 408576698