diff options
author | Vijay Pai <vpai@google.com> | 2018-08-16 15:44:19 -0700 |
---|---|---|
committer | Vijay Pai <vpai@google.com> | 2018-08-16 15:44:19 -0700 |
commit | 381bcab8bde911a0aa03d2148f2b291c1c846481 (patch) | |
tree | 38e5db3cdfeab5719caefa257ddafb7bc435d4b6 /tools/doxygen | |
parent | 7e4be890148cae7d9350007d4372f7492c52569c (diff) |
Move a file from src/cpp to src/core since core depends on it
Diffstat (limited to 'tools/doxygen')
-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 fa2ad93a45..d91cf09465 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 \ @@ -1521,7 +1522,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 \ |