tree: 8ed1329c09ce114a08810fa9001238927672dc36 [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. codereview.settings
  9. concatenate_protocols.py
  10. convert_protocol_to_json.py
  11. inspector_protocol.gni
  12. LICENSE
  13. OWNERS
  14. pdl.py
  15. README.md
  16. README.v8
  17. roll.py
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.