| Index: services/resource_coordinator/BUILD.gn
|
| diff --git a/services/resource_coordinator/BUILD.gn b/services/resource_coordinator/BUILD.gn
|
| index fdd1dcce72b58ad2232ab134163ee5714b6cf343..7582b287b5194a1044ffead49b216a846763b525 100644
|
| --- a/services/resource_coordinator/BUILD.gn
|
| +++ b/services/resource_coordinator/BUILD.gn
|
| @@ -30,10 +30,13 @@ source_set("lib") {
|
| "memory_instrumentation/process_map.h",
|
| "resource_coordinator_service.cc",
|
| "resource_coordinator_service.h",
|
| + "service_callbacks_impl.cc",
|
| + "service_callbacks_impl.h",
|
| ]
|
|
|
| public_deps = [
|
| "//base",
|
| + "//components/ukm:ukm",
|
| "//mojo/public/cpp/bindings",
|
| "//services/resource_coordinator/public/cpp:resource_coordinator_cpp",
|
| "//services/service_manager/public/cpp/standalone_service:standalone_service",
|
|
|