Commit da111c01 authored by Dan Elphick's avatar Dan Elphick Committed by Commit Bot

[build] Fix up some wasm dependencies

Add missing dependencies to wasm_test_common and lib_wasm_fuzzer_common,
reducing gn check errors from 174 to 170.

Bug: v8:7330
Change-Id: I30eaba6e411e714ee3648eb2df165239b3cff5e5
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2716382
Auto-Submit: Dan Elphick <delphick@chromium.org>
Commit-Queue: Andreas Haas <ahaas@chromium.org>
Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
Cr-Commit-Position: refs/heads/master@{#72993}
parent 42b5b405
......@@ -5565,6 +5565,7 @@ v8_source_set("wasm_test_common") {
deps = [
":generate_bytecode_builtins_list",
":run_torque",
":v8_libbase",
":v8_shared_internal_headers",
":v8_tracing",
]
......@@ -5647,6 +5648,7 @@ v8_source_set("lib_wasm_fuzzer_common") {
":generate_bytecode_builtins_list",
":run_torque",
":v8_tracing",
":wasm_test_common",
]
public_deps = [ ":v8_maybe_icu" ]
......
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