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

Unified Diff: content/content_common.gypi

Issue 1451353002: Implement GpuArcVideoService for arc video accelerator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 b24ce41fdfd05c3b79bcf103ed4e14123f77a5fc..72d6902e1c630d73f4293987f8506e54deda1f93 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -295,6 +295,8 @@
'common/gpu/client/gl_helper_readback_support.h',
'common/gpu/client/gl_helper_scaling.cc',
'common/gpu/client/gl_helper_scaling.h',
+ 'common/gpu/client/gpu_arc_accelerator_host.cc',
+ 'common/gpu/client/gpu_arc_accelerator_host.h',
'common/gpu/client/gpu_channel_host.cc',
'common/gpu/client/gpu_channel_host.h',
'common/gpu/client/gpu_jpeg_decode_accelerator_host.cc',
@@ -346,6 +348,8 @@
'common/gpu/image_transport_surface_win.cc',
'common/gpu/media/fake_video_decode_accelerator.cc',
'common/gpu/media/fake_video_decode_accelerator.h',
+ 'common/gpu/media/gpu_arc_accelerator.cc',
+ 'common/gpu/media/gpu_arc_accelerator.h',
'common/gpu/media/gpu_jpeg_decode_accelerator.cc',
'common/gpu/media/gpu_jpeg_decode_accelerator.h',
'common/gpu/media/gpu_video_accelerator_util.cc',

Powered by Google App Engine
This is Rietveld 408576698