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..6fb81c3f286a2d54a44fb9a30eb7a8b06b8190d9 100644 |
--- a/services/resource_coordinator/public/cpp/BUILD.gn |
+++ b/services/resource_coordinator/public/cpp/BUILD.gn |
@@ -4,9 +4,15 @@ |
source_set("cpp") { |
sources = [ |
+ "coordination_unit_events.h", |
+ "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 = [ |
@@ -23,6 +29,8 @@ source_set("cpp") { |
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", |
] |