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

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: addressed avi's comments 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 7eb25c8434992baa85731e741022b6e9e144e250..7c84e37f0ad4426cf15af04b4af4b3ff0e8a3bd7 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -871,6 +871,8 @@
['chromeos==1', {
'sources': [
'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/h264_decoder.cc',
'common/gpu/media/h264_decoder.h',
'common/gpu/media/h264_dpb.cc',

Powered by Google App Engine
This is Rietveld 408576698