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

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 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 ab980507503e68a25770f3dbe956553ca4540363..b90b9da02646fae843581236afbfc2b50c3755e4 100644
--- a/components/arc.gypi
+++ b/components/arc.gypi
@@ -28,6 +28,8 @@
'arc/arc_bridge_service_impl.h',
'arc/arc_service_manager.cc',
'arc/arc_service_manager.h',
+ 'arc/arc_video_service.cc',
+ 'arc/arc_video_service.h',
Luis Héctor Chávez 2015/12/23 00:02:53 Can you move these to arc/video/?
kcwu 2015/12/23 01:05:23 Done.
'arc/input/arc_input_bridge.h',
'arc/input/arc_input_bridge_impl.cc',
'arc/input/arc_input_bridge_impl.h',
@@ -62,6 +64,7 @@
],
'sources': [
'arc/common/arc_bridge.mojom',
+ 'arc/common/video.mojom',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698