summaryrefslogtreecommitdiffhomepage
path: root/tools/bazeldefs
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2021-08-12 05:22:45 -0700
committergVisor bot <gvisor-bot@google.com>2021-08-12 05:25:44 -0700
commit403c4b1a05f3f2269f286ffed44339a5b5e6869a (patch)
tree8d218f5802fd30744887fded156ef646f8f9028d /tools/bazeldefs
parent3416a3db77bf80cc1100b7d206fe0b68d424d7c9 (diff)
Internal change.
PiperOrigin-RevId: 390346783
Diffstat (limited to 'tools/bazeldefs')
-rw-r--r--tools/bazeldefs/cc.bzl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/bazeldefs/cc.bzl b/tools/bazeldefs/cc.bzl
index 2831eac5f..57d33726a 100644
--- a/tools/bazeldefs/cc.bzl
+++ b/tools/bazeldefs/cc.bzl
@@ -9,6 +9,7 @@ cc_test = _cc_test
cc_toolchain = "@bazel_tools//tools/cpp:current_cc_toolchain"
gtest = "@com_google_googletest//:gtest"
gbenchmark = "@com_google_benchmark//:benchmark"
+gbenchmark_internal = "@com_google_benchmark//:benchmark"
grpcpp = "@com_github_grpc_grpc//:grpc++"
vdso_linker_option = "-fuse-ld=gold "