diff options
author | Vijay Pai <vpai@google.com> | 2018-08-17 16:38:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-17 16:38:33 -0700 |
commit | 472b9327c05904f41e32a532da14364d2ced8d42 (patch) | |
tree | 253e919039b6036940860f3368a558e6371f5d1d /tools/doxygen/Doxyfile.core.internal | |
parent | 8ba45636295019b101c1e9579423d4de41c4c59e (diff) | |
parent | ccc4771630d04000c5a4998b3dc27bcb7dc8c834 (diff) |
Merge pull request #16374 from vjpai/census
Move a census file from src/cpp to src/core since core depends on it
Diffstat (limited to 'tools/doxygen/Doxyfile.core.internal')
-rw-r--r-- | tools/doxygen/Doxyfile.core.internal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/doxygen/Doxyfile.core.internal b/tools/doxygen/Doxyfile.core.internal index 0f5047a305..a08ce0b9ff 100644 --- a/tools/doxygen/Doxyfile.core.internal +++ b/tools/doxygen/Doxyfile.core.internal @@ -868,6 +868,7 @@ include/grpc/support/time.h \ include/grpc/support/workaround_list.h \ src/core/README.md \ src/core/ext/README.md \ +src/core/ext/filters/census/grpc_context.cc \ src/core/ext/filters/client_channel/README.md \ src/core/ext/filters/client_channel/backup_poller.cc \ src/core/ext/filters/client_channel/backup_poller.h \ @@ -1522,7 +1523,6 @@ src/core/tsi/transport_security.h \ src/core/tsi/transport_security_grpc.cc \ src/core/tsi/transport_security_grpc.h \ src/core/tsi/transport_security_interface.h \ -src/cpp/ext/filters/census/grpc_context.cc \ third_party/nanopb/pb.h \ third_party/nanopb/pb_common.c \ third_party/nanopb/pb_common.h \ |