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

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

Issue 2798713002: Global Resource Coordinator: Basic service internals (Closed)
Patch Set: Buildfix after 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/public/interfaces/BUILD.gn
diff --git a/services/resource_coordinator/public/interfaces/BUILD.gn b/services/resource_coordinator/public/interfaces/BUILD.gn
index 8560b05e78050e25d4ef1e598b2b10c7d57064ce..7d20f8fc30ba350571a941cbdf1b9ce931956382 100644
--- a/services/resource_coordinator/public/interfaces/BUILD.gn
+++ b/services/resource_coordinator/public/interfaces/BUILD.gn
@@ -8,8 +8,12 @@ mojom("interfaces_internal") {
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",
]
@@ -17,10 +21,8 @@ mojom("interfaces_internal") {
"//mojo/common:common_custom_types",
]
- export_class_attribute =
- "SERVICES_RESOURCE_COORDINATOR_PUBLIC_CPP_MEMORY_EXPORT"
- export_define =
- "SERVICES_RESOURCE_COORDINATOR_PUBLIC_CPP_MEMORY_IMPLEMENTATION=1"
+ export_class_attribute = "SERVICES_RESOURCE_COORDINATOR_PUBLIC_CPP_EXPORT"
+ export_define = "SERVICES_RESOURCE_COORDINATOR_PUBLIC_CPP_IMPLEMENTATION=1"
export_header =
- "services/resource_coordinator/public/cpp/memory/memory_export.h"
+ "services/resource_coordinator/public/cpp/resource_coordinator_export.h"
}

Powered by Google App Engine
This is Rietveld 408576698