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

Unified Diff: services/resource_coordinator/public/cpp/BUILD.gn

Issue 2798713002: Global Resource Coordinator: Basic service internals (Closed)
Patch Set: Wrap EventType directly in resource_coordinator namespace when using helper Created 3 years, 8 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/cpp/BUILD.gn
diff --git a/services/resource_coordinator/public/cpp/BUILD.gn b/services/resource_coordinator/public/cpp/BUILD.gn
index 47c6d7e9cff6d4a0f5c82c23d33881692c978be7..d13e1b61058964b00955d120dff80ce6698b0f1b 100644
--- a/services/resource_coordinator/public/cpp/BUILD.gn
+++ b/services/resource_coordinator/public/cpp/BUILD.gn
@@ -4,9 +4,14 @@
source_set("cpp") {
sources = [
+ "coordination_unit_id.cc",
+ "coordination_unit_id.h",
+ "coordination_unit_types.h",
"memory/coordinator.h",
"memory/memory_dump_manager_delegate_impl.cc",
"memory/memory_dump_manager_delegate_impl.h",
+ "resource_coordinator_interface.cc",
+ "resource_coordinator_interface.h",
]
deps = [
@@ -18,11 +23,14 @@ source_set("cpp") {
"//mojo/public/cpp/bindings",
"//services/resource_coordinator/public/interfaces",
"//services/service_manager/public/cpp",
+ "//third_party/smhasher:murmurhash2",
]
}
source_set("struct_traits") {
sources = [
+ "coordination_unit_struct_traits.cc",
+ "coordination_unit_struct_traits.h",
"memory/memory_instrumentation_struct_traits.cc",
"memory/memory_instrumentation_struct_traits.h",
]

Powered by Google App Engine
This is Rietveld 408576698