Index: components/arc/BUILD.gn |
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn |
index c5e7746496d7d142b94ec74bb3e0646e53882151..f92572f48b7c05038c5b81eea9b1f3e94c6d70d4 100644 |
--- a/components/arc/BUILD.gn |
+++ b/components/arc/BUILD.gn |
@@ -6,6 +6,7 @@ import("//mojo/public/tools/bindings/mojom.gni") |
static_library("arc") { |
sources = [ |
+ "auth/arc_auth_service.h", |
"arc_bridge_bootstrap.cc", |
"arc_bridge_bootstrap.h", |
"arc_bridge_service.cc", |
@@ -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", |