Commit ea8056ff authored by Alexei Filippov's avatar Alexei Filippov Committed by Commit Bot

[inspector] Fix js_protocol.pdl build dependency

The master protocol description file is js_protocol.pdl, not .json

TBR=yangguo@chromium.org

Change-Id: Ibaef314a63c3e1665ed56bc8c66ca18a00c7fd4f
Reviewed-on: https://chromium-review.googlesource.com/c/1489976Reviewed-by: 's avatarDmitry Gozman <dgozman@chromium.org>
Commit-Queue: Alexei Filippov <alph@chromium.org>
Cr-Commit-Position: refs/heads/master@{#59882}
parent 07ee7ead
...@@ -81,7 +81,7 @@ if (v8_enable_backtrace == "") { ...@@ -81,7 +81,7 @@ if (v8_enable_backtrace == "") {
# subdirectories. # subdirectories.
v8_path_prefix = get_path_info("../", "abspath") v8_path_prefix = get_path_info("../", "abspath")
v8_inspector_js_protocol = v8_path_prefix + "/src/inspector/js_protocol.json" v8_inspector_js_protocol = v8_path_prefix + "/src/inspector/js_protocol.pdl"
############################################################################### ###############################################################################
# Templates # Templates
......
{ {
"protocol": { "protocol": {
"path": "js_protocol.json", "path": "js_protocol.pdl",
"package": "src/inspector/protocol", "package": "src/inspector/protocol",
"output": "protocol", "output": "protocol",
"namespace": ["v8_inspector", "protocol"], "namespace": ["v8_inspector", "protocol"],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment