| 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 35c4ca578bf8868935f47f5a6c78e6e73a610b19..1b4026debfc8b2e5f78d3aef289c38500c050fe1 100644
|
| --- a/services/resource_coordinator/public/interfaces/BUILD.gn
|
| +++ b/services/resource_coordinator/public/interfaces/BUILD.gn
|
| @@ -13,11 +13,13 @@ mojom("interfaces_internal") {
|
| "events.mojom",
|
| "memory_instrumentation/constants.mojom",
|
| "memory_instrumentation/memory_instrumentation.mojom",
|
| + "service_callbacks.mojom",
|
| "service_constants.mojom",
|
| "tracing/tracing.mojom",
|
| ]
|
|
|
| public_deps = [
|
| + "//components/ukm/public/interfaces:interfaces",
|
| "//mojo/common:common_custom_types",
|
| ]
|
|
|
|
|