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

Unified Diff: content/content_common.gypi

Issue 1549473002: Add ArcGpuVideoDecodeAccelerator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 6ae419c30215b62a4d321deff3b6d5c30729a073..3ca393a8c2094365facbb1bca8a9a22c56a43c2c 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -872,8 +872,11 @@
['chromeos==1', {
'sources': [
'common/gpu/media/accelerated_video_decoder.h',
+ 'common/gpu/media/arc/arc_gpu_video_decode_accelerator.h',
+ 'common/gpu/media/arc/arc_gpu_video_decode_accelerator.cc',
'common/gpu/media/arc/arc_video_decode_accelerator.h',
'common/gpu/media/arc/arc_video_decode_accelerator.cc',
+ 'common/gpu/media/arc/arc_video_accelerator.h',
kcwu 2015/12/23 06:25:43 sort by alphabet.
'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