de20581ca3
This is needed to insulate generated code from blink::protocol namespace from naming changes that we plan to do in the Great Blink Rename (which in particular will rename wtf::StringBuilder::find method into Find). This CL also includes roll of inspector_protocol which starts to generate code that uses the new StringUtil::find adapter method: rolling third_party/inspector to 1a7cbe8ba8fa0d622586f549a97c73d9b52efbea BUG=683447 Review-Url: https://codereview.chromium.org/2675763003 Cr-Commit-Position: refs/heads/master@{#42936} |
||
---|---|---|
.. | ||
lib | ||
templates | ||
CheckProtocolCompatibility.py | ||
CodeGenerator.py | ||
ConcatenateProtocols.py | ||
inspector_protocol.gni | ||
inspector_protocol.gypi | ||
LICENSE | ||
OWNERS | ||
README.v8 |
Name: inspector protocol Short Name: inspector_protocol URL: https://chromium.googlesource.com/deps/inspector_protocol/ Version: 0 Revision: 1a7cbe8ba8fa0d622586f549a97c73d9b52efbea 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.