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

Unified Diff: content/content_common.gypi

Issue 1549473002: Add ArcGpuVideoDecodeAccelerator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 11 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 d73f62803478873471d33000f04dba79e1e5782a..adb0d9e5eaa676c23c1bfd2bc2ad8702c9491389 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -878,6 +878,9 @@
'common/gpu/media/accelerated_video_decoder.h',
'common/gpu/media/gpu_arc_video_service.cc',
'common/gpu/media/gpu_arc_video_service.h',
+ 'common/gpu/media/arc/arc_gpu_video_decode_accelerator.h',
+ 'common/gpu/media/arc/arc_gpu_video_decode_accelerator.cc',
kcwu 2016/01/20 09:11:05 .cc before .h
Owen Lin 2016/02/02 09:08:06 Done.
+ 'common/gpu/media/arc/arc_video_accelerator.h',
'common/gpu/media/h264_decoder.cc',
'common/gpu/media/h264_decoder.h',
'common/gpu/media/h264_dpb.cc',

Powered by Google App Engine
This is Rietveld 408576698