Index: services/resource_coordinator/public/interfaces/BUILD.gn |
diff --git a/services/resource_coordinator/public/interfaces/BUILD.gn b/services/resource_coordinator/public/interfaces/BUILD.gn |
index 959f3ecdee5e52c8505029f19b670d46afd19e90..b37c7b8f303a5ef9a275af203744d6aee5a92358 100644 |
--- a/services/resource_coordinator/public/interfaces/BUILD.gn |
+++ b/services/resource_coordinator/public/interfaces/BUILD.gn |
@@ -6,6 +6,10 @@ import("//mojo/public/tools/bindings/mojom.gni") |
mojom("interfaces") { |
sources = [ |
+ "constants.mojom", |
+ "coordination_unit.mojom", |
+ "coordination_unit_provider.mojom", |
+ "events.mojom", |
"memory/memory_instrumentation.mojom", |
] |
} |