tree: 16bf5e51938fbb29166ed5fd300241802da38efa [path history] [tgz]
  1. crdtp/
  2. lib/
  3. templates/
  4. .clang-format
  5. BUILD.gn
  6. check_protocol_compatibility.py
  7. code_generator.py
  8. concatenate_protocols.py
  9. convert_protocol_to_json.py
  10. inspector_protocol.gni
  11. LICENSE
  12. pdl.py
  13. README.md
  14. README.v8
  15. roll.py
src/third_party/v8/third_party/inspector_protocol/README.md

Chromium inspector (devtools) protocol

This package contains code generators and templates for the Chromium inspector protocol.

The canonical location of this package is at https://chromium.googlesource.com/deps/inspector_protocol/

In the Chromium tree, it's rolled into https://cs.chromium.org/chromium/src/third_party/inspector_protocol/

In the V8 tree, it's rolled into https://cs.chromium.org/chromium/src/v8/third_party/inspector_protocol/

See also Contributing to Chrome Devtools Protocol.

To build and run the tests of the crdtp library, see CRDTP - Chrome DevTools Protocol.