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

Unified Diff: services/resource_coordinator/public/interfaces/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
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",
]
« no previous file with comments | « services/resource_coordinator/manifest.json ('k') | services/resource_coordinator/public/interfaces/service_callbacks.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698