tree: f27e49ae21ece839152123591aea6e63ec6bb3e4 [path history] [tgz]
  1. base/
  2. crdtp/
  3. lib/
  4. templates/
  5. testing/
  6. third_party/
  7. .clang-format
  8. .gn
  9. BUILD.gn
  10. BUILDCONFIG.gn
  11. check_protocol_compatibility.py
  12. code_generator.py
  13. concatenate_protocols.py
  14. convert_protocol_to_json.py
  15. inspector_protocol.gni
  16. LICENSE
  17. METADATA
  18. pdl.py
  19. README.md
  20. sample_config.json
  21. sample_expected_errors.json
  22. WATCHLISTS
src/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.