aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-01-23 09:10:14 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2018-01-23 09:10:14 -0800
commit34ebf5dd9eea03be7f744ea456cbd4acd950da86 (patch)
tree986d0c5bb8bf65906bc896f9efea358ecee27cac /BUILD
parentbd0c019c39afde113f5f66b27b1e6055f2635725 (diff)
Move object registry out of gpr
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 30b0488dc3..1df5df7f3d 100644
--- a/BUILD
+++ b/BUILD
@@ -626,6 +626,7 @@ grpc_cc_library(
"src/core/lib/channel/channel_stack_builder.cc",
"src/core/lib/channel/channel_tracer.cc",
"src/core/lib/channel/connected_channel.cc",
+ "src/core/lib/channel/object_registry.cc",
"src/core/lib/channel/handshaker.cc",
"src/core/lib/channel/handshaker_factory.cc",
"src/core/lib/channel/handshaker_registry.cc",
@@ -762,6 +763,7 @@ grpc_cc_library(
"src/core/lib/channel/channel_tracer.h",
"src/core/lib/channel/connected_channel.h",
"src/core/lib/channel/context.h",
+ "src/core/lib/channel/object_registry.h",
"src/core/lib/channel/handshaker.h",
"src/core/lib/channel/handshaker_factory.h",
"src/core/lib/channel/handshaker_registry.h",