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

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: rebase and addressed luis's comments 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: components/arc.gypi
diff --git a/components/arc.gypi b/components/arc.gypi
index b725f28fcaa5e668b0ac053d13bd17372deaed66..58ad7e6140996df0ccd694bfc4fe46b377468b6b 100644
--- a/components/arc.gypi
+++ b/components/arc.gypi
@@ -36,6 +36,8 @@
'arc/settings/arc_settings_bridge.h',
'arc/power/arc_power_bridge.cc',
'arc/power/arc_power_bridge.h',
+ 'arc/video/arc_video_service.cc',
+ 'arc/video/arc_video_service.h',
],
},
{
@@ -74,6 +76,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