diff options
author | ncteisen <ncteisen@gmail.com> | 2018-01-23 09:10:14 -0800 |
---|---|---|
committer | ncteisen <ncteisen@gmail.com> | 2018-01-23 09:10:14 -0800 |
commit | 34ebf5dd9eea03be7f744ea456cbd4acd950da86 (patch) | |
tree | 986d0c5bb8bf65906bc896f9efea358ecee27cac /BUILD | |
parent | bd0c019c39afde113f5f66b27b1e6055f2635725 (diff) |
Move object registry out of gpr
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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", |