tree: aa13242a48c3fe132942b6171d3fee31b23225fb [path history] [tgz]
  1. crdtp/
  2. lib/
  3. templates/
  4. BUILD.gn
  5. check_protocol_compatibility.py
  6. code_generator.py
  7. concatenate_protocols.py
  8. convert_protocol_to_json.py
  9. DEPS
  10. inspector_protocol.gni
  11. LICENSE
  12. OWNERS
  13. pdl.py
  14. README.chromium
  15. README.md
  16. 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.