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', |
], |
}, |
], |