summaryrefslogtreecommitdiff
path: root/chromium/chrome/app/chrome_manifest.json
blob: 6c0181a5b8e702a9f61ce75c5a0e3d1ae47dd1d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "chrome",
  "display_name": "Chrome",
  "interface_provider_specs": {
    "service_manager:connector": {
      "provides": {
        // This is only used in classic ash. In mus InputDeviceController comes
        // from mus.
        "input_device_controller": [
          "ui::mojom::InputDeviceController"
        ],
        "mash:launchable": [
          "mash::mojom::Launchable"
        ]
      },
      "requires": {
        "service_manager": [
          "service_manager:all_users"
        ]
      }
    }
  }
}