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

Unified Diff: services/resource_coordinator/manifest.json

Issue 2710823003: NOCOMMIT prototype: GRC service plumbing and process priority
Patch Set: Buildfixes Created 3 years, 9 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/manifest.json
diff --git a/services/resource_coordinator/manifest.json b/services/resource_coordinator/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..e10c135f2ad1d8f7776e45ddf5c11def0cd702e9
--- /dev/null
+++ b/services/resource_coordinator/manifest.json
@@ -0,0 +1,14 @@
+{
+ "name": "resource_coordinator",
+ "display_name": "Global Resource Coordinator",
+ "interface_provider_specs": {
+ "service_manager:connector": {
+ "provides": {
+ "coordination_unit": [ "resource_coordinator::mojom::CoordinationUnitProvider"]
+ },
+ "requires": {
+ "service_manager": [ "service_manager:all_users" ]
+ }
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698