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

Unified Diff: services/resource_coordinator/tracing/manifest.json

Issue 2833873003: WIP: The tracing service prototype
Patch Set: sync 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/tracing/manifest.json
diff --git a/services/resource_coordinator/tracing/manifest.json b/services/resource_coordinator/tracing/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..677a930b0d45f3dcd310996fb3a8905b2fcb3983
--- /dev/null
+++ b/services/resource_coordinator/tracing/manifest.json
@@ -0,0 +1,16 @@
+{
+ "name": "tracing",
+ "display_name": "Tracing Service",
+ "interface_provider_specs": {
+ "service_manager:connector": {
+ "provides": {
+ "app": [ "resource_coordinator::tracing::mojom::AgentSet" ],
+ "coordinator": [ "resource_coordinator::tracing::mojom::Coordinator" ]
+ },
+ "requires": {
+ "*": [ "app" ],
+ "service_manager": [ "service_manager:all_users" ]
+ }
+ }
+ }
+}
« no previous file with comments | « services/resource_coordinator/tracing/main.cc ('k') | services/resource_coordinator/tracing/recorder_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698