Commit 344463d6 authored by Tobias Tebbi's avatar Tobias Tebbi Committed by Commit Bot

[build] fix static library build

Bug: v8:7784
Change-Id: Ie4bbecacc9bced842269871dd5efa5113e09059d
Reviewed-on: https://chromium-review.googlesource.com/1070200Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Tobias Tebbi <tebbi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#53307}
parent fef6282f
...@@ -905,7 +905,7 @@ action("run_torque") { ...@@ -905,7 +905,7 @@ action("run_torque") {
} }
} }
v8_source_set("torque_generated_core") { v8_header_set("torque_generated_core") {
visibility = [ ":*" ] # Only targets in this file can depend on this. visibility = [ ":*" ] # Only targets in this file can depend on this.
deps = [ deps = [
......
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