| Index: components/arc.gypi
|
| diff --git a/components/arc.gypi b/components/arc.gypi
|
| index b725f28fcaa5e668b0ac053d13bd17372deaed66..ce2ab33eb56512c518187041468217ccf8ca791d 100644
|
| --- a/components/arc.gypi
|
| +++ b/components/arc.gypi
|
| @@ -21,6 +21,7 @@
|
| '../ui/events/events.gyp:events_base',
|
| ],
|
| 'sources': [
|
| + 'arc/auth/arc_auth_service.h',
|
| 'arc/arc_bridge_bootstrap.cc',
|
| 'arc/arc_bridge_bootstrap.h',
|
| 'arc/arc_bridge_service.cc',
|
| @@ -69,6 +70,7 @@
|
| 'sources': [
|
| 'arc/common/app.mojom',
|
| 'arc/common/arc_bridge.mojom',
|
| + 'arc/common/auth.mojom',
|
| 'arc/common/input.mojom',
|
| 'arc/common/notifications.mojom',
|
| 'arc/common/power.mojom',
|
|
|