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

content / shell / browser / protocol_config.json [blame]

{
    "use_snake_file_names": true,
    "use_title_case_methods": true,

    "protocol": {
        "package": "content/shell/browser/protocol",
        "output": "protocol",
        "namespace": ["content", "shell", "protocol"],
        "options": [
            {
                "domain": "Browser",
                "include": ["getWindowForTarget"],
                "include_events": []
            }
        ]
    },

    "lib": {
        "package": "content/shell/browser/protocol",
        "output": "protocol",
        "protocol_traits": "third_party/inspector_protocol/crdtp/chromium/protocol_traits.h"
    },

    "crdtp": {
        "namespace": "crdtp"
    }
}