Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(575)

Unified Diff: services/resource_coordinator/BUILD.gn

Issue 2938443002: [GRC] UKM Support (Closed)
Patch Set: Refactor Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: services/resource_coordinator/BUILD.gn
diff --git a/services/resource_coordinator/BUILD.gn b/services/resource_coordinator/BUILD.gn
index ab57a3c85a48e238ff925f85cda70427b1e45ab9..3817335f883da7ce32bfd094481cb63592b9ed09 100644
--- a/services/resource_coordinator/BUILD.gn
+++ b/services/resource_coordinator/BUILD.gn
@@ -28,10 +28,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",

Powered by Google App Engine
This is Rietveld 408576698