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 7d20f8fc30ba350571a941cbdf1b9ce931956382..8560b05e78050e25d4ef1e598b2b10c7d57064ce 100644 |
--- a/services/resource_coordinator/public/interfaces/BUILD.gn |
+++ b/services/resource_coordinator/public/interfaces/BUILD.gn |
@@ -8,12 +8,8 @@ |
visibility = [ "//services/resource_coordinator/public/cpp:*" ] |
sources = [ |
- "coordination_unit.mojom", |
- "coordination_unit_provider.mojom", |
- "events.mojom", |
"memory/constants.mojom", |
"memory/memory_instrumentation.mojom", |
- "service_constants.mojom", |
"tracing/tracing.mojom", |
] |
@@ -21,8 +17,10 @@ |
"//mojo/common:common_custom_types", |
] |
- export_class_attribute = "SERVICES_RESOURCE_COORDINATOR_PUBLIC_CPP_EXPORT" |
- export_define = "SERVICES_RESOURCE_COORDINATOR_PUBLIC_CPP_IMPLEMENTATION=1" |
+ export_class_attribute = |
+ "SERVICES_RESOURCE_COORDINATOR_PUBLIC_CPP_MEMORY_EXPORT" |
+ export_define = |
+ "SERVICES_RESOURCE_COORDINATOR_PUBLIC_CPP_MEMORY_IMPLEMENTATION=1" |
export_header = |
- "services/resource_coordinator/public/cpp/resource_coordinator_export.h" |
+ "services/resource_coordinator/public/cpp/memory/memory_export.h" |
} |