Clone this repo:

Branches

  1. 0376469 Add jinja_dir arg in gni file by Cheng Zhao · 3 months ago main
  2. 231d357 Misc minor cleanup in inspecpector_protocol/crdtp by Andrey Kosyakov · 5 months ago
  3. dec7ec1 Change pdl.py to mode 644 back again by Andrey Kosyakov · 8 months ago
  4. 7e1e6e3 Update license boilerplate text by Andrey Kosyakov · 8 months ago
  5. 6901e55 Add missing include of <tuple> for protocol_core.h by Hans Wennborg · 9 months ago

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.