Index: components/arc.gypi |
diff --git a/components/arc.gypi b/components/arc.gypi |
index d0b176b90e32625b8b0d7b019eb71ba0f577db58..dad7f67a8592ca1938bb623eeed26b4ad21bda24 100644 |
--- a/components/arc.gypi |
+++ b/components/arc.gypi |
@@ -15,6 +15,8 @@ |
'../base/base.gyp:base', |
'../chromeos/chromeos.gyp:chromeos', |
'../ipc/ipc.gyp:ipc', |
+ '../ui/aura/aura.gyp:aura', |
+ '../ui/events/events.gyp:events_base', |
], |
'sources': [ |
'arc/arc_bridge_service.cc', |
@@ -32,6 +34,9 @@ |
'arc/common/arc_notification_traits.h', |
'arc/common/arc_notification_types.h', |
'arc/common/arc_notification_types.cc', |
+ 'arc/input/arc_input_bridge.h', |
+ 'arc/input/arc_input_bridge_impl.cc', |
+ 'arc/input/arc_input_bridge_impl.h', |
], |
}, |
{ |