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

Unified Diff: components/arc.gypi

Issue 1451353002: Implement GpuArcVideoService for arc video accelerator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed dcheng'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: components/arc.gypi
diff --git a/components/arc.gypi b/components/arc.gypi
index ce2ab33eb56512c518187041468217ccf8ca791d..5346d67fc632bb1a120b670f3d5ff2cae351bd07 100644
--- a/components/arc.gypi
+++ b/components/arc.gypi
@@ -37,6 +37,9 @@
'arc/settings/arc_settings_bridge.h',
'arc/power/arc_power_bridge.cc',
'arc/power/arc_power_bridge.h',
+ 'arc/video/arc_video_bridge.cc',
+ 'arc/video/arc_video_bridge.h',
+ 'arc/video/video_host_delegate.h',
],
},
{
@@ -76,6 +79,7 @@
'arc/common/power.mojom',
'arc/common/process.mojom',
'arc/common/settings.mojom',
+ 'arc/common/video.mojom',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698