Chromium Code Reviews| Index: components/arc.gypi |
| diff --git a/components/arc.gypi b/components/arc.gypi |
| index b725f28fcaa5e668b0ac053d13bd17372deaed66..e6c4de4f0f31545e6a15243b1d8657a47487ac02 100644 |
| --- a/components/arc.gypi |
| +++ b/components/arc.gypi |
| @@ -21,6 +21,8 @@ |
| '../ui/events/events.gyp:events_base', |
| ], |
| 'sources': [ |
| + 'arc/arc_auth_service.cc', |
| + 'arc/arc_auth_service.h', |
|
Luis Héctor Chávez
2015/12/30 00:02:37
Can these be in arc/auth?
Also, you need to inclu
victorhsieh
2015/12/30 00:32:34
Done.
|
| 'arc/arc_bridge_bootstrap.cc', |
| 'arc/arc_bridge_bootstrap.h', |
| 'arc/arc_bridge_service.cc', |
| @@ -69,6 +71,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', |