summaryrefslogtreecommitdiff
path: root/chromium/components/services/heap_profiling/heap_profiling_manifest.json
blob: 40d94cb38187f6dda0540a1bf75b1e8be1c8b00c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "heap_profiling",
  "display_name": "Heap Profiling Service",
  "sandbox_type": "profiling",
  "interface_provider_specs": {
    "service_manager:connector": {
      "provides": {
        "profiling": [ "heap_profiling::mojom::ProfilingService" ],
        "heap_profiler": [ "memory_instrumentation::mojom::HeapProfiler" ]
      },
      "requires": {
        "*": [ "app" ],
        "resource_coordinator": [ "heap_profiler_helper" ],
        "service_manager": [ "service_manager:all_users" ]
      }
    }
  }
}