aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/pprof/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/pprof/BUILD')
-rw-r--r--third_party/pprof/BUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/pprof/BUILD b/third_party/pprof/BUILD
index faa199b6ee..0fb1b97fad 100644
--- a/third_party/pprof/BUILD
+++ b/third_party/pprof/BUILD
@@ -2,6 +2,11 @@ package(default_visibility = ["//visibility:public"])
licenses(["notice"]) # Apache 2.0
+filegroup(
+ name = "srcs",
+ srcs = glob(["**"]),
+)
+
proto_library(
name = "profile_proto",
srcs = ["profile.proto"],