aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2017-11-28 08:24:35 -0800
committerGravatar Mark D. Roth <roth@google.com>2017-11-28 08:24:35 -0800
commitcf9ca843eb3dec132195e8a8b21f33a7525d2197 (patch)
tree3b87c36453797c61557ca4ba897270ce570e5213 /BUILD
parentabadc6c5168f9429173751f1fb4ed225942d6f8c (diff)
Add ReferenceCountedPtr class.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 5289023ef5..9c93a5c099 100644
--- a/BUILD
+++ b/BUILD
@@ -555,6 +555,12 @@ grpc_cc_library(
)
grpc_cc_library(
+ name = "reference_counted_ptr",
+ public_hdrs = ["src/core/lib/support/reference_counted_ptr.h"],
+ language = "c++",
+)
+
+grpc_cc_library(
name = "grpc_base_c",
srcs = [
"src/core/lib/backoff/backoff.cc",