summaryrefslogtreecommitdiffstats
path: root/chromium/infra/config/settings.json
blob: a986834fef88281e06970758497a3fb1eac599d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
    "project": "chromium-m112",
    "project_title": "Chromium M112",
    "ref": "refs/branch-heads/5615",
    "chrome_project": "chrome-m112",
    "is_main": false,
    "platforms": {
      "android": {
          "description": "webview stable",
          "sheriff_rotation": "chrome_browser_release"
        },
      "fuchsia": {
          "description": "fuchsia F11",
          "sheriff_rotation": "fuchsia"
      },
      "mac": {
          "description": "extended stable",
          "sheriff_rotation": "chrome_browser_release"
      },
      "windows": {
          "description": "extended stable",
          "sheriff_rotation": "chrome_browser_release"
      }
  }
}