[tracing] Enable client library on win
This uses new TRACE_EVENT* macro implemented in perfetto. Bug: 1497783 Change-Id: I68909561dc30dcb15f94520d1e2d3aacf6c828ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4503043 Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Reviewed-by: Michael Achenbach <machenbach@chromium.org> Reviewed-by: Alexander Timin <altimin@chromium.org> Reviewed-by: Mikhail Khokhlov <khokhlov@google.com> Cr-Commit-Position: refs/heads/main@{#1226099}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
6f303a54c5
commit
eb64506957
@ -39,7 +39,7 @@ declare_args() {
|
||||
# to //third_party/perfetto's client library.
|
||||
# TODO(crbug/1006541): Switch to perfetto's client library on all platforms.
|
||||
use_perfetto_client_library =
|
||||
(is_linux || is_android || (use_blink && is_ios)) && !is_castos
|
||||
(is_linux || is_android || (use_blink && is_ios) || is_win) && !is_castos
|
||||
|
||||
# Limits the defined //third_party/android_deps targets to only "buildCompile"
|
||||
# and "buildCompileNoDeps" targets. This is useful for third-party
|
||||
|
Reference in New Issue
Block a user