[tracing] Remove enable_base_tracing

libyuv doesn't depend on chromium/base/ anymore.

Change-Id: Idb89d1e8cc6ebe1cd14f012299cdc9680c2da5cc
Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/6545812
Reviewed-by: Mirko Bonadei <mbonadei@chromium.org>
Commit-Queue: Mirko Bonadei <mbonadei@chromium.org>
Reviewed-by: Frank Barchard <fbarchard@chromium.org>
This commit is contained in:
Etienne Pierre-doray 2025-05-14 19:54:42 +00:00 committed by libyuv LUCI CQ
parent 0853c9353f
commit 84890943b3

View File

@ -47,10 +47,6 @@ if (host_os == "mac" || host_os == "linux") {
} }
declare_args() { declare_args() {
# Tracing support requires //third_party/perfetto.
enable_base_tracing = false
use_perfetto_client_library = false
# Limits the defined //third_party/android_deps targets to only "buildCompile" # Limits the defined //third_party/android_deps targets to only "buildCompile"
# and "buildCompileNoDeps" targets. This is useful for third-party # and "buildCompileNoDeps" targets. This is useful for third-party
# repositories which do not use JUnit tests. For instance, # repositories which do not use JUnit tests. For instance,