diff options
author | Craig Tiller <ctiller@google.com> | 2017-03-31 16:10:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-31 16:10:35 -0700 |
commit | 9c54a0c12cbb55dd96a50074868ad55126b356b9 (patch) | |
tree | f3208306ddd032c4cbbb3e95884823fb8c544f70 /tools/doxygen/Doxyfile.core.internal | |
parent | 59f036dc52e1cd97f5e252f2cc7a34e16e1b966d (diff) | |
parent | e8b7952eba4d578dc47ce1f63f9d469dbb9f0de6 (diff) |
Merge pull request #10382 from ctiller/checks
Reinstate filegroup dependency checks, fix fallout
Diffstat (limited to 'tools/doxygen/Doxyfile.core.internal')
-rw-r--r-- | tools/doxygen/Doxyfile.core.internal | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/doxygen/Doxyfile.core.internal b/tools/doxygen/Doxyfile.core.internal index 4b0fb700bb..a9343499e7 100644 --- a/tools/doxygen/Doxyfile.core.internal +++ b/tools/doxygen/Doxyfile.core.internal @@ -822,7 +822,6 @@ include/grpc/impl/codegen/port_platform.h \ include/grpc/impl/codegen/port_platform.h \ include/grpc/impl/codegen/propagation_bits.h \ include/grpc/impl/codegen/slice.h \ -include/grpc/impl/codegen/slice.h \ include/grpc/impl/codegen/status.h \ include/grpc/impl/codegen/sync.h \ include/grpc/impl/codegen/sync.h \ @@ -1227,10 +1226,10 @@ src/core/lib/security/transport/security_handshaker.h \ src/core/lib/security/transport/server_auth_filter.c \ src/core/lib/security/transport/tsi_error.c \ src/core/lib/security/transport/tsi_error.h \ -src/core/lib/security/util/b64.c \ -src/core/lib/security/util/b64.h \ src/core/lib/security/util/json_util.c \ src/core/lib/security/util/json_util.h \ +src/core/lib/slice/b64.c \ +src/core/lib/slice/b64.h \ src/core/lib/slice/percent_encoding.c \ src/core/lib/slice/percent_encoding.h \ src/core/lib/slice/slice.c \ |