| Index: components/arc/BUILD.gn
|
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
|
| index c5e7746496d7d142b94ec74bb3e0646e53882151..6740c3f5cc0725cc789681224d23586fc8a381e5 100644
|
| --- a/components/arc/BUILD.gn
|
| +++ b/components/arc/BUILD.gn
|
| @@ -14,6 +14,7 @@ static_library("arc") {
|
| "arc_bridge_service_impl.h",
|
| "arc_service_manager.cc",
|
| "arc_service_manager.h",
|
| + "auth/arc_auth_service.h",
|
| "input/arc_input_bridge.h",
|
| "input/arc_input_bridge_impl.cc",
|
| "input/arc_input_bridge_impl.h",
|
| @@ -45,6 +46,7 @@ mojom("arc_bindings") {
|
| sources = [
|
| "common/app.mojom",
|
| "common/arc_bridge.mojom",
|
| + "common/auth.mojom",
|
| "common/input.mojom",
|
| "common/notifications.mojom",
|
| "common/power.mojom",
|
|
|