Commit b6092749 authored by Victor Gomes's avatar Victor Gomes Committed by V8 LUCI CQ

[bazel] Adds local flag in generated_inspector_files

No-Try: true
Change-Id: If4d72836d40ee994ea5b7f7f1f2a98092d7b4079
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3380599
Auto-Submit: Victor Gomes <victorgomes@chromium.org>
Reviewed-by: 's avatarCamillo Bruni <cbruni@chromium.org>
Commit-Queue: Camillo Bruni <cbruni@chromium.org>
Cr-Commit-Position: refs/heads/main@{#78562}
parent 685e6078
......@@ -3224,6 +3224,7 @@ genrule(
"src/inspector/protocol/Schema.cpp",
"src/inspector/protocol/Schema.h",
],
local = 1,
cmd = "$(location :code_generator) --jinja_dir . \
--inspector_protocol_dir third_party/inspector_protocol \
--config $(location :src/inspector/inspector_protocol_config.json) \
......
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