Commit cbf58f4d authored by Lei Zhang's avatar Lei Zhang Committed by Commit Bot

Remove torque_generated_core target.

GN should understand action outputs, so the header generated by the
run_torque action do not need to be separately listed in another
source_set.

Change-Id: I309e8c012eb0a0597a247806d36658c1d6e5d97b
Reviewed-on: https://chromium-review.googlesource.com/c/1297680Reviewed-by: 's avatarTobias Tebbi <tebbi@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#56953}
parent b483cc12
......@@ -977,20 +977,6 @@ action("run_torque") {
}
}
v8_header_set("torque_generated_core") {
visibility = [ ":*" ] # Only targets in this file can depend on this.
deps = [
":run_torque",
]
sources = [
"$target_gen_dir/torque-generated/builtin-definitions-from-dsl.h",
]
configs = [ ":internal_config" ]
}
v8_source_set("torque_generated_initializers") {
visibility = [ ":*" ] # Only targets in this file can depend on this.
......@@ -2964,7 +2950,7 @@ v8_source_set("v8_base") {
defines = []
deps = [
":generate_bytecode_builtins_list",
":torque_generated_core",
":run_torque",
":v8_headers",
":v8_libbase",
":v8_libsampler",
......@@ -3814,7 +3800,7 @@ v8_source_set("wasm_module_runner") {
deps = [
":generate_bytecode_builtins_list",
":torque_generated_core",
":run_torque",
]
if (v8_enable_i18n_support) {
......@@ -3898,7 +3884,7 @@ v8_source_set("lib_wasm_fuzzer_common") {
deps = [
":generate_bytecode_builtins_list",
":torque_generated_core",
":run_torque",
]
if (v8_enable_i18n_support) {
......
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