Fix cctest build in Chromium with v8_use_perfetto=true
We're migrating Chrome tracing to Perfetto SDK, and the first step is to make everything build with perfetto library. Example build errors: https://ci.chromium.org/ui/p/chromium/builders/try/linux-rel/1202724 Bug: chromium:1006766 Change-Id: If9dbc616e025f77c13bae77be981c3ad7b18ad06 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4032153 Reviewed-by: Igor Sheludko <ishell@chromium.org> Commit-Queue: Mikhail Khokhlov <khokhlov@google.com> Cr-Commit-Position: refs/heads/main@{#84323}
This commit is contained in:
parent
704ea7ab3c
commit
1c2e2a54d5
@ -366,6 +366,7 @@ v8_source_set("cctest_sources") {
|
||||
deps = [
|
||||
"../..:run_torque",
|
||||
"../..:v8_shared_internal_headers",
|
||||
"../..:v8_tracing",
|
||||
]
|
||||
|
||||
if (v8_enable_i18n_support) {
|
||||
|
Loading…
Reference in New Issue
Block a user