summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/devtools/front_end/audits2/module.json
blob: 61b44db117d904576a517c176e55f02f3dfad199 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
    "extensions": [
        {
            "type": "view",
            "location": "panel",
            "id": "audits2",
            "title": "Audits",
            "order": 90,
            "className": "Audits2.Audits2Panel",
            "tags": "lighthouse, pwa"
        }
    ],
    "dependencies": [
        "components",
        "emulation",
        "timeline",
        "inspector_main",
        "sdk",
        "services",
        "ui"
    ],
    "scripts": [
        "lighthouse/renderer/util.js",
        "lighthouse/renderer/dom.js",
        "lighthouse/renderer/category-renderer.js",
        "lighthouse/renderer/performance-category-renderer.js",
        "lighthouse/renderer/pwa-category-renderer.js",
        "lighthouse/renderer/details-renderer.js",
        "lighthouse/renderer/crc-details-renderer.js",
        "lighthouse/renderer/report-renderer.js",
        "RadioSetting.js",
        "Audits2Panel.js",
        "Audits2Controller.js",
        "Audits2ReportSelector.js",
        "Audits2ReportRenderer.js",
        "Audits2StartView.js",
        "Audits2StatusView.js",
        "Audits2ProtocolService.js"
    ],
    "resources": [
        "audits2Dialog.css",
        "audits2StartView.css",
        "audits2Panel.css",
        "lighthouse/report-styles.css",
        "lighthouse/templates.html"
    ],
    "skip_compilation": [
      "lighthouse/renderer/util.js",
      "lighthouse/renderer/dom.js",
      "lighthouse/renderer/category-renderer.js",
      "lighthouse/renderer/performance-category-renderer.js",
      "lighthouse/renderer/pwa-category-renderer.js",
      "lighthouse/renderer/details-renderer.js",
      "lighthouse/renderer/crc-details-renderer.js",
      "lighthouse/renderer/report-renderer.js"
  ]
}