diff options
author | Craig Tiller <ctiller@google.com> | 2015-08-25 14:11:03 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-08-25 14:11:03 -0700 |
commit | 7e3c3b2e8fe93f4f3fa79da2297d14c7eb7a04d9 (patch) | |
tree | 71020218950fb99bb7d409578d021b89a3139b62 /tools | |
parent | 04babecd7254afa11c3dc7f737924ee7af5e3b09 (diff) | |
parent | 31ff8bcc1557537082bf8de32d175e3f766fba3a (diff) |
Merge pull request #3066 from yang-g/build
add missing headers from 2945
Diffstat (limited to 'tools')
-rw-r--r-- | tools/doxygen/Doxyfile.core.internal | 2 | ||||
-rw-r--r-- | tools/run_tests/sources_and_headers.json | 8 |
2 files changed, 10 insertions, 0 deletions
diff --git a/tools/doxygen/Doxyfile.core.internal b/tools/doxygen/Doxyfile.core.internal index d27c5d9246..06f0f4ee83 100644 --- a/tools/doxygen/Doxyfile.core.internal +++ b/tools/doxygen/Doxyfile.core.internal @@ -846,6 +846,8 @@ src/core/json/json_reader.h \ src/core/json/json_writer.h \ src/core/profiling/timers.h \ src/core/profiling/timers_preciseclock.h \ +src/core/statistics/census_interface.h \ +src/core/statistics/census_rpc_stats.h \ src/core/surface/byte_buffer_queue.h \ src/core/surface/call.h \ src/core/surface/channel.h \ diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json index f2a2abe96d..c7df23a7c4 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -12340,6 +12340,8 @@ "src/core/security/secure_transport_setup.h", "src/core/security/security_connector.h", "src/core/security/security_context.h", + "src/core/statistics/census_interface.h", + "src/core/statistics/census_rpc_stats.h", "src/core/surface/byte_buffer_queue.h", "src/core/surface/call.h", "src/core/surface/channel.h", @@ -12556,6 +12558,8 @@ "src/core/security/security_context.h", "src/core/security/server_auth_filter.c", "src/core/security/server_secure_chttp2.c", + "src/core/statistics/census_interface.h", + "src/core/statistics/census_rpc_stats.h", "src/core/surface/byte_buffer.c", "src/core/surface/byte_buffer_queue.c", "src/core/surface/byte_buffer_queue.h", @@ -12806,6 +12810,8 @@ "src/core/json/json_writer.h", "src/core/profiling/timers.h", "src/core/profiling/timers_preciseclock.h", + "src/core/statistics/census_interface.h", + "src/core/statistics/census_rpc_stats.h", "src/core/surface/byte_buffer_queue.h", "src/core/surface/call.h", "src/core/surface/channel.h", @@ -12992,6 +12998,8 @@ "src/core/profiling/stap_timers.c", "src/core/profiling/timers.h", "src/core/profiling/timers_preciseclock.h", + "src/core/statistics/census_interface.h", + "src/core/statistics/census_rpc_stats.h", "src/core/surface/byte_buffer.c", "src/core/surface/byte_buffer_queue.c", "src/core/surface/byte_buffer_queue.h", |