summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/devtools/inspector_protocol_config.json
blob: 5389729839841f01d6a197c544729eaed929bd2f (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
{
    "use_snake_file_names": true,
    "use_title_case_methods": true,
    "protocol": {
        "package": "chrome/browser/devtools/protocol",
        "output": "protocol",
        "namespace": [ "protocol" ],
        "options": [
            {
                "domain": "Page",
                "include": [ "enable", "disable", "setAdBlockingEnabled", "getInstallabilityErrors" ],
                "include_events": [],
                "async": ["getInstallabilityErrors"]
            },
            {
                "domain": "Browser",
                "include": [ "getWindowForTarget", "getWindowBounds", "setWindowBounds", "close", "setDockTile" ],
                "include_events": []
            },
            {
                "domain": "Target",
                "include": [ "setRemoteLocations", "createTarget" ],
                "include_events": []
            },
            {
                "domain": "Cast",
                "async": ["startTabMirroring"]
            },
            {
                "domain": "WindowManager"
            }
        ]
    },
    "lib": {
        "package": "chrome/browser/devtools/protocol",
        "output": "protocol",
        "string_header": "chrome/browser/devtools/protocol/base_string_adapter.h"
    },

    "encoding_lib": {
        "namespace": "inspector_protocol_encoding"
    },
    "bindings_lib": {
        "namespace": "inspector_protocol_bindings"
    }
}