v8/third_party/inspector_protocol
kozyatinskiy 3902043324 [inspector] migrate HeapProfiler to new style
BUG=none
R=dgozman@chromium.org

Review-Url: https://codereview.chromium.org/2474483003
Cr-Commit-Position: refs/heads/master@{#40689}
2016-11-02 00:52:31 +00:00
..
lib
templates
CheckProtocolCompatibility.py
CodeGenerator.py [inspector] migrate HeapProfiler to new style 2016-11-02 00:52:31 +00:00
ConcatenateProtocols.py
inspector_protocol.gni
inspector_protocol.gypi
LICENSE
OWNERS
README.v8 [inspector] migrate HeapProfiler to new style 2016-11-02 00:52:31 +00:00

Name: inspector protocol
Short Name: inspector_protocol
URL: https://chromium.googlesource.com/deps/inspector_protocol/
Version: 0
Revision: cf45a6e89b17cdc9eeacdef4c003fcc55f7ec2a0
License: BSD
License File: LICENSE
Security Critical: no

Description:
src/inspector uses these scripts to generate handlers from protocol
description.

Local modifications:
- This only includes the lib/ and templates/ directories, scripts, build
  and the LICENSE files.
- New style domains [ "Schema", "Console", "Profiler", "HeapProfiler" ] are
  added in CodeGenerator.py.