summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/devtools/front_end/resources/module.json
blob: a703461109279fb10861eee4e75352ccf66cc34e (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
58
59
60
61
{
    "extensions": [
        {
            "type": "view",
            "location": "panel",
            "id": "resources",
            "title": "Application",
            "order": 70,
            "className": "Resources.ResourcesPanel"
        },
        {
            "type": "@Common.Revealer",
            "contextTypes": [
                "SDK.Resource"
            ],
            "destination": "Application panel",
            "className": "Resources.ResourcesPanel.ResourceRevealer"
        }
    ],
    "dependencies": [
        "source_frame",
        "cookie_table",
        "inline_editor",
        "data_grid",
        "components",
        "object_ui",
        "perf_ui",
        "mobile_throttling",
        "network",
        "sources"
    ],
    "scripts": [
        "ApplicationCacheModel.js",
        "AppManifestView.js",
        "ApplicationCacheItemsView.js",
        "ClearStorageView.js",
        "StorageItemsView.js",
        "CookieItemsView.js",
        "DatabaseModel.js",
        "DOMStorageModel.js",
        "DOMStorageItemsView.js",
        "DatabaseQueryView.js",
        "DatabaseTableView.js",
        "IndexedDBModel.js",
        "IndexedDBViews.js",
        "ResourcesPanel.js",
        "ApplicationPanelSidebar.js",
        "ResourcesSection.js",
        "ServiceWorkerCacheViews.js",
        "ServiceWorkersView.js"
    ],
    "resources": [
        "appManifestView.css",
        "clearStorageView.css",
        "indexedDBViews.css",
        "resourcesPanel.css",
        "resourcesSidebar.css",
        "serviceWorkerCacheViews.css",
        "serviceWorkersView.css"
    ]
}