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

Unified Diff: content/content_common.gypi

Issue 1745903002: Introduce GpuVideoDecodeAcceleratorFactory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 37136bc21aa28f066ac66a2367f94c409f319036..de4cf5bbc6057d2f7da88f4480423b7a95e3c784 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -134,6 +134,8 @@
'public/common/geoposition.h',
'public/common/gpu_memory_stats.cc',
'public/common/gpu_memory_stats.h',
+ 'public/common/gpu_video_decode_accelerator_factory.h',
+ 'public/common/gpu_video_decode_accelerator_helpers.h',
'public/common/injection_test_mac.h',
'public/common/injection_test_win.h',
'public/common/javascript_message_type.h',
@@ -425,6 +427,7 @@
'common/gpu/media/gpu_video_accelerator_util.h',
'common/gpu/media/gpu_video_decode_accelerator.cc',
'common/gpu/media/gpu_video_decode_accelerator.h',
+ 'common/gpu/media/gpu_video_decode_accelerator_factory.cc',
'common/gpu/media/gpu_video_encode_accelerator.cc',
'common/gpu/media/gpu_video_encode_accelerator.h',
'common/gpu/stream_texture_android.cc',

Powered by Google App Engine
This is Rietveld 408576698