| Index: components/arc.gypi
|
| diff --git a/components/arc.gypi b/components/arc.gypi
|
| index 5fbbff0487cf2e158e7821a7fde4759c7c4948e6..66bc2aa23b118e845a5e9ca2bf6fd75a8bc0ccb8 100644
|
| --- a/components/arc.gypi
|
| +++ b/components/arc.gypi
|
| @@ -15,6 +15,7 @@
|
| '../base/base.gyp:base',
|
| '../chromeos/chromeos.gyp:chromeos',
|
| '../ipc/ipc.gyp:ipc',
|
| + '../ui/events/events.gyp:events_base',
|
| ],
|
| 'sources': [
|
| 'arc/arc_bridge_service.cc',
|
| @@ -32,6 +33,8 @@
|
| 'arc/common/arc_notification_traits.h',
|
| 'arc/common/arc_notification_types.h',
|
| 'arc/common/arc_notification_types.cc',
|
| + 'arc/input/arc_input_bridge.cc',
|
| + 'arc/input/arc_input_bridge.h',
|
| ],
|
| },
|
| ],
|
|
|