v8/third_party/inspector_protocol
kozyatinskiy d01dc6dc11 [inspector] use own copy of third_party/inspector_protocol
When Chromium and V8 use the same version of inspector_protocol, any protocol change takes at least 4 patches and 3 waiting for rolls.
To simplify this process we need to have two diffrent versions of inspector_protocol in Chromium and V8. Current state of inspector_protocol was extracted into separate repository [1]. This CL puts last version of inspector_protocol into third_party/inspector_protocol and removes dependency on inspector_protocol in Webkit.

[1] https://chromium.googlesource.com/deps/inspector_protocol/

BUG=chromium:637032
R=dgozman@chromium.org
CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel

Review-Url: https://codereview.chromium.org/2447323002
Cr-Commit-Position: refs/heads/master@{#40655}
2016-10-28 18:20:47 +00:00
..
lib [inspector] use own copy of third_party/inspector_protocol 2016-10-28 18:20:47 +00:00
templates [inspector] use own copy of third_party/inspector_protocol 2016-10-28 18:20:47 +00:00
CheckProtocolCompatibility.py [inspector] use own copy of third_party/inspector_protocol 2016-10-28 18:20:47 +00:00
CodeGenerator.py [inspector] use own copy of third_party/inspector_protocol 2016-10-28 18:20:47 +00:00
ConcatenateProtocols.py [inspector] use own copy of third_party/inspector_protocol 2016-10-28 18:20:47 +00:00
inspector_protocol.gni [inspector] use own copy of third_party/inspector_protocol 2016-10-28 18:20:47 +00:00
inspector_protocol.gypi [inspector] use own copy of third_party/inspector_protocol 2016-10-28 18:20:47 +00:00
LICENSE [inspector] use own copy of third_party/inspector_protocol 2016-10-28 18:20:47 +00:00
OWNERS [inspector] use own copy of third_party/inspector_protocol 2016-10-28 18:20:47 +00:00
README.v8 [inspector] use own copy of third_party/inspector_protocol 2016-10-28 18:20:47 +00:00

Name: inspector protocol
Short Name: inspector_protocol
URL: https://chromium.googlesource.com/deps/inspector_protocol/
Version: 0
Revision: 6c15061ecf7168e520d33633b217e029e74760a7
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.