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 /tools/doxygen/Doxyfile.c++.internal | |
parent | bd0c019c39afde113f5f66b27b1e6055f2635725 (diff) |
Move object registry out of gpr
Diffstat (limited to 'tools/doxygen/Doxyfile.c++.internal')
-rw-r--r-- | tools/doxygen/Doxyfile.c++.internal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/doxygen/Doxyfile.c++.internal b/tools/doxygen/Doxyfile.c++.internal index 1cf985d1ed..60122540d6 100644 --- a/tools/doxygen/Doxyfile.c++.internal +++ b/tools/doxygen/Doxyfile.c++.internal @@ -943,6 +943,7 @@ src/core/lib/channel/context.h \ src/core/lib/channel/handshaker.h \ src/core/lib/channel/handshaker_factory.h \ src/core/lib/channel/handshaker_registry.h \ +src/core/lib/channel/object_registry.cc \ src/core/lib/compression/algorithm_metadata.h \ src/core/lib/compression/message_compress.h \ src/core/lib/compression/stream_compression.h \ @@ -956,7 +957,6 @@ src/core/lib/gpr/env.h \ src/core/lib/gpr/fork.h \ src/core/lib/gpr/mpscq.h \ src/core/lib/gpr/murmur_hash.h \ -src/core/lib/gpr/object_registry.h \ src/core/lib/gpr/spinlock.h \ src/core/lib/gpr/string.h \ src/core/lib/gpr/string_windows.h \ |