blob: cbd4399b86c69f58a4e7a9804aefeda8de5991f3 [file] [log] [blame]
{
"use_snake_file_names": true,
"use_title_case_methods": true,
"protocol": {
"package": "headless/lib/browser/protocol",
"output": "lib/browser/protocol",
"namespace": ["headless", "protocol"],
"export_macro": "HEADLESS_EXPORT",
"export_header": "headless/public/headless_export.h",
"file_name_prefix": "dp_",
"options": [
{
"domain": "Target",
"include": ["createTarget", "closeTarget"],
"include_events": []
},
{
"domain": "Browser",
"include": ["close", "getWindowForTarget", "getWindowBounds", "setWindowBounds", "setDockTile" ],
"include_events": []
},
{
"domain": "HeadlessExperimental",
"async": ["beginFrame"]
},
{
"domain": "Page",
"include": ["printToPDF"],
"async": ["printToPDF"],
"include_events": []
}
]
},
"lib": {
"package": "headless/lib/browser/protocol",
"output": "lib/browser/protocol",
"string_header": "headless/lib/browser/protocol/base_string_adapter.h",
"export_macro": "HEADLESS_EXPORT",
"export_header": "headless/public/headless_export.h"
},
"encoding_lib": {
"namespace": "inspector_protocol_encoding"
},
"bindings_lib": {
"namespace": "inspector_protocol_bindings"
}
}