summaryrefslogtreecommitdiffstats
path: root/components/arc.gypi
diff options
context:
space:
mode:
authorkcwu <kcwu@chromium.org>2016-01-11 20:51:34 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-12 04:52:46 +0000
commitdaa96926c4bd58df2790c0e12fc92d858243ed0a (patch)
tree1effd67a74868aa12c3de5ef9ab4b410aa9dc474 /components/arc.gypi
parent483df9304bb678dd50b435a41c063a3aed96d10f (diff)
downloadchromium_src-daa96926c4bd58df2790c0e12fc92d858243ed0a.zip
chromium_src-daa96926c4bd58df2790c0e12fc92d858243ed0a.tar.gz
chromium_src-daa96926c4bd58df2790c0e12fc92d858243ed0a.tar.bz2
Implement GpuArcVideoService for arc video accelerator
GpuArcVideoService creates new channel and dispatch IPC to ArcVideoAccelerator. BUG=b/25057601 Review URL: https://codereview.chromium.org/1451353002 Cr-Commit-Position: refs/heads/master@{#368797}
Diffstat (limited to 'components/arc.gypi')
-rw-r--r--components/arc.gypi4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/arc.gypi b/components/arc.gypi
index 1e7a8fa..daeef02 100644
--- a/components/arc.gypi
+++ b/components/arc.gypi
@@ -40,6 +40,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',
],
},
{
@@ -80,6 +83,7 @@
'arc/common/power.mojom',
'arc/common/process.mojom',
'arc/common/settings.mojom',
+ 'arc/common/video.mojom',
],
},
],