Correctly use new path to js_protocol.pdl

TBR=pfeldman@chromium.org

Bug: v8:9247
Change-Id: Icda672d6add5f4ff522706c8c4cb0f907bcff1b4
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1666991
Reviewed-by: Yang Guo <yangguo@chromium.org>
Commit-Queue: Yang Guo <yangguo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#62271}
This commit is contained in:
Yang Guo 2019-06-19 09:24:44 +02:00 committed by Commit Bot
parent 21eb5e9dba
commit b72addcf23

View File

@ -1,6 +1,6 @@
{
"protocol": {
"path": "js_protocol.pdl",
"path": "../../include/js_protocol.pdl",
"package": "src/inspector/protocol",
"output": "protocol",
"namespace": ["v8_inspector", "protocol"],