• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This file will be copied into //third_party/externals/perfetto via the
2# new_local_repository rule in WORKSPACE.bazel, so all files should be relative to that path.
3
4cc_library(
5    name = "perfetto",
6    srcs = ["sdk/perfetto.cc"],
7    hdrs = [
8        "sdk/perfetto.h",
9    ],
10    defines = ["SK_USE_PERFETTO"],
11    includes = ["sdk"],
12    visibility = ["//visibility:public"],
13)
14