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

Unified Diff: services/resource_coordinator/BUILD.gn

Issue 2875673003: [Memory-UMA] Add ProcessMap, an Identity to Pid map (Closed)
Patch Set: Rebase Created 3 years, 7 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 b9bb1004b2347c366b1ffded59ab36bbb21014f1..338df5aa55d15e29625b037c3932ed5bde8e0e43 100644
--- a/services/resource_coordinator/BUILD.gn
+++ b/services/resource_coordinator/BUILD.gn
@@ -18,6 +18,8 @@ source_set("lib") {
"coordination_unit/coordination_unit_provider_impl.h",
"memory/coordinator/coordinator_impl.cc",
"memory/coordinator/coordinator_impl.h",
+ "memory/coordinator/process_map.cc",
+ "memory/coordinator/process_map.h",
"resource_coordinator_service.cc",
"resource_coordinator_service.h",
]

Powered by Google App Engine
This is Rietveld 408576698