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

Unified Diff: services/resource_coordinator/BUILD.gn

Issue 2938443002: [GRC] UKM Support (Closed)
Patch Set: Address reviewer feedback 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
« no previous file with comments | « content/public/app/mojo/content_browser_manifest.json ('k') | services/resource_coordinator/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « content/public/app/mojo/content_browser_manifest.json ('k') | services/resource_coordinator/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698