aboutsummaryrefslogtreecommitdiff
path: root/bazel/standalone/perfetto_cfg.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'bazel/standalone/perfetto_cfg.bzl')
-rw-r--r--bazel/standalone/perfetto_cfg.bzl8
1 files changed, 0 insertions, 8 deletions
diff --git a/bazel/standalone/perfetto_cfg.bzl b/bazel/standalone/perfetto_cfg.bzl
index 2d71aa8d9..68a0eaded 100644
--- a/bazel/standalone/perfetto_cfg.bzl
+++ b/bazel/standalone/perfetto_cfg.bzl
@@ -34,12 +34,6 @@ PERFETTO_CONFIG = struct(
# "perfetto_build_flags.h" file that can be included via:
# #include "perfetto_build_flags.h".
build_config = ["//:build_config_hdr"],
-
- # Target exposing the PERFETTO_VERSION_STRING() and
- # PERFETTO_VERSION_SCM_REVISION() macros. This is overridden in google
- # internal builds.
- version_header = ["//:cc_perfetto_version_header"],
-
zlib = ["@perfetto_dep_zlib//:zlib"],
jsoncpp = ["@perfetto_dep_jsoncpp//:jsoncpp"],
linenoise = ["@perfetto_dep_linenoise//:linenoise"],
@@ -49,7 +43,6 @@ PERFETTO_CONFIG = struct(
protoc_lib = ["@com_google_protobuf//:protoc_lib"],
protobuf_lite = ["@com_google_protobuf//:protobuf_lite"],
protobuf_full = ["@com_google_protobuf//:protobuf"],
- protobuf_descriptor_proto = ["@com_google_protobuf//:descriptor_proto"]
),
# This struct allows embedders to customize the cc_opts for Perfetto
@@ -92,7 +85,6 @@ PERFETTO_CONFIG = struct(
proto_library = None,
py_binary = None,
- py_library = None,
# We only need this for internal binaries. No other embeedder should
# care about this.