Add comments into generated code indicating the template that generated it.
Remove unused backward compat file (CheckProtocolCompatibility.py).

Change-Id: I948a3ed8a2b0efb03c7b3dbd618d4d0d6523dd34
22 files changed
tree: 23a86b5ee00bc17f2fd6b385f43a659f40995224
  1. base/
  2. encoding/
  3. lib/
  4. templates/
  5. testing/
  6. third_party/
  7. .clang-format
  8. .gitignore
  9. .gn
  10. BUILD.gn
  11. BUILDCONFIG.gn
  12. check_protocol_compatibility.py
  13. code_generator.py
  14. codereview.settings
  15. concatenate_protocols.py
  16. convert_protocol_to_json.py
  17. DEPS
  18. inspector_protocol.gni
  19. inspector_protocol.gypi
  20. LICENSE
  21. OWNERS
  22. pdl.py
  23. README.md
  24. sample_config.json
  25. sample_expected_errors.json
  26. WATCHLISTS
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.

We‘re working on enabling standalone builds for parts of this package for testing and development, please feel free to ignore this for now. But, if you’re familiar with Chromium's development process and have the depot_tools installed, you may use these commands to fetch the package (and dependencies) and build and run the tests:

fetch inspector_protocol
cd src
gn gen out/Release
ninja -C out/Release json_parser_test
out/Release/json_parser_test