summaryrefslogtreecommitdiff
path: root/chromium/fuchsia/engine/context_provider.cmx
blob: a36b72bc4f869c8b1180322db79b99b35fa4543a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "sandbox": {
    "features": [
      "config-data",
      "deprecated-ambient-replace-as-executable",
      "root-ssl-certificates",
      "vulkan"
    ],
    "services": [
      "fuchsia.feedback.ComponentDataRegister",
      "fuchsia.feedback.CrashReportingProductRegister",
      "fuchsia.logger.LogSink",
      "fuchsia.process.Launcher"
    ]
  }
}