| 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 2fcf102d373d4f06811915034b7ae73e6e35330b..020d3c86e92e748dced1f7b9947cfeb34d7d6524 100644
|
| --- a/services/resource_coordinator/public/interfaces/BUILD.gn
|
| +++ b/services/resource_coordinator/public/interfaces/BUILD.gn
|
| @@ -6,8 +6,12 @@ import("//mojo/public/tools/bindings/mojom.gni")
|
|
|
| mojom("interfaces") {
|
| sources = [
|
| + "coordination_unit.mojom",
|
| + "coordination_unit_provider.mojom",
|
| + "events.mojom",
|
| "memory/constants.mojom",
|
| "memory/memory_instrumentation.mojom",
|
| + "service_constants.mojom",
|
| "tracing/tracing.mojom",
|
| ]
|
|
|
|
|