Index: components/arc/BUILD.gn |
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn |
index 0a518f5c55120d16f7feebc61c529d510603edd5..7f4940bee2fe6e910190773e6b9627c23f42cdf8 100644 |
--- a/components/arc/BUILD.gn |
+++ b/components/arc/BUILD.gn |
@@ -35,7 +35,12 @@ static_library("arc") { |
mojom("arc_bindings") { |
sources = [ |
+ "common/app.mojom", |
"common/arc_bridge.mojom", |
+ "common/input.mojom", |
+ "common/notifications.mojom", |
+ "common/power.mojom", |
+ "common/process_list.mojom", |
] |
} |