Nicolas "Pixel" Noble | f6edf68 | 2015-03-31 05:17:34 +0200 | [diff] [blame] | 1 | # GRPC Bazel BUILD file. |
Jorge Canizales | 3beb240 | 2015-07-02 01:30:33 -0700 | [diff] [blame] | 2 | # This currently builds C, C++ and Objective-C code. |
Nicolas "Pixel" Noble | d49893d | 2015-04-21 04:57:45 +0200 | [diff] [blame] | 3 | # This file has been automatically generated from a template file. |
| 4 | # Please look at the templates directory instead. |
murgatroid99 | f680af0 | 2015-06-22 11:20:24 -0700 | [diff] [blame] | 5 | # This file can be regenerated from the template by running |
| 6 | # tools/buildgen/generate_projects.sh |
Nicolas "Pixel" Noble | f6edf68 | 2015-03-31 05:17:34 +0200 | [diff] [blame] | 7 | |
| 8 | # Copyright 2015, Google Inc. |
| 9 | # All rights reserved. |
| 10 | # |
| 11 | # Redistribution and use in source and binary forms, with or without |
| 12 | # modification, are permitted provided that the following conditions are |
| 13 | # met: |
| 14 | # |
| 15 | # * Redistributions of source code must retain the above copyright |
| 16 | # notice, this list of conditions and the following disclaimer. |
| 17 | # * Redistributions in binary form must reproduce the above |
| 18 | # copyright notice, this list of conditions and the following disclaimer |
| 19 | # in the documentation and/or other materials provided with the |
| 20 | # distribution. |
| 21 | # * Neither the name of Google Inc. nor the names of its |
| 22 | # contributors may be used to endorse or promote products derived from |
| 23 | # this software without specific prior written permission. |
| 24 | # |
| 25 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 26 | # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 27 | # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 28 | # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 29 | # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 30 | # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 31 | # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 32 | # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 33 | # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 34 | # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 35 | # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 36 | |
| 37 | licenses(["notice"]) # 3-clause BSD |
| 38 | |
Piotr Sikora | 12e26a7 | 2016-08-04 15:32:10 -0700 | [diff] [blame] | 39 | exports_files(["LICENSE"]) |
| 40 | |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 41 | package(default_visibility = ["//visibility:public"]) |
Nicolas "Pixel" Noble | f6edf68 | 2015-03-31 05:17:34 +0200 | [diff] [blame] | 42 | |
| 43 | |
| 44 | |
| 45 | |
Rob Earhart | b7b8d05 | 2016-03-29 11:35:29 -0700 | [diff] [blame] | 46 | |
Nicolas "Pixel" Noble | f6edf68 | 2015-03-31 05:17:34 +0200 | [diff] [blame] | 47 | cc_library( |
Craig Tiller | da179ce | 2016-02-09 12:01:53 -0800 | [diff] [blame] | 48 | name = "gpr", |
| 49 | srcs = [ |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 50 | "src/core/lib/profiling/timers.h", |
| 51 | "src/core/lib/support/backoff.h", |
| 52 | "src/core/lib/support/block_annotate.h", |
| 53 | "src/core/lib/support/env.h", |
Craig Tiller | 57726ca | 2016-09-12 11:59:45 -0700 | [diff] [blame] | 54 | "src/core/lib/support/mpscq.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 55 | "src/core/lib/support/murmur_hash.h", |
| 56 | "src/core/lib/support/stack_lockfree.h", |
| 57 | "src/core/lib/support/string.h", |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 58 | "src/core/lib/support/string_windows.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 59 | "src/core/lib/support/thd_internal.h", |
| 60 | "src/core/lib/support/time_precise.h", |
| 61 | "src/core/lib/support/tmpfile.h", |
| 62 | "src/core/lib/profiling/basic_timers.c", |
| 63 | "src/core/lib/profiling/stap_timers.c", |
| 64 | "src/core/lib/support/alloc.c", |
| 65 | "src/core/lib/support/avl.c", |
| 66 | "src/core/lib/support/backoff.c", |
| 67 | "src/core/lib/support/cmdline.c", |
| 68 | "src/core/lib/support/cpu_iphone.c", |
| 69 | "src/core/lib/support/cpu_linux.c", |
| 70 | "src/core/lib/support/cpu_posix.c", |
| 71 | "src/core/lib/support/cpu_windows.c", |
| 72 | "src/core/lib/support/env_linux.c", |
| 73 | "src/core/lib/support/env_posix.c", |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 74 | "src/core/lib/support/env_windows.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 75 | "src/core/lib/support/histogram.c", |
| 76 | "src/core/lib/support/host_port.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 77 | "src/core/lib/support/log.c", |
| 78 | "src/core/lib/support/log_android.c", |
| 79 | "src/core/lib/support/log_linux.c", |
| 80 | "src/core/lib/support/log_posix.c", |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 81 | "src/core/lib/support/log_windows.c", |
Craig Tiller | 57726ca | 2016-09-12 11:59:45 -0700 | [diff] [blame] | 82 | "src/core/lib/support/mpscq.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 83 | "src/core/lib/support/murmur_hash.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 84 | "src/core/lib/support/stack_lockfree.c", |
| 85 | "src/core/lib/support/string.c", |
| 86 | "src/core/lib/support/string_posix.c", |
Yuchen Zeng | 4594bd9 | 2016-05-31 14:06:01 -0700 | [diff] [blame] | 87 | "src/core/lib/support/string_util_windows.c", |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 88 | "src/core/lib/support/string_windows.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 89 | "src/core/lib/support/subprocess_posix.c", |
| 90 | "src/core/lib/support/subprocess_windows.c", |
| 91 | "src/core/lib/support/sync.c", |
| 92 | "src/core/lib/support/sync_posix.c", |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 93 | "src/core/lib/support/sync_windows.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 94 | "src/core/lib/support/thd.c", |
| 95 | "src/core/lib/support/thd_posix.c", |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 96 | "src/core/lib/support/thd_windows.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 97 | "src/core/lib/support/time.c", |
| 98 | "src/core/lib/support/time_posix.c", |
| 99 | "src/core/lib/support/time_precise.c", |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 100 | "src/core/lib/support/time_windows.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 101 | "src/core/lib/support/tls_pthread.c", |
Nicolas "Pixel" Noble | c4b18a5 | 2016-04-15 04:53:54 +0200 | [diff] [blame] | 102 | "src/core/lib/support/tmpfile_msys.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 103 | "src/core/lib/support/tmpfile_posix.c", |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 104 | "src/core/lib/support/tmpfile_windows.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 105 | "src/core/lib/support/wrap_memcpy.c", |
Craig Tiller | da179ce | 2016-02-09 12:01:53 -0800 | [diff] [blame] | 106 | ], |
| 107 | hdrs = [ |
| 108 | "include/grpc/support/alloc.h", |
| 109 | "include/grpc/support/atm.h", |
| 110 | "include/grpc/support/atm_gcc_atomic.h", |
| 111 | "include/grpc/support/atm_gcc_sync.h", |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 112 | "include/grpc/support/atm_windows.h", |
Craig Tiller | da179ce | 2016-02-09 12:01:53 -0800 | [diff] [blame] | 113 | "include/grpc/support/avl.h", |
| 114 | "include/grpc/support/cmdline.h", |
| 115 | "include/grpc/support/cpu.h", |
| 116 | "include/grpc/support/histogram.h", |
| 117 | "include/grpc/support/host_port.h", |
| 118 | "include/grpc/support/log.h", |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 119 | "include/grpc/support/log_windows.h", |
Craig Tiller | da179ce | 2016-02-09 12:01:53 -0800 | [diff] [blame] | 120 | "include/grpc/support/port_platform.h", |
Craig Tiller | da179ce | 2016-02-09 12:01:53 -0800 | [diff] [blame] | 121 | "include/grpc/support/string_util.h", |
| 122 | "include/grpc/support/subprocess.h", |
| 123 | "include/grpc/support/sync.h", |
| 124 | "include/grpc/support/sync_generic.h", |
| 125 | "include/grpc/support/sync_posix.h", |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 126 | "include/grpc/support/sync_windows.h", |
Craig Tiller | da179ce | 2016-02-09 12:01:53 -0800 | [diff] [blame] | 127 | "include/grpc/support/thd.h", |
| 128 | "include/grpc/support/time.h", |
| 129 | "include/grpc/support/tls.h", |
| 130 | "include/grpc/support/tls_gcc.h", |
| 131 | "include/grpc/support/tls_msvc.h", |
| 132 | "include/grpc/support/tls_pthread.h", |
| 133 | "include/grpc/support/useful.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 134 | "include/grpc/impl/codegen/atm.h", |
| 135 | "include/grpc/impl/codegen/atm_gcc_atomic.h", |
| 136 | "include/grpc/impl/codegen/atm_gcc_sync.h", |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 137 | "include/grpc/impl/codegen/atm_windows.h", |
David Garcia Quintas | 8c5424f | 2016-08-01 22:49:00 -0700 | [diff] [blame] | 138 | "include/grpc/impl/codegen/gpr_types.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 139 | "include/grpc/impl/codegen/port_platform.h", |
| 140 | "include/grpc/impl/codegen/slice.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 141 | "include/grpc/impl/codegen/sync.h", |
| 142 | "include/grpc/impl/codegen/sync_generic.h", |
| 143 | "include/grpc/impl/codegen/sync_posix.h", |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 144 | "include/grpc/impl/codegen/sync_windows.h", |
Craig Tiller | da179ce | 2016-02-09 12:01:53 -0800 | [diff] [blame] | 145 | ], |
| 146 | includes = [ |
| 147 | "include", |
| 148 | ".", |
| 149 | ], |
| 150 | deps = [ |
| 151 | ], |
| 152 | ) |
| 153 | |
| 154 | |
Rob Earhart | b7b8d05 | 2016-03-29 11:35:29 -0700 | [diff] [blame] | 155 | |
Craig Tiller | da179ce | 2016-02-09 12:01:53 -0800 | [diff] [blame] | 156 | cc_library( |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 157 | name = "grpc", |
| 158 | srcs = [ |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 159 | "src/core/lib/channel/channel_args.h", |
| 160 | "src/core/lib/channel/channel_stack.h", |
| 161 | "src/core/lib/channel/channel_stack_builder.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 162 | "src/core/lib/channel/compress_filter.h", |
| 163 | "src/core/lib/channel/connected_channel.h", |
| 164 | "src/core/lib/channel/context.h", |
Mark D. Roth | 14c072c | 2016-08-26 08:31:34 -0700 | [diff] [blame] | 165 | "src/core/lib/channel/deadline_filter.h", |
Mark D. Roth | dfbdefe | 2016-07-14 09:18:22 -0700 | [diff] [blame] | 166 | "src/core/lib/channel/handshaker.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 167 | "src/core/lib/channel/http_client_filter.h", |
| 168 | "src/core/lib/channel/http_server_filter.h", |
Mark D. Roth | af00d8b | 2016-08-23 12:48:16 -0700 | [diff] [blame] | 169 | "src/core/lib/channel/message_size_filter.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 170 | "src/core/lib/compression/algorithm_metadata.h", |
| 171 | "src/core/lib/compression/message_compress.h", |
| 172 | "src/core/lib/debug/trace.h", |
| 173 | "src/core/lib/http/format_request.h", |
| 174 | "src/core/lib/http/httpcli.h", |
| 175 | "src/core/lib/http/parser.h", |
| 176 | "src/core/lib/iomgr/closure.h", |
Craig Tiller | 57726ca | 2016-09-12 11:59:45 -0700 | [diff] [blame] | 177 | "src/core/lib/iomgr/combiner.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 178 | "src/core/lib/iomgr/endpoint.h", |
| 179 | "src/core/lib/iomgr/endpoint_pair.h", |
Craig Tiller | 27f59af | 2016-04-28 14:19:48 -0700 | [diff] [blame] | 180 | "src/core/lib/iomgr/error.h", |
Sree Kuchibhotla | f448c34 | 2016-05-19 10:51:24 -0700 | [diff] [blame] | 181 | "src/core/lib/iomgr/ev_epoll_linux.h", |
Craig Tiller | d9a60bb | 2016-03-28 23:13:19 -0700 | [diff] [blame] | 182 | "src/core/lib/iomgr/ev_poll_posix.h", |
Craig Tiller | 8a03448 | 2016-03-28 16:09:04 -0700 | [diff] [blame] | 183 | "src/core/lib/iomgr/ev_posix.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 184 | "src/core/lib/iomgr/exec_ctx.h", |
| 185 | "src/core/lib/iomgr/executor.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 186 | "src/core/lib/iomgr/iocp_windows.h", |
| 187 | "src/core/lib/iomgr/iomgr.h", |
| 188 | "src/core/lib/iomgr/iomgr_internal.h", |
| 189 | "src/core/lib/iomgr/iomgr_posix.h", |
Craig Tiller | 8517886 | 2016-05-18 16:09:16 -0700 | [diff] [blame] | 190 | "src/core/lib/iomgr/load_file.h", |
Makarand Dharmapurikar | 0579cfc | 2016-06-20 15:45:24 -0700 | [diff] [blame] | 191 | "src/core/lib/iomgr/network_status_tracker.h", |
David Garcia Quintas | 2a50dfe | 2016-05-31 15:09:12 -0700 | [diff] [blame] | 192 | "src/core/lib/iomgr/polling_entity.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 193 | "src/core/lib/iomgr/pollset.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 194 | "src/core/lib/iomgr/pollset_set.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 195 | "src/core/lib/iomgr/pollset_set_windows.h", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 196 | "src/core/lib/iomgr/pollset_uv.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 197 | "src/core/lib/iomgr/pollset_windows.h", |
murgatroid99 | 5407089 | 2016-08-08 17:01:18 -0700 | [diff] [blame] | 198 | "src/core/lib/iomgr/port.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 199 | "src/core/lib/iomgr/resolve_address.h", |
Craig Tiller | 20afa3d | 2016-10-17 14:52:14 -0700 | [diff] [blame] | 200 | "src/core/lib/iomgr/resource_quota.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 201 | "src/core/lib/iomgr/sockaddr.h", |
| 202 | "src/core/lib/iomgr/sockaddr_posix.h", |
| 203 | "src/core/lib/iomgr/sockaddr_utils.h", |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 204 | "src/core/lib/iomgr/sockaddr_windows.h", |
Yuchen Zeng | de3daf5 | 2016-10-13 17:26:26 -0700 | [diff] [blame] | 205 | "src/core/lib/iomgr/socket_mutator.h", |
murgatroid99 | 79b3227 | 2016-08-08 13:38:30 -0700 | [diff] [blame] | 206 | "src/core/lib/iomgr/socket_utils.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 207 | "src/core/lib/iomgr/socket_utils_posix.h", |
| 208 | "src/core/lib/iomgr/socket_windows.h", |
| 209 | "src/core/lib/iomgr/tcp_client.h", |
Craig Tiller | 8695876 | 2016-09-23 12:05:34 -0700 | [diff] [blame] | 210 | "src/core/lib/iomgr/tcp_client_posix.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 211 | "src/core/lib/iomgr/tcp_posix.h", |
| 212 | "src/core/lib/iomgr/tcp_server.h", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 213 | "src/core/lib/iomgr/tcp_uv.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 214 | "src/core/lib/iomgr/tcp_windows.h", |
| 215 | "src/core/lib/iomgr/time_averaged_stats.h", |
| 216 | "src/core/lib/iomgr/timer.h", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 217 | "src/core/lib/iomgr/timer_generic.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 218 | "src/core/lib/iomgr/timer_heap.h", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 219 | "src/core/lib/iomgr/timer_uv.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 220 | "src/core/lib/iomgr/udp_server.h", |
| 221 | "src/core/lib/iomgr/unix_sockets_posix.h", |
kpayson64 | d195cf5 | 2016-10-09 18:04:00 -0700 | [diff] [blame] | 222 | "src/core/lib/iomgr/wakeup_fd_cv.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 223 | "src/core/lib/iomgr/wakeup_fd_pipe.h", |
| 224 | "src/core/lib/iomgr/wakeup_fd_posix.h", |
| 225 | "src/core/lib/iomgr/workqueue.h", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 226 | "src/core/lib/iomgr/workqueue_uv.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 227 | "src/core/lib/iomgr/workqueue_windows.h", |
| 228 | "src/core/lib/json/json.h", |
| 229 | "src/core/lib/json/json_common.h", |
| 230 | "src/core/lib/json/json_reader.h", |
| 231 | "src/core/lib/json/json_writer.h", |
Craig Tiller | c335054 | 2016-10-26 16:19:01 -0700 | [diff] [blame] | 232 | "src/core/lib/slice/percent_encoding.h", |
| 233 | "src/core/lib/slice/slice_string_helpers.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 234 | "src/core/lib/surface/api_trace.h", |
| 235 | "src/core/lib/surface/call.h", |
| 236 | "src/core/lib/surface/call_test_only.h", |
| 237 | "src/core/lib/surface/channel.h", |
| 238 | "src/core/lib/surface/channel_init.h", |
| 239 | "src/core/lib/surface/channel_stack_type.h", |
| 240 | "src/core/lib/surface/completion_queue.h", |
| 241 | "src/core/lib/surface/event_string.h", |
| 242 | "src/core/lib/surface/init.h", |
| 243 | "src/core/lib/surface/lame_client.h", |
| 244 | "src/core/lib/surface/server.h", |
Craig Tiller | 9e0066b | 2016-10-20 14:04:18 -0700 | [diff] [blame] | 245 | "src/core/lib/transport/bdp_estimator.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 246 | "src/core/lib/transport/byte_stream.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 247 | "src/core/lib/transport/connectivity_state.h", |
Mark D. Roth | 6a721b5 | 2016-10-14 12:43:34 -0700 | [diff] [blame] | 248 | "src/core/lib/transport/mdstr_hash_table.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 249 | "src/core/lib/transport/metadata.h", |
| 250 | "src/core/lib/transport/metadata_batch.h", |
Craig Tiller | dd2fa64 | 2016-10-20 15:46:32 -0700 | [diff] [blame] | 251 | "src/core/lib/transport/pid_controller.h", |
Mark D. Roth | ea846a0 | 2016-11-03 11:32:54 -0700 | [diff] [blame] | 252 | "src/core/lib/transport/service_config.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 253 | "src/core/lib/transport/static_metadata.h", |
Robbie Shade | 710d242 | 2016-07-13 15:15:38 -0400 | [diff] [blame] | 254 | "src/core/lib/transport/timeout_encoding.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 255 | "src/core/lib/transport/transport.h", |
| 256 | "src/core/lib/transport/transport_impl.h", |
Yuchen Zeng | d982bba | 2016-05-12 18:53:52 -0700 | [diff] [blame] | 257 | "src/core/ext/transport/chttp2/transport/bin_decoder.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 258 | "src/core/ext/transport/chttp2/transport/bin_encoder.h", |
| 259 | "src/core/ext/transport/chttp2/transport/chttp2_transport.h", |
| 260 | "src/core/ext/transport/chttp2/transport/frame.h", |
| 261 | "src/core/ext/transport/chttp2/transport/frame_data.h", |
| 262 | "src/core/ext/transport/chttp2/transport/frame_goaway.h", |
| 263 | "src/core/ext/transport/chttp2/transport/frame_ping.h", |
| 264 | "src/core/ext/transport/chttp2/transport/frame_rst_stream.h", |
| 265 | "src/core/ext/transport/chttp2/transport/frame_settings.h", |
| 266 | "src/core/ext/transport/chttp2/transport/frame_window_update.h", |
| 267 | "src/core/ext/transport/chttp2/transport/hpack_encoder.h", |
| 268 | "src/core/ext/transport/chttp2/transport/hpack_parser.h", |
| 269 | "src/core/ext/transport/chttp2/transport/hpack_table.h", |
| 270 | "src/core/ext/transport/chttp2/transport/http2_errors.h", |
| 271 | "src/core/ext/transport/chttp2/transport/huffsyms.h", |
| 272 | "src/core/ext/transport/chttp2/transport/incoming_metadata.h", |
| 273 | "src/core/ext/transport/chttp2/transport/internal.h", |
| 274 | "src/core/ext/transport/chttp2/transport/status_conversion.h", |
| 275 | "src/core/ext/transport/chttp2/transport/stream_map.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 276 | "src/core/ext/transport/chttp2/transport/varint.h", |
| 277 | "src/core/ext/transport/chttp2/alpn/alpn.h", |
Julien Boeuf | 8ca294e | 2016-05-02 14:56:30 -0700 | [diff] [blame] | 278 | "src/core/lib/security/context/security_context.h", |
| 279 | "src/core/lib/security/credentials/composite/composite_credentials.h", |
| 280 | "src/core/lib/security/credentials/credentials.h", |
| 281 | "src/core/lib/security/credentials/fake/fake_credentials.h", |
| 282 | "src/core/lib/security/credentials/google_default/google_default_credentials.h", |
| 283 | "src/core/lib/security/credentials/iam/iam_credentials.h", |
| 284 | "src/core/lib/security/credentials/jwt/json_token.h", |
| 285 | "src/core/lib/security/credentials/jwt/jwt_credentials.h", |
| 286 | "src/core/lib/security/credentials/jwt/jwt_verifier.h", |
| 287 | "src/core/lib/security/credentials/oauth2/oauth2_credentials.h", |
| 288 | "src/core/lib/security/credentials/plugin/plugin_credentials.h", |
| 289 | "src/core/lib/security/credentials/ssl/ssl_credentials.h", |
| 290 | "src/core/lib/security/transport/auth_filters.h", |
Julien Boeuf | 8ca294e | 2016-05-02 14:56:30 -0700 | [diff] [blame] | 291 | "src/core/lib/security/transport/secure_endpoint.h", |
| 292 | "src/core/lib/security/transport/security_connector.h", |
Mark D. Roth | 071cacf | 2016-11-17 13:17:56 -0800 | [diff] [blame] | 293 | "src/core/lib/security/transport/security_handshaker.h", |
Craig Tiller | ddad978 | 2016-05-05 17:11:31 -0700 | [diff] [blame] | 294 | "src/core/lib/security/transport/tsi_error.h", |
Julien Boeuf | 8ca294e | 2016-05-02 14:56:30 -0700 | [diff] [blame] | 295 | "src/core/lib/security/util/b64.h", |
| 296 | "src/core/lib/security/util/json_util.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 297 | "src/core/lib/tsi/fake_transport_security.h", |
| 298 | "src/core/lib/tsi/ssl_transport_security.h", |
| 299 | "src/core/lib/tsi/ssl_types.h", |
| 300 | "src/core/lib/tsi/transport_security.h", |
| 301 | "src/core/lib/tsi/transport_security_interface.h", |
Mark D. Roth | 7140382 | 2016-12-02 10:51:39 -0800 | [diff] [blame] | 302 | "src/core/ext/transport/chttp2/server/chttp2_server.h", |
Mark D. Roth | 2137cd8 | 2016-09-14 09:04:00 -0700 | [diff] [blame] | 303 | "src/core/ext/client_channel/client_channel.h", |
| 304 | "src/core/ext/client_channel/client_channel_factory.h", |
| 305 | "src/core/ext/client_channel/connector.h", |
Mark D. Roth | 1519574 | 2016-10-07 09:02:28 -0700 | [diff] [blame] | 306 | "src/core/ext/client_channel/http_connect_handshaker.h", |
Mark D. Roth | 2137cd8 | 2016-09-14 09:04:00 -0700 | [diff] [blame] | 307 | "src/core/ext/client_channel/initial_connect_string.h", |
| 308 | "src/core/ext/client_channel/lb_policy.h", |
| 309 | "src/core/ext/client_channel/lb_policy_factory.h", |
| 310 | "src/core/ext/client_channel/lb_policy_registry.h", |
| 311 | "src/core/ext/client_channel/parse_address.h", |
| 312 | "src/core/ext/client_channel/resolver.h", |
| 313 | "src/core/ext/client_channel/resolver_factory.h", |
| 314 | "src/core/ext/client_channel/resolver_registry.h", |
Mark D. Roth | 2137cd8 | 2016-09-14 09:04:00 -0700 | [diff] [blame] | 315 | "src/core/ext/client_channel/subchannel.h", |
| 316 | "src/core/ext/client_channel/subchannel_index.h", |
| 317 | "src/core/ext/client_channel/uri_parser.h", |
Mark D. Roth | 8686cab | 2016-11-17 13:12:17 -0800 | [diff] [blame] | 318 | "src/core/ext/transport/chttp2/client/chttp2_connector.h", |
David Garcia Quintas | b2e986b | 2016-06-15 23:55:50 -0700 | [diff] [blame] | 319 | "src/core/ext/lb_policy/grpclb/grpclb.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 320 | "src/core/ext/lb_policy/grpclb/load_balancer_api.h", |
David Garcia Quintas | 7f0793a | 2016-04-25 12:35:58 -0700 | [diff] [blame] | 321 | "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h", |
David Garcia Quintas | b41363e | 2016-04-29 00:41:21 -0700 | [diff] [blame] | 322 | "src/core/ext/load_reporting/load_reporting.h", |
| 323 | "src/core/ext/load_reporting/load_reporting_filter.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 324 | "src/core/ext/census/aggregation.h", |
Alistair Veitch | 4aaba75 | 2016-06-02 17:11:46 -0700 | [diff] [blame] | 325 | "src/core/ext/census/base_resources.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 326 | "src/core/ext/census/census_interface.h", |
| 327 | "src/core/ext/census/census_rpc_stats.h", |
Alistair Veitch | 30fe632 | 2016-05-23 10:11:28 -0700 | [diff] [blame] | 328 | "src/core/ext/census/gen/census.pb.h", |
Alistair Veitch | a0c69f9 | 2016-08-31 12:01:27 -0700 | [diff] [blame] | 329 | "src/core/ext/census/gen/trace_context.pb.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 330 | "src/core/ext/census/grpc_filter.h", |
| 331 | "src/core/ext/census/mlog.h", |
Alistair Veitch | 4aaba75 | 2016-06-02 17:11:46 -0700 | [diff] [blame] | 332 | "src/core/ext/census/resource.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 333 | "src/core/ext/census/rpc_metric_id.h", |
Vizerai | 12d1fc6 | 2016-09-09 14:22:19 -0700 | [diff] [blame] | 334 | "src/core/ext/census/trace_context.h", |
Craig Tiller | 3ab2fe0 | 2016-04-11 20:11:18 -0700 | [diff] [blame] | 335 | "src/core/lib/surface/init.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 336 | "src/core/lib/channel/channel_args.c", |
| 337 | "src/core/lib/channel/channel_stack.c", |
| 338 | "src/core/lib/channel/channel_stack_builder.c", |
| 339 | "src/core/lib/channel/compress_filter.c", |
| 340 | "src/core/lib/channel/connected_channel.c", |
Mark D. Roth | 14c072c | 2016-08-26 08:31:34 -0700 | [diff] [blame] | 341 | "src/core/lib/channel/deadline_filter.c", |
Mark D. Roth | dfbdefe | 2016-07-14 09:18:22 -0700 | [diff] [blame] | 342 | "src/core/lib/channel/handshaker.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 343 | "src/core/lib/channel/http_client_filter.c", |
| 344 | "src/core/lib/channel/http_server_filter.c", |
Mark D. Roth | af00d8b | 2016-08-23 12:48:16 -0700 | [diff] [blame] | 345 | "src/core/lib/channel/message_size_filter.c", |
David Garcia Quintas | ac09447 | 2016-05-18 20:25:57 -0700 | [diff] [blame] | 346 | "src/core/lib/compression/compression.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 347 | "src/core/lib/compression/message_compress.c", |
| 348 | "src/core/lib/debug/trace.c", |
| 349 | "src/core/lib/http/format_request.c", |
| 350 | "src/core/lib/http/httpcli.c", |
| 351 | "src/core/lib/http/parser.c", |
| 352 | "src/core/lib/iomgr/closure.c", |
Craig Tiller | 57726ca | 2016-09-12 11:59:45 -0700 | [diff] [blame] | 353 | "src/core/lib/iomgr/combiner.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 354 | "src/core/lib/iomgr/endpoint.c", |
| 355 | "src/core/lib/iomgr/endpoint_pair_posix.c", |
murgatroid99 | c36f6ea | 2016-10-03 09:24:09 -0700 | [diff] [blame] | 356 | "src/core/lib/iomgr/endpoint_pair_uv.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 357 | "src/core/lib/iomgr/endpoint_pair_windows.c", |
Craig Tiller | 27f59af | 2016-04-28 14:19:48 -0700 | [diff] [blame] | 358 | "src/core/lib/iomgr/error.c", |
Sree Kuchibhotla | f448c34 | 2016-05-19 10:51:24 -0700 | [diff] [blame] | 359 | "src/core/lib/iomgr/ev_epoll_linux.c", |
Craig Tiller | d9a60bb | 2016-03-28 23:13:19 -0700 | [diff] [blame] | 360 | "src/core/lib/iomgr/ev_poll_posix.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 361 | "src/core/lib/iomgr/ev_posix.c", |
| 362 | "src/core/lib/iomgr/exec_ctx.c", |
| 363 | "src/core/lib/iomgr/executor.c", |
| 364 | "src/core/lib/iomgr/iocp_windows.c", |
| 365 | "src/core/lib/iomgr/iomgr.c", |
| 366 | "src/core/lib/iomgr/iomgr_posix.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 367 | "src/core/lib/iomgr/iomgr_uv.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 368 | "src/core/lib/iomgr/iomgr_windows.c", |
Craig Tiller | 8517886 | 2016-05-18 16:09:16 -0700 | [diff] [blame] | 369 | "src/core/lib/iomgr/load_file.c", |
Makarand Dharmapurikar | 0579cfc | 2016-06-20 15:45:24 -0700 | [diff] [blame] | 370 | "src/core/lib/iomgr/network_status_tracker.c", |
David Garcia Quintas | 2a50dfe | 2016-05-31 15:09:12 -0700 | [diff] [blame] | 371 | "src/core/lib/iomgr/polling_entity.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 372 | "src/core/lib/iomgr/pollset_set_uv.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 373 | "src/core/lib/iomgr/pollset_set_windows.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 374 | "src/core/lib/iomgr/pollset_uv.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 375 | "src/core/lib/iomgr/pollset_windows.c", |
| 376 | "src/core/lib/iomgr/resolve_address_posix.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 377 | "src/core/lib/iomgr/resolve_address_uv.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 378 | "src/core/lib/iomgr/resolve_address_windows.c", |
Craig Tiller | 20afa3d | 2016-10-17 14:52:14 -0700 | [diff] [blame] | 379 | "src/core/lib/iomgr/resource_quota.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 380 | "src/core/lib/iomgr/sockaddr_utils.c", |
Yuchen Zeng | de3daf5 | 2016-10-13 17:26:26 -0700 | [diff] [blame] | 381 | "src/core/lib/iomgr/socket_mutator.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 382 | "src/core/lib/iomgr/socket_utils_common_posix.c", |
| 383 | "src/core/lib/iomgr/socket_utils_linux.c", |
| 384 | "src/core/lib/iomgr/socket_utils_posix.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 385 | "src/core/lib/iomgr/socket_utils_uv.c", |
murgatroid99 | 79b3227 | 2016-08-08 13:38:30 -0700 | [diff] [blame] | 386 | "src/core/lib/iomgr/socket_utils_windows.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 387 | "src/core/lib/iomgr/socket_windows.c", |
| 388 | "src/core/lib/iomgr/tcp_client_posix.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 389 | "src/core/lib/iomgr/tcp_client_uv.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 390 | "src/core/lib/iomgr/tcp_client_windows.c", |
| 391 | "src/core/lib/iomgr/tcp_posix.c", |
| 392 | "src/core/lib/iomgr/tcp_server_posix.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 393 | "src/core/lib/iomgr/tcp_server_uv.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 394 | "src/core/lib/iomgr/tcp_server_windows.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 395 | "src/core/lib/iomgr/tcp_uv.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 396 | "src/core/lib/iomgr/tcp_windows.c", |
| 397 | "src/core/lib/iomgr/time_averaged_stats.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 398 | "src/core/lib/iomgr/timer_generic.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 399 | "src/core/lib/iomgr/timer_heap.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 400 | "src/core/lib/iomgr/timer_uv.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 401 | "src/core/lib/iomgr/udp_server.c", |
| 402 | "src/core/lib/iomgr/unix_sockets_posix.c", |
| 403 | "src/core/lib/iomgr/unix_sockets_posix_noop.c", |
kpayson64 | d195cf5 | 2016-10-09 18:04:00 -0700 | [diff] [blame] | 404 | "src/core/lib/iomgr/wakeup_fd_cv.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 405 | "src/core/lib/iomgr/wakeup_fd_eventfd.c", |
| 406 | "src/core/lib/iomgr/wakeup_fd_nospecial.c", |
| 407 | "src/core/lib/iomgr/wakeup_fd_pipe.c", |
| 408 | "src/core/lib/iomgr/wakeup_fd_posix.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 409 | "src/core/lib/iomgr/workqueue_uv.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 410 | "src/core/lib/iomgr/workqueue_windows.c", |
| 411 | "src/core/lib/json/json.c", |
| 412 | "src/core/lib/json/json_reader.c", |
| 413 | "src/core/lib/json/json_string.c", |
| 414 | "src/core/lib/json/json_writer.c", |
Craig Tiller | c335054 | 2016-10-26 16:19:01 -0700 | [diff] [blame] | 415 | "src/core/lib/slice/percent_encoding.c", |
| 416 | "src/core/lib/slice/slice.c", |
| 417 | "src/core/lib/slice/slice_buffer.c", |
| 418 | "src/core/lib/slice/slice_string_helpers.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 419 | "src/core/lib/surface/alarm.c", |
| 420 | "src/core/lib/surface/api_trace.c", |
| 421 | "src/core/lib/surface/byte_buffer.c", |
| 422 | "src/core/lib/surface/byte_buffer_reader.c", |
| 423 | "src/core/lib/surface/call.c", |
| 424 | "src/core/lib/surface/call_details.c", |
| 425 | "src/core/lib/surface/call_log_batch.c", |
| 426 | "src/core/lib/surface/channel.c", |
| 427 | "src/core/lib/surface/channel_init.c", |
| 428 | "src/core/lib/surface/channel_ping.c", |
| 429 | "src/core/lib/surface/channel_stack_type.c", |
| 430 | "src/core/lib/surface/completion_queue.c", |
| 431 | "src/core/lib/surface/event_string.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 432 | "src/core/lib/surface/lame_client.c", |
| 433 | "src/core/lib/surface/metadata_array.c", |
| 434 | "src/core/lib/surface/server.c", |
| 435 | "src/core/lib/surface/validate_metadata.c", |
| 436 | "src/core/lib/surface/version.c", |
Craig Tiller | 9e0066b | 2016-10-20 14:04:18 -0700 | [diff] [blame] | 437 | "src/core/lib/transport/bdp_estimator.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 438 | "src/core/lib/transport/byte_stream.c", |
| 439 | "src/core/lib/transport/connectivity_state.c", |
Mark D. Roth | 6a721b5 | 2016-10-14 12:43:34 -0700 | [diff] [blame] | 440 | "src/core/lib/transport/mdstr_hash_table.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 441 | "src/core/lib/transport/metadata.c", |
| 442 | "src/core/lib/transport/metadata_batch.c", |
Craig Tiller | dd2fa64 | 2016-10-20 15:46:32 -0700 | [diff] [blame] | 443 | "src/core/lib/transport/pid_controller.c", |
Mark D. Roth | ea846a0 | 2016-11-03 11:32:54 -0700 | [diff] [blame] | 444 | "src/core/lib/transport/service_config.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 445 | "src/core/lib/transport/static_metadata.c", |
Robbie Shade | 710d242 | 2016-07-13 15:15:38 -0400 | [diff] [blame] | 446 | "src/core/lib/transport/timeout_encoding.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 447 | "src/core/lib/transport/transport.c", |
| 448 | "src/core/lib/transport/transport_op_string.c", |
Craig Tiller | 44cc10b | 2016-03-28 10:45:29 -0700 | [diff] [blame] | 449 | "src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c", |
Yuchen Zeng | d982bba | 2016-05-12 18:53:52 -0700 | [diff] [blame] | 450 | "src/core/ext/transport/chttp2/transport/bin_decoder.c", |
Craig Tiller | f82ddc4 | 2016-04-05 17:15:07 -0700 | [diff] [blame] | 451 | "src/core/ext/transport/chttp2/transport/bin_encoder.c", |
| 452 | "src/core/ext/transport/chttp2/transport/chttp2_plugin.c", |
Craig Tiller | 44cc10b | 2016-03-28 10:45:29 -0700 | [diff] [blame] | 453 | "src/core/ext/transport/chttp2/transport/chttp2_transport.c", |
| 454 | "src/core/ext/transport/chttp2/transport/frame_data.c", |
| 455 | "src/core/ext/transport/chttp2/transport/frame_goaway.c", |
| 456 | "src/core/ext/transport/chttp2/transport/frame_ping.c", |
| 457 | "src/core/ext/transport/chttp2/transport/frame_rst_stream.c", |
| 458 | "src/core/ext/transport/chttp2/transport/frame_settings.c", |
| 459 | "src/core/ext/transport/chttp2/transport/frame_window_update.c", |
| 460 | "src/core/ext/transport/chttp2/transport/hpack_encoder.c", |
| 461 | "src/core/ext/transport/chttp2/transport/hpack_parser.c", |
| 462 | "src/core/ext/transport/chttp2/transport/hpack_table.c", |
| 463 | "src/core/ext/transport/chttp2/transport/huffsyms.c", |
| 464 | "src/core/ext/transport/chttp2/transport/incoming_metadata.c", |
| 465 | "src/core/ext/transport/chttp2/transport/parsing.c", |
| 466 | "src/core/ext/transport/chttp2/transport/status_conversion.c", |
| 467 | "src/core/ext/transport/chttp2/transport/stream_lists.c", |
| 468 | "src/core/ext/transport/chttp2/transport/stream_map.c", |
Craig Tiller | 44cc10b | 2016-03-28 10:45:29 -0700 | [diff] [blame] | 469 | "src/core/ext/transport/chttp2/transport/varint.c", |
| 470 | "src/core/ext/transport/chttp2/transport/writing.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 471 | "src/core/ext/transport/chttp2/alpn/alpn.c", |
Craig Tiller | 44cc10b | 2016-03-28 10:45:29 -0700 | [diff] [blame] | 472 | "src/core/lib/http/httpcli_security_connector.c", |
Julien Boeuf | 8ca294e | 2016-05-02 14:56:30 -0700 | [diff] [blame] | 473 | "src/core/lib/security/context/security_context.c", |
| 474 | "src/core/lib/security/credentials/composite/composite_credentials.c", |
| 475 | "src/core/lib/security/credentials/credentials.c", |
| 476 | "src/core/lib/security/credentials/credentials_metadata.c", |
| 477 | "src/core/lib/security/credentials/fake/fake_credentials.c", |
murgatroid99 | 7c20590 | 2016-08-09 10:07:42 -0700 | [diff] [blame] | 478 | "src/core/lib/security/credentials/google_default/credentials_generic.c", |
Julien Boeuf | 8ca294e | 2016-05-02 14:56:30 -0700 | [diff] [blame] | 479 | "src/core/lib/security/credentials/google_default/google_default_credentials.c", |
| 480 | "src/core/lib/security/credentials/iam/iam_credentials.c", |
| 481 | "src/core/lib/security/credentials/jwt/json_token.c", |
| 482 | "src/core/lib/security/credentials/jwt/jwt_credentials.c", |
| 483 | "src/core/lib/security/credentials/jwt/jwt_verifier.c", |
| 484 | "src/core/lib/security/credentials/oauth2/oauth2_credentials.c", |
| 485 | "src/core/lib/security/credentials/plugin/plugin_credentials.c", |
| 486 | "src/core/lib/security/credentials/ssl/ssl_credentials.c", |
| 487 | "src/core/lib/security/transport/client_auth_filter.c", |
Julien Boeuf | 8ca294e | 2016-05-02 14:56:30 -0700 | [diff] [blame] | 488 | "src/core/lib/security/transport/secure_endpoint.c", |
| 489 | "src/core/lib/security/transport/security_connector.c", |
Mark D. Roth | 071cacf | 2016-11-17 13:17:56 -0800 | [diff] [blame] | 490 | "src/core/lib/security/transport/security_handshaker.c", |
Julien Boeuf | 8ca294e | 2016-05-02 14:56:30 -0700 | [diff] [blame] | 491 | "src/core/lib/security/transport/server_auth_filter.c", |
Craig Tiller | ddad978 | 2016-05-05 17:11:31 -0700 | [diff] [blame] | 492 | "src/core/lib/security/transport/tsi_error.c", |
Julien Boeuf | 8ca294e | 2016-05-02 14:56:30 -0700 | [diff] [blame] | 493 | "src/core/lib/security/util/b64.c", |
| 494 | "src/core/lib/security/util/json_util.c", |
Craig Tiller | 44cc10b | 2016-03-28 10:45:29 -0700 | [diff] [blame] | 495 | "src/core/lib/surface/init_secure.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 496 | "src/core/lib/tsi/fake_transport_security.c", |
| 497 | "src/core/lib/tsi/ssl_transport_security.c", |
| 498 | "src/core/lib/tsi/transport_security.c", |
Mark D. Roth | 7140382 | 2016-12-02 10:51:39 -0800 | [diff] [blame] | 499 | "src/core/ext/transport/chttp2/server/chttp2_server.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 500 | "src/core/ext/transport/chttp2/client/secure/secure_channel_create.c", |
Mark D. Roth | 2137cd8 | 2016-09-14 09:04:00 -0700 | [diff] [blame] | 501 | "src/core/ext/client_channel/channel_connectivity.c", |
| 502 | "src/core/ext/client_channel/client_channel.c", |
| 503 | "src/core/ext/client_channel/client_channel_factory.c", |
| 504 | "src/core/ext/client_channel/client_channel_plugin.c", |
| 505 | "src/core/ext/client_channel/connector.c", |
| 506 | "src/core/ext/client_channel/default_initial_connect_string.c", |
Mark D. Roth | 1519574 | 2016-10-07 09:02:28 -0700 | [diff] [blame] | 507 | "src/core/ext/client_channel/http_connect_handshaker.c", |
Mark D. Roth | 2137cd8 | 2016-09-14 09:04:00 -0700 | [diff] [blame] | 508 | "src/core/ext/client_channel/initial_connect_string.c", |
| 509 | "src/core/ext/client_channel/lb_policy.c", |
| 510 | "src/core/ext/client_channel/lb_policy_factory.c", |
| 511 | "src/core/ext/client_channel/lb_policy_registry.c", |
| 512 | "src/core/ext/client_channel/parse_address.c", |
| 513 | "src/core/ext/client_channel/resolver.c", |
| 514 | "src/core/ext/client_channel/resolver_factory.c", |
| 515 | "src/core/ext/client_channel/resolver_registry.c", |
Mark D. Roth | 2137cd8 | 2016-09-14 09:04:00 -0700 | [diff] [blame] | 516 | "src/core/ext/client_channel/subchannel.c", |
| 517 | "src/core/ext/client_channel/subchannel_index.c", |
| 518 | "src/core/ext/client_channel/uri_parser.c", |
Mark D. Roth | 8686cab | 2016-11-17 13:12:17 -0800 | [diff] [blame] | 519 | "src/core/ext/transport/chttp2/client/chttp2_connector.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 520 | "src/core/ext/transport/chttp2/server/insecure/server_chttp2.c", |
Adam Michalik | bf10c82 | 2016-05-20 16:13:32 -0700 | [diff] [blame] | 521 | "src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 522 | "src/core/ext/transport/chttp2/client/insecure/channel_create.c", |
Adam Michalik | 321b1fb | 2016-05-16 15:42:36 -0700 | [diff] [blame] | 523 | "src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c", |
David Garcia Quintas | 3fb8f73 | 2016-06-15 22:53:08 -0700 | [diff] [blame] | 524 | "src/core/ext/lb_policy/grpclb/grpclb.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 525 | "src/core/ext/lb_policy/grpclb/load_balancer_api.c", |
David Garcia Quintas | 7f0793a | 2016-04-25 12:35:58 -0700 | [diff] [blame] | 526 | "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 527 | "src/core/ext/lb_policy/pick_first/pick_first.c", |
| 528 | "src/core/ext/lb_policy/round_robin/round_robin.c", |
| 529 | "src/core/ext/resolver/dns/native/dns_resolver.c", |
| 530 | "src/core/ext/resolver/sockaddr/sockaddr_resolver.c", |
David Garcia Quintas | b41363e | 2016-04-29 00:41:21 -0700 | [diff] [blame] | 531 | "src/core/ext/load_reporting/load_reporting.c", |
| 532 | "src/core/ext/load_reporting/load_reporting_filter.c", |
Alistair Veitch | 4aaba75 | 2016-06-02 17:11:46 -0700 | [diff] [blame] | 533 | "src/core/ext/census/base_resources.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 534 | "src/core/ext/census/context.c", |
Alistair Veitch | 30fe632 | 2016-05-23 10:11:28 -0700 | [diff] [blame] | 535 | "src/core/ext/census/gen/census.pb.c", |
Alistair Veitch | a0c69f9 | 2016-08-31 12:01:27 -0700 | [diff] [blame] | 536 | "src/core/ext/census/gen/trace_context.pb.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 537 | "src/core/ext/census/grpc_context.c", |
| 538 | "src/core/ext/census/grpc_filter.c", |
| 539 | "src/core/ext/census/grpc_plugin.c", |
| 540 | "src/core/ext/census/initialize.c", |
| 541 | "src/core/ext/census/mlog.c", |
| 542 | "src/core/ext/census/operation.c", |
| 543 | "src/core/ext/census/placeholders.c", |
Alistair Veitch | 4aaba75 | 2016-06-02 17:11:46 -0700 | [diff] [blame] | 544 | "src/core/ext/census/resource.c", |
Vizerai | 12d1fc6 | 2016-09-09 14:22:19 -0700 | [diff] [blame] | 545 | "src/core/ext/census/trace_context.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 546 | "src/core/ext/census/tracing.c", |
Craig Tiller | fb43385 | 2016-03-29 08:51:07 -0700 | [diff] [blame] | 547 | "src/core/plugin_registry/grpc_plugin_registry.c", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 548 | ], |
| 549 | hdrs = [ |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 550 | "include/grpc/byte_buffer.h", |
| 551 | "include/grpc/byte_buffer_reader.h", |
David Garcia Quintas | 59f905d | 2015-06-08 16:31:19 -0700 | [diff] [blame] | 552 | "include/grpc/compression.h", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 553 | "include/grpc/grpc.h", |
Adam Michalik | 321b1fb | 2016-05-16 15:42:36 -0700 | [diff] [blame] | 554 | "include/grpc/grpc_posix.h", |
Nicolas "Pixel" Noble | a469e5d | 2016-08-16 22:09:27 +0200 | [diff] [blame] | 555 | "include/grpc/grpc_security_constants.h", |
Craig Tiller | c335054 | 2016-10-26 16:19:01 -0700 | [diff] [blame] | 556 | "include/grpc/slice.h", |
| 557 | "include/grpc/slice_buffer.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 558 | "include/grpc/status.h", |
David Garcia Quintas | 1b2db63 | 2016-04-27 15:06:54 -0700 | [diff] [blame] | 559 | "include/grpc/impl/codegen/byte_buffer_reader.h", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 560 | "include/grpc/impl/codegen/compression_types.h", |
| 561 | "include/grpc/impl/codegen/connectivity_state.h", |
| 562 | "include/grpc/impl/codegen/grpc_types.h", |
| 563 | "include/grpc/impl/codegen/propagation_bits.h", |
| 564 | "include/grpc/impl/codegen/status.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 565 | "include/grpc/impl/codegen/atm.h", |
| 566 | "include/grpc/impl/codegen/atm_gcc_atomic.h", |
| 567 | "include/grpc/impl/codegen/atm_gcc_sync.h", |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 568 | "include/grpc/impl/codegen/atm_windows.h", |
David Garcia Quintas | 8c5424f | 2016-08-01 22:49:00 -0700 | [diff] [blame] | 569 | "include/grpc/impl/codegen/gpr_types.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 570 | "include/grpc/impl/codegen/port_platform.h", |
| 571 | "include/grpc/impl/codegen/slice.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 572 | "include/grpc/impl/codegen/sync.h", |
| 573 | "include/grpc/impl/codegen/sync_generic.h", |
| 574 | "include/grpc/impl/codegen/sync_posix.h", |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 575 | "include/grpc/impl/codegen/sync_windows.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 576 | "include/grpc/grpc_security.h", |
| 577 | "include/grpc/census.h", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 578 | ], |
| 579 | includes = [ |
| 580 | "include", |
| 581 | ".", |
| 582 | ], |
| 583 | deps = [ |
| 584 | "//external:libssl", |
Ming Zhao | f2f24e2 | 2015-08-13 12:38:35 -0700 | [diff] [blame] | 585 | "//external:zlib", |
Craig Tiller | da179ce | 2016-02-09 12:01:53 -0800 | [diff] [blame] | 586 | ":gpr", |
Rob Earhart | b7b8d05 | 2016-03-29 11:35:29 -0700 | [diff] [blame] | 587 | "//external:nanopb", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 588 | ], |
Rob Earhart | af379b2 | 2016-01-21 13:43:09 -0800 | [diff] [blame] | 589 | copts = [ |
| 590 | "-std=gnu99", |
| 591 | ], |
Nicolas "Pixel" Noble | f6edf68 | 2015-03-31 05:17:34 +0200 | [diff] [blame] | 592 | ) |
| 593 | |
| 594 | |
Rob Earhart | b7b8d05 | 2016-03-29 11:35:29 -0700 | [diff] [blame] | 595 | |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 596 | cc_library( |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 597 | name = "grpc_cronet", |
| 598 | srcs = [ |
| 599 | "src/core/lib/channel/channel_args.h", |
| 600 | "src/core/lib/channel/channel_stack.h", |
| 601 | "src/core/lib/channel/channel_stack_builder.h", |
| 602 | "src/core/lib/channel/compress_filter.h", |
| 603 | "src/core/lib/channel/connected_channel.h", |
| 604 | "src/core/lib/channel/context.h", |
Mark D. Roth | 14c072c | 2016-08-26 08:31:34 -0700 | [diff] [blame] | 605 | "src/core/lib/channel/deadline_filter.h", |
Mark D. Roth | dfbdefe | 2016-07-14 09:18:22 -0700 | [diff] [blame] | 606 | "src/core/lib/channel/handshaker.h", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 607 | "src/core/lib/channel/http_client_filter.h", |
| 608 | "src/core/lib/channel/http_server_filter.h", |
Mark D. Roth | af00d8b | 2016-08-23 12:48:16 -0700 | [diff] [blame] | 609 | "src/core/lib/channel/message_size_filter.h", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 610 | "src/core/lib/compression/algorithm_metadata.h", |
| 611 | "src/core/lib/compression/message_compress.h", |
| 612 | "src/core/lib/debug/trace.h", |
| 613 | "src/core/lib/http/format_request.h", |
| 614 | "src/core/lib/http/httpcli.h", |
| 615 | "src/core/lib/http/parser.h", |
| 616 | "src/core/lib/iomgr/closure.h", |
Craig Tiller | 57726ca | 2016-09-12 11:59:45 -0700 | [diff] [blame] | 617 | "src/core/lib/iomgr/combiner.h", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 618 | "src/core/lib/iomgr/endpoint.h", |
| 619 | "src/core/lib/iomgr/endpoint_pair.h", |
Craig Tiller | 2888bd5 | 2016-06-07 11:00:42 -0700 | [diff] [blame] | 620 | "src/core/lib/iomgr/error.h", |
Sree Kuchibhotla | 492fd96 | 2016-06-10 09:03:34 -0700 | [diff] [blame] | 621 | "src/core/lib/iomgr/ev_epoll_linux.h", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 622 | "src/core/lib/iomgr/ev_poll_posix.h", |
| 623 | "src/core/lib/iomgr/ev_posix.h", |
| 624 | "src/core/lib/iomgr/exec_ctx.h", |
| 625 | "src/core/lib/iomgr/executor.h", |
| 626 | "src/core/lib/iomgr/iocp_windows.h", |
| 627 | "src/core/lib/iomgr/iomgr.h", |
| 628 | "src/core/lib/iomgr/iomgr_internal.h", |
| 629 | "src/core/lib/iomgr/iomgr_posix.h", |
Craig Tiller | 2888bd5 | 2016-06-07 11:00:42 -0700 | [diff] [blame] | 630 | "src/core/lib/iomgr/load_file.h", |
Makarand Dharmapurikar | 0579cfc | 2016-06-20 15:45:24 -0700 | [diff] [blame] | 631 | "src/core/lib/iomgr/network_status_tracker.h", |
David Garcia Quintas | 4461da7 | 2016-06-06 16:45:01 -0700 | [diff] [blame] | 632 | "src/core/lib/iomgr/polling_entity.h", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 633 | "src/core/lib/iomgr/pollset.h", |
| 634 | "src/core/lib/iomgr/pollset_set.h", |
| 635 | "src/core/lib/iomgr/pollset_set_windows.h", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 636 | "src/core/lib/iomgr/pollset_uv.h", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 637 | "src/core/lib/iomgr/pollset_windows.h", |
murgatroid99 | 5407089 | 2016-08-08 17:01:18 -0700 | [diff] [blame] | 638 | "src/core/lib/iomgr/port.h", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 639 | "src/core/lib/iomgr/resolve_address.h", |
Craig Tiller | 20afa3d | 2016-10-17 14:52:14 -0700 | [diff] [blame] | 640 | "src/core/lib/iomgr/resource_quota.h", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 641 | "src/core/lib/iomgr/sockaddr.h", |
| 642 | "src/core/lib/iomgr/sockaddr_posix.h", |
| 643 | "src/core/lib/iomgr/sockaddr_utils.h", |
Jan Tattermusch | 2f7f856 | 2016-06-06 13:34:56 -0700 | [diff] [blame] | 644 | "src/core/lib/iomgr/sockaddr_windows.h", |
Yuchen Zeng | de3daf5 | 2016-10-13 17:26:26 -0700 | [diff] [blame] | 645 | "src/core/lib/iomgr/socket_mutator.h", |
murgatroid99 | 79b3227 | 2016-08-08 13:38:30 -0700 | [diff] [blame] | 646 | "src/core/lib/iomgr/socket_utils.h", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 647 | "src/core/lib/iomgr/socket_utils_posix.h", |
| 648 | "src/core/lib/iomgr/socket_windows.h", |
| 649 | "src/core/lib/iomgr/tcp_client.h", |
Craig Tiller | 8695876 | 2016-09-23 12:05:34 -0700 | [diff] [blame] | 650 | "src/core/lib/iomgr/tcp_client_posix.h", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 651 | "src/core/lib/iomgr/tcp_posix.h", |
| 652 | "src/core/lib/iomgr/tcp_server.h", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 653 | "src/core/lib/iomgr/tcp_uv.h", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 654 | "src/core/lib/iomgr/tcp_windows.h", |
| 655 | "src/core/lib/iomgr/time_averaged_stats.h", |
| 656 | "src/core/lib/iomgr/timer.h", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 657 | "src/core/lib/iomgr/timer_generic.h", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 658 | "src/core/lib/iomgr/timer_heap.h", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 659 | "src/core/lib/iomgr/timer_uv.h", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 660 | "src/core/lib/iomgr/udp_server.h", |
| 661 | "src/core/lib/iomgr/unix_sockets_posix.h", |
kpayson64 | d195cf5 | 2016-10-09 18:04:00 -0700 | [diff] [blame] | 662 | "src/core/lib/iomgr/wakeup_fd_cv.h", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 663 | "src/core/lib/iomgr/wakeup_fd_pipe.h", |
| 664 | "src/core/lib/iomgr/wakeup_fd_posix.h", |
| 665 | "src/core/lib/iomgr/workqueue.h", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 666 | "src/core/lib/iomgr/workqueue_uv.h", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 667 | "src/core/lib/iomgr/workqueue_windows.h", |
| 668 | "src/core/lib/json/json.h", |
| 669 | "src/core/lib/json/json_common.h", |
| 670 | "src/core/lib/json/json_reader.h", |
| 671 | "src/core/lib/json/json_writer.h", |
Craig Tiller | c335054 | 2016-10-26 16:19:01 -0700 | [diff] [blame] | 672 | "src/core/lib/slice/percent_encoding.h", |
| 673 | "src/core/lib/slice/slice_string_helpers.h", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 674 | "src/core/lib/surface/api_trace.h", |
| 675 | "src/core/lib/surface/call.h", |
| 676 | "src/core/lib/surface/call_test_only.h", |
| 677 | "src/core/lib/surface/channel.h", |
| 678 | "src/core/lib/surface/channel_init.h", |
| 679 | "src/core/lib/surface/channel_stack_type.h", |
| 680 | "src/core/lib/surface/completion_queue.h", |
| 681 | "src/core/lib/surface/event_string.h", |
| 682 | "src/core/lib/surface/init.h", |
| 683 | "src/core/lib/surface/lame_client.h", |
| 684 | "src/core/lib/surface/server.h", |
Craig Tiller | 9e0066b | 2016-10-20 14:04:18 -0700 | [diff] [blame] | 685 | "src/core/lib/transport/bdp_estimator.h", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 686 | "src/core/lib/transport/byte_stream.h", |
| 687 | "src/core/lib/transport/connectivity_state.h", |
Mark D. Roth | 6a721b5 | 2016-10-14 12:43:34 -0700 | [diff] [blame] | 688 | "src/core/lib/transport/mdstr_hash_table.h", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 689 | "src/core/lib/transport/metadata.h", |
| 690 | "src/core/lib/transport/metadata_batch.h", |
Craig Tiller | dd2fa64 | 2016-10-20 15:46:32 -0700 | [diff] [blame] | 691 | "src/core/lib/transport/pid_controller.h", |
Mark D. Roth | ea846a0 | 2016-11-03 11:32:54 -0700 | [diff] [blame] | 692 | "src/core/lib/transport/service_config.h", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 693 | "src/core/lib/transport/static_metadata.h", |
Robbie Shade | 710d242 | 2016-07-13 15:15:38 -0400 | [diff] [blame] | 694 | "src/core/lib/transport/timeout_encoding.h", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 695 | "src/core/lib/transport/transport.h", |
| 696 | "src/core/lib/transport/transport_impl.h", |
| 697 | "third_party/objective_c/Cronet/cronet_c_for_grpc.h", |
Yuchen Zeng | 0a0c1b0 | 2016-06-08 17:52:05 -0700 | [diff] [blame] | 698 | "src/core/ext/transport/chttp2/transport/bin_decoder.h", |
Makarand Dharmapurikar | eaf5426 | 2016-06-01 18:32:42 -0700 | [diff] [blame] | 699 | "src/core/ext/transport/chttp2/transport/bin_encoder.h", |
| 700 | "src/core/ext/transport/chttp2/transport/chttp2_transport.h", |
| 701 | "src/core/ext/transport/chttp2/transport/frame.h", |
| 702 | "src/core/ext/transport/chttp2/transport/frame_data.h", |
| 703 | "src/core/ext/transport/chttp2/transport/frame_goaway.h", |
| 704 | "src/core/ext/transport/chttp2/transport/frame_ping.h", |
| 705 | "src/core/ext/transport/chttp2/transport/frame_rst_stream.h", |
| 706 | "src/core/ext/transport/chttp2/transport/frame_settings.h", |
| 707 | "src/core/ext/transport/chttp2/transport/frame_window_update.h", |
| 708 | "src/core/ext/transport/chttp2/transport/hpack_encoder.h", |
| 709 | "src/core/ext/transport/chttp2/transport/hpack_parser.h", |
| 710 | "src/core/ext/transport/chttp2/transport/hpack_table.h", |
| 711 | "src/core/ext/transport/chttp2/transport/http2_errors.h", |
| 712 | "src/core/ext/transport/chttp2/transport/huffsyms.h", |
| 713 | "src/core/ext/transport/chttp2/transport/incoming_metadata.h", |
| 714 | "src/core/ext/transport/chttp2/transport/internal.h", |
| 715 | "src/core/ext/transport/chttp2/transport/status_conversion.h", |
| 716 | "src/core/ext/transport/chttp2/transport/stream_map.h", |
Makarand Dharmapurikar | eaf5426 | 2016-06-01 18:32:42 -0700 | [diff] [blame] | 717 | "src/core/ext/transport/chttp2/transport/varint.h", |
| 718 | "src/core/ext/transport/chttp2/alpn/alpn.h", |
Mark D. Roth | 2137cd8 | 2016-09-14 09:04:00 -0700 | [diff] [blame] | 719 | "src/core/ext/client_channel/client_channel.h", |
| 720 | "src/core/ext/client_channel/client_channel_factory.h", |
| 721 | "src/core/ext/client_channel/connector.h", |
Mark D. Roth | 1519574 | 2016-10-07 09:02:28 -0700 | [diff] [blame] | 722 | "src/core/ext/client_channel/http_connect_handshaker.h", |
Mark D. Roth | 2137cd8 | 2016-09-14 09:04:00 -0700 | [diff] [blame] | 723 | "src/core/ext/client_channel/initial_connect_string.h", |
| 724 | "src/core/ext/client_channel/lb_policy.h", |
| 725 | "src/core/ext/client_channel/lb_policy_factory.h", |
| 726 | "src/core/ext/client_channel/lb_policy_registry.h", |
| 727 | "src/core/ext/client_channel/parse_address.h", |
| 728 | "src/core/ext/client_channel/resolver.h", |
| 729 | "src/core/ext/client_channel/resolver_factory.h", |
| 730 | "src/core/ext/client_channel/resolver_registry.h", |
Mark D. Roth | 2137cd8 | 2016-09-14 09:04:00 -0700 | [diff] [blame] | 731 | "src/core/ext/client_channel/subchannel.h", |
| 732 | "src/core/ext/client_channel/subchannel_index.h", |
| 733 | "src/core/ext/client_channel/uri_parser.h", |
Makarand Dharmapurikar | eaf5426 | 2016-06-01 18:32:42 -0700 | [diff] [blame] | 734 | "src/core/lib/security/context/security_context.h", |
| 735 | "src/core/lib/security/credentials/composite/composite_credentials.h", |
| 736 | "src/core/lib/security/credentials/credentials.h", |
| 737 | "src/core/lib/security/credentials/fake/fake_credentials.h", |
| 738 | "src/core/lib/security/credentials/google_default/google_default_credentials.h", |
| 739 | "src/core/lib/security/credentials/iam/iam_credentials.h", |
| 740 | "src/core/lib/security/credentials/jwt/json_token.h", |
| 741 | "src/core/lib/security/credentials/jwt/jwt_credentials.h", |
| 742 | "src/core/lib/security/credentials/jwt/jwt_verifier.h", |
| 743 | "src/core/lib/security/credentials/oauth2/oauth2_credentials.h", |
| 744 | "src/core/lib/security/credentials/plugin/plugin_credentials.h", |
| 745 | "src/core/lib/security/credentials/ssl/ssl_credentials.h", |
| 746 | "src/core/lib/security/transport/auth_filters.h", |
Makarand Dharmapurikar | eaf5426 | 2016-06-01 18:32:42 -0700 | [diff] [blame] | 747 | "src/core/lib/security/transport/secure_endpoint.h", |
| 748 | "src/core/lib/security/transport/security_connector.h", |
Mark D. Roth | 071cacf | 2016-11-17 13:17:56 -0800 | [diff] [blame] | 749 | "src/core/lib/security/transport/security_handshaker.h", |
Craig Tiller | 2888bd5 | 2016-06-07 11:00:42 -0700 | [diff] [blame] | 750 | "src/core/lib/security/transport/tsi_error.h", |
Makarand Dharmapurikar | eaf5426 | 2016-06-01 18:32:42 -0700 | [diff] [blame] | 751 | "src/core/lib/security/util/b64.h", |
| 752 | "src/core/lib/security/util/json_util.h", |
| 753 | "src/core/lib/tsi/fake_transport_security.h", |
| 754 | "src/core/lib/tsi/ssl_transport_security.h", |
| 755 | "src/core/lib/tsi/ssl_types.h", |
| 756 | "src/core/lib/tsi/transport_security.h", |
| 757 | "src/core/lib/tsi/transport_security_interface.h", |
Mark D. Roth | 8686cab | 2016-11-17 13:12:17 -0800 | [diff] [blame] | 758 | "src/core/ext/transport/chttp2/client/chttp2_connector.h", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 759 | "src/core/lib/surface/init.c", |
| 760 | "src/core/lib/channel/channel_args.c", |
| 761 | "src/core/lib/channel/channel_stack.c", |
| 762 | "src/core/lib/channel/channel_stack_builder.c", |
| 763 | "src/core/lib/channel/compress_filter.c", |
| 764 | "src/core/lib/channel/connected_channel.c", |
Mark D. Roth | 14c072c | 2016-08-26 08:31:34 -0700 | [diff] [blame] | 765 | "src/core/lib/channel/deadline_filter.c", |
Mark D. Roth | dfbdefe | 2016-07-14 09:18:22 -0700 | [diff] [blame] | 766 | "src/core/lib/channel/handshaker.c", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 767 | "src/core/lib/channel/http_client_filter.c", |
| 768 | "src/core/lib/channel/http_server_filter.c", |
Mark D. Roth | af00d8b | 2016-08-23 12:48:16 -0700 | [diff] [blame] | 769 | "src/core/lib/channel/message_size_filter.c", |
David Garcia Quintas | 37e516e | 2016-06-07 21:23:41 -0700 | [diff] [blame] | 770 | "src/core/lib/compression/compression.c", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 771 | "src/core/lib/compression/message_compress.c", |
| 772 | "src/core/lib/debug/trace.c", |
| 773 | "src/core/lib/http/format_request.c", |
| 774 | "src/core/lib/http/httpcli.c", |
| 775 | "src/core/lib/http/parser.c", |
| 776 | "src/core/lib/iomgr/closure.c", |
Craig Tiller | 57726ca | 2016-09-12 11:59:45 -0700 | [diff] [blame] | 777 | "src/core/lib/iomgr/combiner.c", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 778 | "src/core/lib/iomgr/endpoint.c", |
| 779 | "src/core/lib/iomgr/endpoint_pair_posix.c", |
murgatroid99 | c36f6ea | 2016-10-03 09:24:09 -0700 | [diff] [blame] | 780 | "src/core/lib/iomgr/endpoint_pair_uv.c", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 781 | "src/core/lib/iomgr/endpoint_pair_windows.c", |
Craig Tiller | 2888bd5 | 2016-06-07 11:00:42 -0700 | [diff] [blame] | 782 | "src/core/lib/iomgr/error.c", |
Sree Kuchibhotla | 492fd96 | 2016-06-10 09:03:34 -0700 | [diff] [blame] | 783 | "src/core/lib/iomgr/ev_epoll_linux.c", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 784 | "src/core/lib/iomgr/ev_poll_posix.c", |
| 785 | "src/core/lib/iomgr/ev_posix.c", |
| 786 | "src/core/lib/iomgr/exec_ctx.c", |
| 787 | "src/core/lib/iomgr/executor.c", |
| 788 | "src/core/lib/iomgr/iocp_windows.c", |
| 789 | "src/core/lib/iomgr/iomgr.c", |
| 790 | "src/core/lib/iomgr/iomgr_posix.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 791 | "src/core/lib/iomgr/iomgr_uv.c", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 792 | "src/core/lib/iomgr/iomgr_windows.c", |
Craig Tiller | 2888bd5 | 2016-06-07 11:00:42 -0700 | [diff] [blame] | 793 | "src/core/lib/iomgr/load_file.c", |
Makarand Dharmapurikar | 0579cfc | 2016-06-20 15:45:24 -0700 | [diff] [blame] | 794 | "src/core/lib/iomgr/network_status_tracker.c", |
David Garcia Quintas | 4461da7 | 2016-06-06 16:45:01 -0700 | [diff] [blame] | 795 | "src/core/lib/iomgr/polling_entity.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 796 | "src/core/lib/iomgr/pollset_set_uv.c", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 797 | "src/core/lib/iomgr/pollset_set_windows.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 798 | "src/core/lib/iomgr/pollset_uv.c", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 799 | "src/core/lib/iomgr/pollset_windows.c", |
| 800 | "src/core/lib/iomgr/resolve_address_posix.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 801 | "src/core/lib/iomgr/resolve_address_uv.c", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 802 | "src/core/lib/iomgr/resolve_address_windows.c", |
Craig Tiller | 20afa3d | 2016-10-17 14:52:14 -0700 | [diff] [blame] | 803 | "src/core/lib/iomgr/resource_quota.c", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 804 | "src/core/lib/iomgr/sockaddr_utils.c", |
Yuchen Zeng | de3daf5 | 2016-10-13 17:26:26 -0700 | [diff] [blame] | 805 | "src/core/lib/iomgr/socket_mutator.c", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 806 | "src/core/lib/iomgr/socket_utils_common_posix.c", |
| 807 | "src/core/lib/iomgr/socket_utils_linux.c", |
| 808 | "src/core/lib/iomgr/socket_utils_posix.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 809 | "src/core/lib/iomgr/socket_utils_uv.c", |
murgatroid99 | 79b3227 | 2016-08-08 13:38:30 -0700 | [diff] [blame] | 810 | "src/core/lib/iomgr/socket_utils_windows.c", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 811 | "src/core/lib/iomgr/socket_windows.c", |
| 812 | "src/core/lib/iomgr/tcp_client_posix.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 813 | "src/core/lib/iomgr/tcp_client_uv.c", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 814 | "src/core/lib/iomgr/tcp_client_windows.c", |
| 815 | "src/core/lib/iomgr/tcp_posix.c", |
| 816 | "src/core/lib/iomgr/tcp_server_posix.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 817 | "src/core/lib/iomgr/tcp_server_uv.c", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 818 | "src/core/lib/iomgr/tcp_server_windows.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 819 | "src/core/lib/iomgr/tcp_uv.c", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 820 | "src/core/lib/iomgr/tcp_windows.c", |
| 821 | "src/core/lib/iomgr/time_averaged_stats.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 822 | "src/core/lib/iomgr/timer_generic.c", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 823 | "src/core/lib/iomgr/timer_heap.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 824 | "src/core/lib/iomgr/timer_uv.c", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 825 | "src/core/lib/iomgr/udp_server.c", |
| 826 | "src/core/lib/iomgr/unix_sockets_posix.c", |
| 827 | "src/core/lib/iomgr/unix_sockets_posix_noop.c", |
kpayson64 | d195cf5 | 2016-10-09 18:04:00 -0700 | [diff] [blame] | 828 | "src/core/lib/iomgr/wakeup_fd_cv.c", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 829 | "src/core/lib/iomgr/wakeup_fd_eventfd.c", |
| 830 | "src/core/lib/iomgr/wakeup_fd_nospecial.c", |
| 831 | "src/core/lib/iomgr/wakeup_fd_pipe.c", |
| 832 | "src/core/lib/iomgr/wakeup_fd_posix.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 833 | "src/core/lib/iomgr/workqueue_uv.c", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 834 | "src/core/lib/iomgr/workqueue_windows.c", |
| 835 | "src/core/lib/json/json.c", |
| 836 | "src/core/lib/json/json_reader.c", |
| 837 | "src/core/lib/json/json_string.c", |
| 838 | "src/core/lib/json/json_writer.c", |
Craig Tiller | c335054 | 2016-10-26 16:19:01 -0700 | [diff] [blame] | 839 | "src/core/lib/slice/percent_encoding.c", |
| 840 | "src/core/lib/slice/slice.c", |
| 841 | "src/core/lib/slice/slice_buffer.c", |
| 842 | "src/core/lib/slice/slice_string_helpers.c", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 843 | "src/core/lib/surface/alarm.c", |
| 844 | "src/core/lib/surface/api_trace.c", |
| 845 | "src/core/lib/surface/byte_buffer.c", |
| 846 | "src/core/lib/surface/byte_buffer_reader.c", |
| 847 | "src/core/lib/surface/call.c", |
| 848 | "src/core/lib/surface/call_details.c", |
| 849 | "src/core/lib/surface/call_log_batch.c", |
| 850 | "src/core/lib/surface/channel.c", |
| 851 | "src/core/lib/surface/channel_init.c", |
| 852 | "src/core/lib/surface/channel_ping.c", |
| 853 | "src/core/lib/surface/channel_stack_type.c", |
| 854 | "src/core/lib/surface/completion_queue.c", |
| 855 | "src/core/lib/surface/event_string.c", |
| 856 | "src/core/lib/surface/lame_client.c", |
| 857 | "src/core/lib/surface/metadata_array.c", |
| 858 | "src/core/lib/surface/server.c", |
| 859 | "src/core/lib/surface/validate_metadata.c", |
| 860 | "src/core/lib/surface/version.c", |
Craig Tiller | 9e0066b | 2016-10-20 14:04:18 -0700 | [diff] [blame] | 861 | "src/core/lib/transport/bdp_estimator.c", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 862 | "src/core/lib/transport/byte_stream.c", |
| 863 | "src/core/lib/transport/connectivity_state.c", |
Mark D. Roth | 6a721b5 | 2016-10-14 12:43:34 -0700 | [diff] [blame] | 864 | "src/core/lib/transport/mdstr_hash_table.c", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 865 | "src/core/lib/transport/metadata.c", |
| 866 | "src/core/lib/transport/metadata_batch.c", |
Craig Tiller | dd2fa64 | 2016-10-20 15:46:32 -0700 | [diff] [blame] | 867 | "src/core/lib/transport/pid_controller.c", |
Mark D. Roth | ea846a0 | 2016-11-03 11:32:54 -0700 | [diff] [blame] | 868 | "src/core/lib/transport/service_config.c", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 869 | "src/core/lib/transport/static_metadata.c", |
Robbie Shade | 710d242 | 2016-07-13 15:15:38 -0400 | [diff] [blame] | 870 | "src/core/lib/transport/timeout_encoding.c", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 871 | "src/core/lib/transport/transport.c", |
| 872 | "src/core/lib/transport/transport_op_string.c", |
| 873 | "src/core/ext/transport/cronet/client/secure/cronet_channel_create.c", |
| 874 | "src/core/ext/transport/cronet/transport/cronet_api_dummy.c", |
| 875 | "src/core/ext/transport/cronet/transport/cronet_transport.c", |
Makarand Dharmapurikar | eaf5426 | 2016-06-01 18:32:42 -0700 | [diff] [blame] | 876 | "src/core/ext/transport/chttp2/client/secure/secure_channel_create.c", |
Yuchen Zeng | 0a0c1b0 | 2016-06-08 17:52:05 -0700 | [diff] [blame] | 877 | "src/core/ext/transport/chttp2/transport/bin_decoder.c", |
Makarand Dharmapurikar | eaf5426 | 2016-06-01 18:32:42 -0700 | [diff] [blame] | 878 | "src/core/ext/transport/chttp2/transport/bin_encoder.c", |
| 879 | "src/core/ext/transport/chttp2/transport/chttp2_plugin.c", |
| 880 | "src/core/ext/transport/chttp2/transport/chttp2_transport.c", |
| 881 | "src/core/ext/transport/chttp2/transport/frame_data.c", |
| 882 | "src/core/ext/transport/chttp2/transport/frame_goaway.c", |
| 883 | "src/core/ext/transport/chttp2/transport/frame_ping.c", |
| 884 | "src/core/ext/transport/chttp2/transport/frame_rst_stream.c", |
| 885 | "src/core/ext/transport/chttp2/transport/frame_settings.c", |
| 886 | "src/core/ext/transport/chttp2/transport/frame_window_update.c", |
| 887 | "src/core/ext/transport/chttp2/transport/hpack_encoder.c", |
| 888 | "src/core/ext/transport/chttp2/transport/hpack_parser.c", |
| 889 | "src/core/ext/transport/chttp2/transport/hpack_table.c", |
| 890 | "src/core/ext/transport/chttp2/transport/huffsyms.c", |
| 891 | "src/core/ext/transport/chttp2/transport/incoming_metadata.c", |
| 892 | "src/core/ext/transport/chttp2/transport/parsing.c", |
| 893 | "src/core/ext/transport/chttp2/transport/status_conversion.c", |
| 894 | "src/core/ext/transport/chttp2/transport/stream_lists.c", |
| 895 | "src/core/ext/transport/chttp2/transport/stream_map.c", |
Makarand Dharmapurikar | eaf5426 | 2016-06-01 18:32:42 -0700 | [diff] [blame] | 896 | "src/core/ext/transport/chttp2/transport/varint.c", |
| 897 | "src/core/ext/transport/chttp2/transport/writing.c", |
| 898 | "src/core/ext/transport/chttp2/alpn/alpn.c", |
Mark D. Roth | 2137cd8 | 2016-09-14 09:04:00 -0700 | [diff] [blame] | 899 | "src/core/ext/client_channel/channel_connectivity.c", |
| 900 | "src/core/ext/client_channel/client_channel.c", |
| 901 | "src/core/ext/client_channel/client_channel_factory.c", |
| 902 | "src/core/ext/client_channel/client_channel_plugin.c", |
| 903 | "src/core/ext/client_channel/connector.c", |
| 904 | "src/core/ext/client_channel/default_initial_connect_string.c", |
Mark D. Roth | 1519574 | 2016-10-07 09:02:28 -0700 | [diff] [blame] | 905 | "src/core/ext/client_channel/http_connect_handshaker.c", |
Mark D. Roth | 2137cd8 | 2016-09-14 09:04:00 -0700 | [diff] [blame] | 906 | "src/core/ext/client_channel/initial_connect_string.c", |
| 907 | "src/core/ext/client_channel/lb_policy.c", |
| 908 | "src/core/ext/client_channel/lb_policy_factory.c", |
| 909 | "src/core/ext/client_channel/lb_policy_registry.c", |
| 910 | "src/core/ext/client_channel/parse_address.c", |
| 911 | "src/core/ext/client_channel/resolver.c", |
| 912 | "src/core/ext/client_channel/resolver_factory.c", |
| 913 | "src/core/ext/client_channel/resolver_registry.c", |
Mark D. Roth | 2137cd8 | 2016-09-14 09:04:00 -0700 | [diff] [blame] | 914 | "src/core/ext/client_channel/subchannel.c", |
| 915 | "src/core/ext/client_channel/subchannel_index.c", |
| 916 | "src/core/ext/client_channel/uri_parser.c", |
Makarand Dharmapurikar | eaf5426 | 2016-06-01 18:32:42 -0700 | [diff] [blame] | 917 | "src/core/lib/http/httpcli_security_connector.c", |
| 918 | "src/core/lib/security/context/security_context.c", |
| 919 | "src/core/lib/security/credentials/composite/composite_credentials.c", |
| 920 | "src/core/lib/security/credentials/credentials.c", |
| 921 | "src/core/lib/security/credentials/credentials_metadata.c", |
| 922 | "src/core/lib/security/credentials/fake/fake_credentials.c", |
murgatroid99 | 7c20590 | 2016-08-09 10:07:42 -0700 | [diff] [blame] | 923 | "src/core/lib/security/credentials/google_default/credentials_generic.c", |
Makarand Dharmapurikar | eaf5426 | 2016-06-01 18:32:42 -0700 | [diff] [blame] | 924 | "src/core/lib/security/credentials/google_default/google_default_credentials.c", |
| 925 | "src/core/lib/security/credentials/iam/iam_credentials.c", |
| 926 | "src/core/lib/security/credentials/jwt/json_token.c", |
| 927 | "src/core/lib/security/credentials/jwt/jwt_credentials.c", |
| 928 | "src/core/lib/security/credentials/jwt/jwt_verifier.c", |
| 929 | "src/core/lib/security/credentials/oauth2/oauth2_credentials.c", |
| 930 | "src/core/lib/security/credentials/plugin/plugin_credentials.c", |
| 931 | "src/core/lib/security/credentials/ssl/ssl_credentials.c", |
| 932 | "src/core/lib/security/transport/client_auth_filter.c", |
Makarand Dharmapurikar | eaf5426 | 2016-06-01 18:32:42 -0700 | [diff] [blame] | 933 | "src/core/lib/security/transport/secure_endpoint.c", |
| 934 | "src/core/lib/security/transport/security_connector.c", |
Mark D. Roth | 071cacf | 2016-11-17 13:17:56 -0800 | [diff] [blame] | 935 | "src/core/lib/security/transport/security_handshaker.c", |
Makarand Dharmapurikar | eaf5426 | 2016-06-01 18:32:42 -0700 | [diff] [blame] | 936 | "src/core/lib/security/transport/server_auth_filter.c", |
Craig Tiller | 2888bd5 | 2016-06-07 11:00:42 -0700 | [diff] [blame] | 937 | "src/core/lib/security/transport/tsi_error.c", |
Makarand Dharmapurikar | eaf5426 | 2016-06-01 18:32:42 -0700 | [diff] [blame] | 938 | "src/core/lib/security/util/b64.c", |
| 939 | "src/core/lib/security/util/json_util.c", |
| 940 | "src/core/lib/surface/init_secure.c", |
| 941 | "src/core/lib/tsi/fake_transport_security.c", |
| 942 | "src/core/lib/tsi/ssl_transport_security.c", |
| 943 | "src/core/lib/tsi/transport_security.c", |
Mark D. Roth | 8686cab | 2016-11-17 13:12:17 -0800 | [diff] [blame] | 944 | "src/core/ext/transport/chttp2/client/chttp2_connector.c", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 945 | "src/core/plugin_registry/grpc_cronet_plugin_registry.c", |
| 946 | ], |
| 947 | hdrs = [ |
| 948 | "include/grpc/byte_buffer.h", |
| 949 | "include/grpc/byte_buffer_reader.h", |
| 950 | "include/grpc/compression.h", |
| 951 | "include/grpc/grpc.h", |
Adam Michalik | 321b1fb | 2016-05-16 15:42:36 -0700 | [diff] [blame] | 952 | "include/grpc/grpc_posix.h", |
Nicolas "Pixel" Noble | a469e5d | 2016-08-16 22:09:27 +0200 | [diff] [blame] | 953 | "include/grpc/grpc_security_constants.h", |
Craig Tiller | c335054 | 2016-10-26 16:19:01 -0700 | [diff] [blame] | 954 | "include/grpc/slice.h", |
| 955 | "include/grpc/slice_buffer.h", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 956 | "include/grpc/status.h", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 957 | "include/grpc/impl/codegen/byte_buffer_reader.h", |
| 958 | "include/grpc/impl/codegen/compression_types.h", |
| 959 | "include/grpc/impl/codegen/connectivity_state.h", |
| 960 | "include/grpc/impl/codegen/grpc_types.h", |
| 961 | "include/grpc/impl/codegen/propagation_bits.h", |
| 962 | "include/grpc/impl/codegen/status.h", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 963 | "include/grpc/impl/codegen/atm.h", |
| 964 | "include/grpc/impl/codegen/atm_gcc_atomic.h", |
| 965 | "include/grpc/impl/codegen/atm_gcc_sync.h", |
Jan Tattermusch | 2f7f856 | 2016-06-06 13:34:56 -0700 | [diff] [blame] | 966 | "include/grpc/impl/codegen/atm_windows.h", |
David Garcia Quintas | 8c5424f | 2016-08-01 22:49:00 -0700 | [diff] [blame] | 967 | "include/grpc/impl/codegen/gpr_types.h", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 968 | "include/grpc/impl/codegen/port_platform.h", |
| 969 | "include/grpc/impl/codegen/slice.h", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 970 | "include/grpc/impl/codegen/sync.h", |
| 971 | "include/grpc/impl/codegen/sync_generic.h", |
| 972 | "include/grpc/impl/codegen/sync_posix.h", |
Jan Tattermusch | 2f7f856 | 2016-06-06 13:34:56 -0700 | [diff] [blame] | 973 | "include/grpc/impl/codegen/sync_windows.h", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 974 | "include/grpc/grpc_cronet.h", |
| 975 | "include/grpc/grpc_security.h", |
Makarand Dharmapurikar | 38d8055 | 2016-06-01 15:02:04 -0700 | [diff] [blame] | 976 | ], |
| 977 | includes = [ |
| 978 | "include", |
| 979 | ".", |
| 980 | ], |
| 981 | deps = [ |
| 982 | "//external:libssl", |
| 983 | ":gpr", |
| 984 | ], |
| 985 | ) |
| 986 | |
| 987 | |
| 988 | |
| 989 | cc_library( |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 990 | name = "grpc_unsecure", |
| 991 | srcs = [ |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 992 | "src/core/lib/channel/channel_args.h", |
| 993 | "src/core/lib/channel/channel_stack.h", |
| 994 | "src/core/lib/channel/channel_stack_builder.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 995 | "src/core/lib/channel/compress_filter.h", |
| 996 | "src/core/lib/channel/connected_channel.h", |
| 997 | "src/core/lib/channel/context.h", |
Mark D. Roth | 14c072c | 2016-08-26 08:31:34 -0700 | [diff] [blame] | 998 | "src/core/lib/channel/deadline_filter.h", |
Mark D. Roth | dfbdefe | 2016-07-14 09:18:22 -0700 | [diff] [blame] | 999 | "src/core/lib/channel/handshaker.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1000 | "src/core/lib/channel/http_client_filter.h", |
| 1001 | "src/core/lib/channel/http_server_filter.h", |
Mark D. Roth | af00d8b | 2016-08-23 12:48:16 -0700 | [diff] [blame] | 1002 | "src/core/lib/channel/message_size_filter.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1003 | "src/core/lib/compression/algorithm_metadata.h", |
| 1004 | "src/core/lib/compression/message_compress.h", |
| 1005 | "src/core/lib/debug/trace.h", |
| 1006 | "src/core/lib/http/format_request.h", |
| 1007 | "src/core/lib/http/httpcli.h", |
| 1008 | "src/core/lib/http/parser.h", |
| 1009 | "src/core/lib/iomgr/closure.h", |
Craig Tiller | 57726ca | 2016-09-12 11:59:45 -0700 | [diff] [blame] | 1010 | "src/core/lib/iomgr/combiner.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1011 | "src/core/lib/iomgr/endpoint.h", |
| 1012 | "src/core/lib/iomgr/endpoint_pair.h", |
Craig Tiller | 27f59af | 2016-04-28 14:19:48 -0700 | [diff] [blame] | 1013 | "src/core/lib/iomgr/error.h", |
Sree Kuchibhotla | f448c34 | 2016-05-19 10:51:24 -0700 | [diff] [blame] | 1014 | "src/core/lib/iomgr/ev_epoll_linux.h", |
Craig Tiller | d9a60bb | 2016-03-28 23:13:19 -0700 | [diff] [blame] | 1015 | "src/core/lib/iomgr/ev_poll_posix.h", |
Craig Tiller | 8a03448 | 2016-03-28 16:09:04 -0700 | [diff] [blame] | 1016 | "src/core/lib/iomgr/ev_posix.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1017 | "src/core/lib/iomgr/exec_ctx.h", |
| 1018 | "src/core/lib/iomgr/executor.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1019 | "src/core/lib/iomgr/iocp_windows.h", |
| 1020 | "src/core/lib/iomgr/iomgr.h", |
| 1021 | "src/core/lib/iomgr/iomgr_internal.h", |
| 1022 | "src/core/lib/iomgr/iomgr_posix.h", |
Craig Tiller | 8517886 | 2016-05-18 16:09:16 -0700 | [diff] [blame] | 1023 | "src/core/lib/iomgr/load_file.h", |
Makarand Dharmapurikar | 0579cfc | 2016-06-20 15:45:24 -0700 | [diff] [blame] | 1024 | "src/core/lib/iomgr/network_status_tracker.h", |
David Garcia Quintas | 2a50dfe | 2016-05-31 15:09:12 -0700 | [diff] [blame] | 1025 | "src/core/lib/iomgr/polling_entity.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1026 | "src/core/lib/iomgr/pollset.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1027 | "src/core/lib/iomgr/pollset_set.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1028 | "src/core/lib/iomgr/pollset_set_windows.h", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 1029 | "src/core/lib/iomgr/pollset_uv.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1030 | "src/core/lib/iomgr/pollset_windows.h", |
murgatroid99 | 5407089 | 2016-08-08 17:01:18 -0700 | [diff] [blame] | 1031 | "src/core/lib/iomgr/port.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1032 | "src/core/lib/iomgr/resolve_address.h", |
Craig Tiller | 20afa3d | 2016-10-17 14:52:14 -0700 | [diff] [blame] | 1033 | "src/core/lib/iomgr/resource_quota.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1034 | "src/core/lib/iomgr/sockaddr.h", |
| 1035 | "src/core/lib/iomgr/sockaddr_posix.h", |
| 1036 | "src/core/lib/iomgr/sockaddr_utils.h", |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 1037 | "src/core/lib/iomgr/sockaddr_windows.h", |
Yuchen Zeng | de3daf5 | 2016-10-13 17:26:26 -0700 | [diff] [blame] | 1038 | "src/core/lib/iomgr/socket_mutator.h", |
murgatroid99 | 79b3227 | 2016-08-08 13:38:30 -0700 | [diff] [blame] | 1039 | "src/core/lib/iomgr/socket_utils.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1040 | "src/core/lib/iomgr/socket_utils_posix.h", |
| 1041 | "src/core/lib/iomgr/socket_windows.h", |
| 1042 | "src/core/lib/iomgr/tcp_client.h", |
Craig Tiller | 8695876 | 2016-09-23 12:05:34 -0700 | [diff] [blame] | 1043 | "src/core/lib/iomgr/tcp_client_posix.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1044 | "src/core/lib/iomgr/tcp_posix.h", |
| 1045 | "src/core/lib/iomgr/tcp_server.h", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 1046 | "src/core/lib/iomgr/tcp_uv.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1047 | "src/core/lib/iomgr/tcp_windows.h", |
| 1048 | "src/core/lib/iomgr/time_averaged_stats.h", |
| 1049 | "src/core/lib/iomgr/timer.h", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 1050 | "src/core/lib/iomgr/timer_generic.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1051 | "src/core/lib/iomgr/timer_heap.h", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 1052 | "src/core/lib/iomgr/timer_uv.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1053 | "src/core/lib/iomgr/udp_server.h", |
| 1054 | "src/core/lib/iomgr/unix_sockets_posix.h", |
kpayson64 | d195cf5 | 2016-10-09 18:04:00 -0700 | [diff] [blame] | 1055 | "src/core/lib/iomgr/wakeup_fd_cv.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1056 | "src/core/lib/iomgr/wakeup_fd_pipe.h", |
| 1057 | "src/core/lib/iomgr/wakeup_fd_posix.h", |
| 1058 | "src/core/lib/iomgr/workqueue.h", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 1059 | "src/core/lib/iomgr/workqueue_uv.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1060 | "src/core/lib/iomgr/workqueue_windows.h", |
| 1061 | "src/core/lib/json/json.h", |
| 1062 | "src/core/lib/json/json_common.h", |
| 1063 | "src/core/lib/json/json_reader.h", |
| 1064 | "src/core/lib/json/json_writer.h", |
Craig Tiller | c335054 | 2016-10-26 16:19:01 -0700 | [diff] [blame] | 1065 | "src/core/lib/slice/percent_encoding.h", |
| 1066 | "src/core/lib/slice/slice_string_helpers.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1067 | "src/core/lib/surface/api_trace.h", |
| 1068 | "src/core/lib/surface/call.h", |
| 1069 | "src/core/lib/surface/call_test_only.h", |
| 1070 | "src/core/lib/surface/channel.h", |
| 1071 | "src/core/lib/surface/channel_init.h", |
| 1072 | "src/core/lib/surface/channel_stack_type.h", |
| 1073 | "src/core/lib/surface/completion_queue.h", |
| 1074 | "src/core/lib/surface/event_string.h", |
| 1075 | "src/core/lib/surface/init.h", |
| 1076 | "src/core/lib/surface/lame_client.h", |
| 1077 | "src/core/lib/surface/server.h", |
Craig Tiller | 9e0066b | 2016-10-20 14:04:18 -0700 | [diff] [blame] | 1078 | "src/core/lib/transport/bdp_estimator.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1079 | "src/core/lib/transport/byte_stream.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1080 | "src/core/lib/transport/connectivity_state.h", |
Mark D. Roth | 6a721b5 | 2016-10-14 12:43:34 -0700 | [diff] [blame] | 1081 | "src/core/lib/transport/mdstr_hash_table.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1082 | "src/core/lib/transport/metadata.h", |
| 1083 | "src/core/lib/transport/metadata_batch.h", |
Craig Tiller | dd2fa64 | 2016-10-20 15:46:32 -0700 | [diff] [blame] | 1084 | "src/core/lib/transport/pid_controller.h", |
Mark D. Roth | ea846a0 | 2016-11-03 11:32:54 -0700 | [diff] [blame] | 1085 | "src/core/lib/transport/service_config.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1086 | "src/core/lib/transport/static_metadata.h", |
Robbie Shade | 710d242 | 2016-07-13 15:15:38 -0400 | [diff] [blame] | 1087 | "src/core/lib/transport/timeout_encoding.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1088 | "src/core/lib/transport/transport.h", |
| 1089 | "src/core/lib/transport/transport_impl.h", |
Yuchen Zeng | d982bba | 2016-05-12 18:53:52 -0700 | [diff] [blame] | 1090 | "src/core/ext/transport/chttp2/transport/bin_decoder.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 1091 | "src/core/ext/transport/chttp2/transport/bin_encoder.h", |
| 1092 | "src/core/ext/transport/chttp2/transport/chttp2_transport.h", |
| 1093 | "src/core/ext/transport/chttp2/transport/frame.h", |
| 1094 | "src/core/ext/transport/chttp2/transport/frame_data.h", |
| 1095 | "src/core/ext/transport/chttp2/transport/frame_goaway.h", |
| 1096 | "src/core/ext/transport/chttp2/transport/frame_ping.h", |
| 1097 | "src/core/ext/transport/chttp2/transport/frame_rst_stream.h", |
| 1098 | "src/core/ext/transport/chttp2/transport/frame_settings.h", |
| 1099 | "src/core/ext/transport/chttp2/transport/frame_window_update.h", |
| 1100 | "src/core/ext/transport/chttp2/transport/hpack_encoder.h", |
| 1101 | "src/core/ext/transport/chttp2/transport/hpack_parser.h", |
| 1102 | "src/core/ext/transport/chttp2/transport/hpack_table.h", |
| 1103 | "src/core/ext/transport/chttp2/transport/http2_errors.h", |
| 1104 | "src/core/ext/transport/chttp2/transport/huffsyms.h", |
| 1105 | "src/core/ext/transport/chttp2/transport/incoming_metadata.h", |
| 1106 | "src/core/ext/transport/chttp2/transport/internal.h", |
| 1107 | "src/core/ext/transport/chttp2/transport/status_conversion.h", |
| 1108 | "src/core/ext/transport/chttp2/transport/stream_map.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 1109 | "src/core/ext/transport/chttp2/transport/varint.h", |
| 1110 | "src/core/ext/transport/chttp2/alpn/alpn.h", |
Mark D. Roth | 7140382 | 2016-12-02 10:51:39 -0800 | [diff] [blame] | 1111 | "src/core/ext/transport/chttp2/server/chttp2_server.h", |
Mark D. Roth | 2502afb | 2016-11-29 15:17:31 -0800 | [diff] [blame] | 1112 | "src/core/ext/transport/chttp2/client/chttp2_connector.h", |
Mark D. Roth | 2137cd8 | 2016-09-14 09:04:00 -0700 | [diff] [blame] | 1113 | "src/core/ext/client_channel/client_channel.h", |
| 1114 | "src/core/ext/client_channel/client_channel_factory.h", |
| 1115 | "src/core/ext/client_channel/connector.h", |
Mark D. Roth | 1519574 | 2016-10-07 09:02:28 -0700 | [diff] [blame] | 1116 | "src/core/ext/client_channel/http_connect_handshaker.h", |
Mark D. Roth | 2137cd8 | 2016-09-14 09:04:00 -0700 | [diff] [blame] | 1117 | "src/core/ext/client_channel/initial_connect_string.h", |
| 1118 | "src/core/ext/client_channel/lb_policy.h", |
| 1119 | "src/core/ext/client_channel/lb_policy_factory.h", |
| 1120 | "src/core/ext/client_channel/lb_policy_registry.h", |
| 1121 | "src/core/ext/client_channel/parse_address.h", |
| 1122 | "src/core/ext/client_channel/resolver.h", |
| 1123 | "src/core/ext/client_channel/resolver_factory.h", |
| 1124 | "src/core/ext/client_channel/resolver_registry.h", |
Mark D. Roth | 2137cd8 | 2016-09-14 09:04:00 -0700 | [diff] [blame] | 1125 | "src/core/ext/client_channel/subchannel.h", |
| 1126 | "src/core/ext/client_channel/subchannel_index.h", |
| 1127 | "src/core/ext/client_channel/uri_parser.h", |
David Garcia Quintas | 4bb11ac | 2016-05-02 09:20:21 -0700 | [diff] [blame] | 1128 | "src/core/ext/load_reporting/load_reporting.h", |
| 1129 | "src/core/ext/load_reporting/load_reporting_filter.h", |
David Garcia Quintas | b2e986b | 2016-06-15 23:55:50 -0700 | [diff] [blame] | 1130 | "src/core/ext/lb_policy/grpclb/grpclb.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 1131 | "src/core/ext/lb_policy/grpclb/load_balancer_api.h", |
David Garcia Quintas | 7f0793a | 2016-04-25 12:35:58 -0700 | [diff] [blame] | 1132 | "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 1133 | "src/core/ext/census/aggregation.h", |
Alistair Veitch | 4aaba75 | 2016-06-02 17:11:46 -0700 | [diff] [blame] | 1134 | "src/core/ext/census/base_resources.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 1135 | "src/core/ext/census/census_interface.h", |
| 1136 | "src/core/ext/census/census_rpc_stats.h", |
Alistair Veitch | 30fe632 | 2016-05-23 10:11:28 -0700 | [diff] [blame] | 1137 | "src/core/ext/census/gen/census.pb.h", |
Alistair Veitch | a0c69f9 | 2016-08-31 12:01:27 -0700 | [diff] [blame] | 1138 | "src/core/ext/census/gen/trace_context.pb.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 1139 | "src/core/ext/census/grpc_filter.h", |
| 1140 | "src/core/ext/census/mlog.h", |
Alistair Veitch | 4aaba75 | 2016-06-02 17:11:46 -0700 | [diff] [blame] | 1141 | "src/core/ext/census/resource.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 1142 | "src/core/ext/census/rpc_metric_id.h", |
Vizerai | 12d1fc6 | 2016-09-09 14:22:19 -0700 | [diff] [blame] | 1143 | "src/core/ext/census/trace_context.h", |
Craig Tiller | 3ab2fe0 | 2016-04-11 20:11:18 -0700 | [diff] [blame] | 1144 | "src/core/lib/surface/init.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 1145 | "src/core/lib/surface/init_unsecure.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1146 | "src/core/lib/channel/channel_args.c", |
| 1147 | "src/core/lib/channel/channel_stack.c", |
| 1148 | "src/core/lib/channel/channel_stack_builder.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1149 | "src/core/lib/channel/compress_filter.c", |
| 1150 | "src/core/lib/channel/connected_channel.c", |
Mark D. Roth | 14c072c | 2016-08-26 08:31:34 -0700 | [diff] [blame] | 1151 | "src/core/lib/channel/deadline_filter.c", |
Mark D. Roth | dfbdefe | 2016-07-14 09:18:22 -0700 | [diff] [blame] | 1152 | "src/core/lib/channel/handshaker.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1153 | "src/core/lib/channel/http_client_filter.c", |
| 1154 | "src/core/lib/channel/http_server_filter.c", |
Mark D. Roth | af00d8b | 2016-08-23 12:48:16 -0700 | [diff] [blame] | 1155 | "src/core/lib/channel/message_size_filter.c", |
David Garcia Quintas | ac09447 | 2016-05-18 20:25:57 -0700 | [diff] [blame] | 1156 | "src/core/lib/compression/compression.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1157 | "src/core/lib/compression/message_compress.c", |
| 1158 | "src/core/lib/debug/trace.c", |
| 1159 | "src/core/lib/http/format_request.c", |
| 1160 | "src/core/lib/http/httpcli.c", |
| 1161 | "src/core/lib/http/parser.c", |
| 1162 | "src/core/lib/iomgr/closure.c", |
Craig Tiller | 57726ca | 2016-09-12 11:59:45 -0700 | [diff] [blame] | 1163 | "src/core/lib/iomgr/combiner.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1164 | "src/core/lib/iomgr/endpoint.c", |
| 1165 | "src/core/lib/iomgr/endpoint_pair_posix.c", |
murgatroid99 | c36f6ea | 2016-10-03 09:24:09 -0700 | [diff] [blame] | 1166 | "src/core/lib/iomgr/endpoint_pair_uv.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1167 | "src/core/lib/iomgr/endpoint_pair_windows.c", |
Craig Tiller | 27f59af | 2016-04-28 14:19:48 -0700 | [diff] [blame] | 1168 | "src/core/lib/iomgr/error.c", |
Sree Kuchibhotla | f448c34 | 2016-05-19 10:51:24 -0700 | [diff] [blame] | 1169 | "src/core/lib/iomgr/ev_epoll_linux.c", |
Craig Tiller | d9a60bb | 2016-03-28 23:13:19 -0700 | [diff] [blame] | 1170 | "src/core/lib/iomgr/ev_poll_posix.c", |
Craig Tiller | 8a03448 | 2016-03-28 16:09:04 -0700 | [diff] [blame] | 1171 | "src/core/lib/iomgr/ev_posix.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1172 | "src/core/lib/iomgr/exec_ctx.c", |
| 1173 | "src/core/lib/iomgr/executor.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1174 | "src/core/lib/iomgr/iocp_windows.c", |
| 1175 | "src/core/lib/iomgr/iomgr.c", |
| 1176 | "src/core/lib/iomgr/iomgr_posix.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 1177 | "src/core/lib/iomgr/iomgr_uv.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1178 | "src/core/lib/iomgr/iomgr_windows.c", |
Craig Tiller | 8517886 | 2016-05-18 16:09:16 -0700 | [diff] [blame] | 1179 | "src/core/lib/iomgr/load_file.c", |
Makarand Dharmapurikar | 0579cfc | 2016-06-20 15:45:24 -0700 | [diff] [blame] | 1180 | "src/core/lib/iomgr/network_status_tracker.c", |
David Garcia Quintas | 2a50dfe | 2016-05-31 15:09:12 -0700 | [diff] [blame] | 1181 | "src/core/lib/iomgr/polling_entity.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 1182 | "src/core/lib/iomgr/pollset_set_uv.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1183 | "src/core/lib/iomgr/pollset_set_windows.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 1184 | "src/core/lib/iomgr/pollset_uv.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1185 | "src/core/lib/iomgr/pollset_windows.c", |
| 1186 | "src/core/lib/iomgr/resolve_address_posix.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 1187 | "src/core/lib/iomgr/resolve_address_uv.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1188 | "src/core/lib/iomgr/resolve_address_windows.c", |
Craig Tiller | 20afa3d | 2016-10-17 14:52:14 -0700 | [diff] [blame] | 1189 | "src/core/lib/iomgr/resource_quota.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1190 | "src/core/lib/iomgr/sockaddr_utils.c", |
Yuchen Zeng | de3daf5 | 2016-10-13 17:26:26 -0700 | [diff] [blame] | 1191 | "src/core/lib/iomgr/socket_mutator.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1192 | "src/core/lib/iomgr/socket_utils_common_posix.c", |
| 1193 | "src/core/lib/iomgr/socket_utils_linux.c", |
| 1194 | "src/core/lib/iomgr/socket_utils_posix.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 1195 | "src/core/lib/iomgr/socket_utils_uv.c", |
murgatroid99 | 79b3227 | 2016-08-08 13:38:30 -0700 | [diff] [blame] | 1196 | "src/core/lib/iomgr/socket_utils_windows.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1197 | "src/core/lib/iomgr/socket_windows.c", |
| 1198 | "src/core/lib/iomgr/tcp_client_posix.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 1199 | "src/core/lib/iomgr/tcp_client_uv.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1200 | "src/core/lib/iomgr/tcp_client_windows.c", |
| 1201 | "src/core/lib/iomgr/tcp_posix.c", |
| 1202 | "src/core/lib/iomgr/tcp_server_posix.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 1203 | "src/core/lib/iomgr/tcp_server_uv.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1204 | "src/core/lib/iomgr/tcp_server_windows.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 1205 | "src/core/lib/iomgr/tcp_uv.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1206 | "src/core/lib/iomgr/tcp_windows.c", |
| 1207 | "src/core/lib/iomgr/time_averaged_stats.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 1208 | "src/core/lib/iomgr/timer_generic.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1209 | "src/core/lib/iomgr/timer_heap.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 1210 | "src/core/lib/iomgr/timer_uv.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1211 | "src/core/lib/iomgr/udp_server.c", |
| 1212 | "src/core/lib/iomgr/unix_sockets_posix.c", |
| 1213 | "src/core/lib/iomgr/unix_sockets_posix_noop.c", |
kpayson64 | d195cf5 | 2016-10-09 18:04:00 -0700 | [diff] [blame] | 1214 | "src/core/lib/iomgr/wakeup_fd_cv.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1215 | "src/core/lib/iomgr/wakeup_fd_eventfd.c", |
| 1216 | "src/core/lib/iomgr/wakeup_fd_nospecial.c", |
| 1217 | "src/core/lib/iomgr/wakeup_fd_pipe.c", |
| 1218 | "src/core/lib/iomgr/wakeup_fd_posix.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 1219 | "src/core/lib/iomgr/workqueue_uv.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1220 | "src/core/lib/iomgr/workqueue_windows.c", |
| 1221 | "src/core/lib/json/json.c", |
| 1222 | "src/core/lib/json/json_reader.c", |
| 1223 | "src/core/lib/json/json_string.c", |
| 1224 | "src/core/lib/json/json_writer.c", |
Craig Tiller | c335054 | 2016-10-26 16:19:01 -0700 | [diff] [blame] | 1225 | "src/core/lib/slice/percent_encoding.c", |
| 1226 | "src/core/lib/slice/slice.c", |
| 1227 | "src/core/lib/slice/slice_buffer.c", |
| 1228 | "src/core/lib/slice/slice_string_helpers.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1229 | "src/core/lib/surface/alarm.c", |
| 1230 | "src/core/lib/surface/api_trace.c", |
| 1231 | "src/core/lib/surface/byte_buffer.c", |
| 1232 | "src/core/lib/surface/byte_buffer_reader.c", |
| 1233 | "src/core/lib/surface/call.c", |
| 1234 | "src/core/lib/surface/call_details.c", |
| 1235 | "src/core/lib/surface/call_log_batch.c", |
| 1236 | "src/core/lib/surface/channel.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1237 | "src/core/lib/surface/channel_init.c", |
| 1238 | "src/core/lib/surface/channel_ping.c", |
| 1239 | "src/core/lib/surface/channel_stack_type.c", |
| 1240 | "src/core/lib/surface/completion_queue.c", |
| 1241 | "src/core/lib/surface/event_string.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1242 | "src/core/lib/surface/lame_client.c", |
| 1243 | "src/core/lib/surface/metadata_array.c", |
| 1244 | "src/core/lib/surface/server.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1245 | "src/core/lib/surface/validate_metadata.c", |
| 1246 | "src/core/lib/surface/version.c", |
Craig Tiller | 9e0066b | 2016-10-20 14:04:18 -0700 | [diff] [blame] | 1247 | "src/core/lib/transport/bdp_estimator.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1248 | "src/core/lib/transport/byte_stream.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1249 | "src/core/lib/transport/connectivity_state.c", |
Mark D. Roth | 6a721b5 | 2016-10-14 12:43:34 -0700 | [diff] [blame] | 1250 | "src/core/lib/transport/mdstr_hash_table.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1251 | "src/core/lib/transport/metadata.c", |
| 1252 | "src/core/lib/transport/metadata_batch.c", |
Craig Tiller | dd2fa64 | 2016-10-20 15:46:32 -0700 | [diff] [blame] | 1253 | "src/core/lib/transport/pid_controller.c", |
Mark D. Roth | ea846a0 | 2016-11-03 11:32:54 -0700 | [diff] [blame] | 1254 | "src/core/lib/transport/service_config.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1255 | "src/core/lib/transport/static_metadata.c", |
Robbie Shade | 710d242 | 2016-07-13 15:15:38 -0400 | [diff] [blame] | 1256 | "src/core/lib/transport/timeout_encoding.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 1257 | "src/core/lib/transport/transport.c", |
| 1258 | "src/core/lib/transport/transport_op_string.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 1259 | "src/core/ext/transport/chttp2/server/insecure/server_chttp2.c", |
Adam Michalik | bf10c82 | 2016-05-20 16:13:32 -0700 | [diff] [blame] | 1260 | "src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c", |
Yuchen Zeng | d982bba | 2016-05-12 18:53:52 -0700 | [diff] [blame] | 1261 | "src/core/ext/transport/chttp2/transport/bin_decoder.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 1262 | "src/core/ext/transport/chttp2/transport/bin_encoder.c", |
| 1263 | "src/core/ext/transport/chttp2/transport/chttp2_plugin.c", |
| 1264 | "src/core/ext/transport/chttp2/transport/chttp2_transport.c", |
| 1265 | "src/core/ext/transport/chttp2/transport/frame_data.c", |
| 1266 | "src/core/ext/transport/chttp2/transport/frame_goaway.c", |
| 1267 | "src/core/ext/transport/chttp2/transport/frame_ping.c", |
| 1268 | "src/core/ext/transport/chttp2/transport/frame_rst_stream.c", |
| 1269 | "src/core/ext/transport/chttp2/transport/frame_settings.c", |
| 1270 | "src/core/ext/transport/chttp2/transport/frame_window_update.c", |
| 1271 | "src/core/ext/transport/chttp2/transport/hpack_encoder.c", |
| 1272 | "src/core/ext/transport/chttp2/transport/hpack_parser.c", |
| 1273 | "src/core/ext/transport/chttp2/transport/hpack_table.c", |
| 1274 | "src/core/ext/transport/chttp2/transport/huffsyms.c", |
| 1275 | "src/core/ext/transport/chttp2/transport/incoming_metadata.c", |
| 1276 | "src/core/ext/transport/chttp2/transport/parsing.c", |
| 1277 | "src/core/ext/transport/chttp2/transport/status_conversion.c", |
| 1278 | "src/core/ext/transport/chttp2/transport/stream_lists.c", |
| 1279 | "src/core/ext/transport/chttp2/transport/stream_map.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 1280 | "src/core/ext/transport/chttp2/transport/varint.c", |
| 1281 | "src/core/ext/transport/chttp2/transport/writing.c", |
| 1282 | "src/core/ext/transport/chttp2/alpn/alpn.c", |
Mark D. Roth | 7140382 | 2016-12-02 10:51:39 -0800 | [diff] [blame] | 1283 | "src/core/ext/transport/chttp2/server/chttp2_server.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 1284 | "src/core/ext/transport/chttp2/client/insecure/channel_create.c", |
Adam Michalik | 321b1fb | 2016-05-16 15:42:36 -0700 | [diff] [blame] | 1285 | "src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c", |
Mark D. Roth | 2502afb | 2016-11-29 15:17:31 -0800 | [diff] [blame] | 1286 | "src/core/ext/transport/chttp2/client/chttp2_connector.c", |
Mark D. Roth | 2137cd8 | 2016-09-14 09:04:00 -0700 | [diff] [blame] | 1287 | "src/core/ext/client_channel/channel_connectivity.c", |
| 1288 | "src/core/ext/client_channel/client_channel.c", |
| 1289 | "src/core/ext/client_channel/client_channel_factory.c", |
| 1290 | "src/core/ext/client_channel/client_channel_plugin.c", |
| 1291 | "src/core/ext/client_channel/connector.c", |
| 1292 | "src/core/ext/client_channel/default_initial_connect_string.c", |
Mark D. Roth | 1519574 | 2016-10-07 09:02:28 -0700 | [diff] [blame] | 1293 | "src/core/ext/client_channel/http_connect_handshaker.c", |
Mark D. Roth | 2137cd8 | 2016-09-14 09:04:00 -0700 | [diff] [blame] | 1294 | "src/core/ext/client_channel/initial_connect_string.c", |
| 1295 | "src/core/ext/client_channel/lb_policy.c", |
| 1296 | "src/core/ext/client_channel/lb_policy_factory.c", |
| 1297 | "src/core/ext/client_channel/lb_policy_registry.c", |
| 1298 | "src/core/ext/client_channel/parse_address.c", |
| 1299 | "src/core/ext/client_channel/resolver.c", |
| 1300 | "src/core/ext/client_channel/resolver_factory.c", |
| 1301 | "src/core/ext/client_channel/resolver_registry.c", |
Mark D. Roth | 2137cd8 | 2016-09-14 09:04:00 -0700 | [diff] [blame] | 1302 | "src/core/ext/client_channel/subchannel.c", |
| 1303 | "src/core/ext/client_channel/subchannel_index.c", |
| 1304 | "src/core/ext/client_channel/uri_parser.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 1305 | "src/core/ext/resolver/dns/native/dns_resolver.c", |
| 1306 | "src/core/ext/resolver/sockaddr/sockaddr_resolver.c", |
David Garcia Quintas | 4bb11ac | 2016-05-02 09:20:21 -0700 | [diff] [blame] | 1307 | "src/core/ext/load_reporting/load_reporting.c", |
| 1308 | "src/core/ext/load_reporting/load_reporting_filter.c", |
David Garcia Quintas | 3fb8f73 | 2016-06-15 22:53:08 -0700 | [diff] [blame] | 1309 | "src/core/ext/lb_policy/grpclb/grpclb.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 1310 | "src/core/ext/lb_policy/grpclb/load_balancer_api.c", |
David Garcia Quintas | 7f0793a | 2016-04-25 12:35:58 -0700 | [diff] [blame] | 1311 | "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 1312 | "src/core/ext/lb_policy/pick_first/pick_first.c", |
| 1313 | "src/core/ext/lb_policy/round_robin/round_robin.c", |
Alistair Veitch | 4aaba75 | 2016-06-02 17:11:46 -0700 | [diff] [blame] | 1314 | "src/core/ext/census/base_resources.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 1315 | "src/core/ext/census/context.c", |
Alistair Veitch | 30fe632 | 2016-05-23 10:11:28 -0700 | [diff] [blame] | 1316 | "src/core/ext/census/gen/census.pb.c", |
Alistair Veitch | a0c69f9 | 2016-08-31 12:01:27 -0700 | [diff] [blame] | 1317 | "src/core/ext/census/gen/trace_context.pb.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 1318 | "src/core/ext/census/grpc_context.c", |
| 1319 | "src/core/ext/census/grpc_filter.c", |
| 1320 | "src/core/ext/census/grpc_plugin.c", |
| 1321 | "src/core/ext/census/initialize.c", |
| 1322 | "src/core/ext/census/mlog.c", |
| 1323 | "src/core/ext/census/operation.c", |
| 1324 | "src/core/ext/census/placeholders.c", |
Alistair Veitch | 4aaba75 | 2016-06-02 17:11:46 -0700 | [diff] [blame] | 1325 | "src/core/ext/census/resource.c", |
Vizerai | 12d1fc6 | 2016-09-09 14:22:19 -0700 | [diff] [blame] | 1326 | "src/core/ext/census/trace_context.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 1327 | "src/core/ext/census/tracing.c", |
Craig Tiller | fb43385 | 2016-03-29 08:51:07 -0700 | [diff] [blame] | 1328 | "src/core/plugin_registry/grpc_unsecure_plugin_registry.c", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1329 | ], |
| 1330 | hdrs = [ |
| 1331 | "include/grpc/byte_buffer.h", |
| 1332 | "include/grpc/byte_buffer_reader.h", |
David Garcia Quintas | 59f905d | 2015-06-08 16:31:19 -0700 | [diff] [blame] | 1333 | "include/grpc/compression.h", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1334 | "include/grpc/grpc.h", |
Adam Michalik | 321b1fb | 2016-05-16 15:42:36 -0700 | [diff] [blame] | 1335 | "include/grpc/grpc_posix.h", |
Nicolas "Pixel" Noble | a469e5d | 2016-08-16 22:09:27 +0200 | [diff] [blame] | 1336 | "include/grpc/grpc_security_constants.h", |
Craig Tiller | c335054 | 2016-10-26 16:19:01 -0700 | [diff] [blame] | 1337 | "include/grpc/slice.h", |
| 1338 | "include/grpc/slice_buffer.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 1339 | "include/grpc/status.h", |
David Garcia Quintas | 1b2db63 | 2016-04-27 15:06:54 -0700 | [diff] [blame] | 1340 | "include/grpc/impl/codegen/byte_buffer_reader.h", |
Craig Tiller | ad09598 | 2016-02-09 12:45:04 -0800 | [diff] [blame] | 1341 | "include/grpc/impl/codegen/compression_types.h", |
| 1342 | "include/grpc/impl/codegen/connectivity_state.h", |
| 1343 | "include/grpc/impl/codegen/grpc_types.h", |
| 1344 | "include/grpc/impl/codegen/propagation_bits.h", |
| 1345 | "include/grpc/impl/codegen/status.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 1346 | "include/grpc/impl/codegen/atm.h", |
| 1347 | "include/grpc/impl/codegen/atm_gcc_atomic.h", |
| 1348 | "include/grpc/impl/codegen/atm_gcc_sync.h", |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 1349 | "include/grpc/impl/codegen/atm_windows.h", |
David Garcia Quintas | 8c5424f | 2016-08-01 22:49:00 -0700 | [diff] [blame] | 1350 | "include/grpc/impl/codegen/gpr_types.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 1351 | "include/grpc/impl/codegen/port_platform.h", |
| 1352 | "include/grpc/impl/codegen/slice.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 1353 | "include/grpc/impl/codegen/sync.h", |
| 1354 | "include/grpc/impl/codegen/sync_generic.h", |
| 1355 | "include/grpc/impl/codegen/sync_posix.h", |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 1356 | "include/grpc/impl/codegen/sync_windows.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 1357 | "include/grpc/census.h", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1358 | ], |
| 1359 | includes = [ |
| 1360 | "include", |
| 1361 | ".", |
| 1362 | ], |
| 1363 | deps = [ |
Craig Tiller | da179ce | 2016-02-09 12:01:53 -0800 | [diff] [blame] | 1364 | ":gpr", |
Rob Earhart | b7b8d05 | 2016-03-29 11:35:29 -0700 | [diff] [blame] | 1365 | "//external:nanopb", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1366 | ], |
Rob Earhart | af379b2 | 2016-01-21 13:43:09 -0800 | [diff] [blame] | 1367 | copts = [ |
| 1368 | "-std=gnu99", |
| 1369 | ], |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1370 | ) |
| 1371 | |
| 1372 | |
Rob Earhart | b7b8d05 | 2016-03-29 11:35:29 -0700 | [diff] [blame] | 1373 | |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1374 | cc_library( |
| 1375 | name = "grpc++", |
| 1376 | srcs = [ |
David Garcia Quintas | a20a2ad | 2016-05-19 10:53:44 -0700 | [diff] [blame] | 1377 | "include/grpc++/impl/codegen/core_codegen.h", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1378 | "src/cpp/client/secure_credentials.h", |
Craig Tiller | 44cc10b | 2016-03-28 10:45:29 -0700 | [diff] [blame] | 1379 | "src/cpp/common/secure_auth_context.h", |
Craig Tiller | 44cc10b | 2016-03-28 10:45:29 -0700 | [diff] [blame] | 1380 | "src/cpp/server/secure_server_credentials.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 1381 | "src/cpp/client/create_channel_internal.h", |
Mark D. Roth | ab950ee | 2016-06-29 14:51:53 -0700 | [diff] [blame] | 1382 | "src/cpp/common/channel_filter.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 1383 | "src/cpp/server/dynamic_thread_pool.h", |
Vijay Pai | e8a7e30 | 2015-08-24 10:52:33 -0700 | [diff] [blame] | 1384 | "src/cpp/server/thread_pool_interface.h", |
Sree Kuchibhotla | 8f7739b | 2016-10-13 15:12:55 -0700 | [diff] [blame] | 1385 | "src/cpp/thread_manager/thread_manager.h", |
murgatroid99 | 1ca0f3e | 2016-08-26 14:58:49 -0700 | [diff] [blame] | 1386 | "src/cpp/client/insecure_credentials.cc", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 1387 | "src/cpp/client/secure_credentials.cc", |
| 1388 | "src/cpp/common/auth_property_iterator.cc", |
| 1389 | "src/cpp/common/secure_auth_context.cc", |
| 1390 | "src/cpp/common/secure_channel_arguments.cc", |
| 1391 | "src/cpp/common/secure_create_auth_context.cc", |
murgatroid99 | 1ca0f3e | 2016-08-26 14:58:49 -0700 | [diff] [blame] | 1392 | "src/cpp/server/insecure_server_credentials.cc", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 1393 | "src/cpp/server/secure_server_credentials.cc", |
Craig Tiller | 102fa96 | 2016-08-22 13:56:36 -0700 | [diff] [blame] | 1394 | "src/cpp/client/channel_cc.cc", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1395 | "src/cpp/client/client_context.cc", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1396 | "src/cpp/client/create_channel.cc", |
yang-g | c317f07 | 2015-08-20 12:18:08 -0700 | [diff] [blame] | 1397 | "src/cpp/client/create_channel_internal.cc", |
Adam Michalik | b97e2d1 | 2016-06-02 12:12:55 -0700 | [diff] [blame] | 1398 | "src/cpp/client/create_channel_posix.cc", |
Craig Tiller | 102fa96 | 2016-08-22 13:56:36 -0700 | [diff] [blame] | 1399 | "src/cpp/client/credentials_cc.cc", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1400 | "src/cpp/client/generic_stub.cc", |
yang-g | 5270559 | 2015-11-25 11:45:33 -0800 | [diff] [blame] | 1401 | "src/cpp/common/channel_arguments.cc", |
Mark D. Roth | ec0bc8b | 2016-06-15 14:02:57 -0700 | [diff] [blame] | 1402 | "src/cpp/common/channel_filter.cc", |
Craig Tiller | 102fa96 | 2016-08-22 13:56:36 -0700 | [diff] [blame] | 1403 | "src/cpp/common/completion_queue_cc.cc", |
Nicolas "Pixel" Noble | 4268318 | 2016-03-17 00:25:39 +0100 | [diff] [blame] | 1404 | "src/cpp/common/core_codegen.cc", |
Craig Tiller | 20afa3d | 2016-10-17 14:52:14 -0700 | [diff] [blame] | 1405 | "src/cpp/common/resource_quota_cc.cc", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1406 | "src/cpp/common/rpc_method.cc", |
Craig Tiller | ed91324 | 2016-11-04 16:31:30 -0700 | [diff] [blame] | 1407 | "src/cpp/common/version_cc.cc", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1408 | "src/cpp/server/async_generic_service.cc", |
Yang Gao | 6f4fb3b | 2015-06-03 12:56:19 -0700 | [diff] [blame] | 1409 | "src/cpp/server/create_default_thread_pool.cc", |
vjpai | b28456b | 2015-07-23 14:17:10 -0700 | [diff] [blame] | 1410 | "src/cpp/server/dynamic_thread_pool.cc", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1411 | "src/cpp/server/server_builder.cc", |
Craig Tiller | 102fa96 | 2016-08-22 13:56:36 -0700 | [diff] [blame] | 1412 | "src/cpp/server/server_cc.cc", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1413 | "src/cpp/server/server_context.cc", |
| 1414 | "src/cpp/server/server_credentials.cc", |
Adam Michalik | b97e2d1 | 2016-06-02 12:12:55 -0700 | [diff] [blame] | 1415 | "src/cpp/server/server_posix.cc", |
Sree Kuchibhotla | 8f7739b | 2016-10-13 15:12:55 -0700 | [diff] [blame] | 1416 | "src/cpp/thread_manager/thread_manager.cc", |
Craig Tiller | 102fa96 | 2016-08-22 13:56:36 -0700 | [diff] [blame] | 1417 | "src/cpp/util/byte_buffer_cc.cc", |
| 1418 | "src/cpp/util/slice_cc.cc", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1419 | "src/cpp/util/status.cc", |
Julien Boeuf | 8fd915a | 2015-08-19 21:18:14 -0700 | [diff] [blame] | 1420 | "src/cpp/util/string_ref.cc", |
Craig Tiller | 102fa96 | 2016-08-22 13:56:36 -0700 | [diff] [blame] | 1421 | "src/cpp/util/time_cc.cc", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 1422 | "src/cpp/codegen/codegen_init.cc", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1423 | ], |
| 1424 | hdrs = [ |
vjpai | f9f61cf | 2016-02-10 20:51:53 -0800 | [diff] [blame] | 1425 | "include/grpc++/alarm.h", |
yang-g | 8c2be9f | 2015-08-19 16:28:09 -0700 | [diff] [blame] | 1426 | "include/grpc++/channel.h", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1427 | "include/grpc++/client_context.h", |
| 1428 | "include/grpc++/completion_queue.h", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1429 | "include/grpc++/create_channel.h", |
Adam Michalik | b97e2d1 | 2016-06-02 12:12:55 -0700 | [diff] [blame] | 1430 | "include/grpc++/create_channel_posix.h", |
yang-g | 9e2f90c | 2015-08-21 15:35:03 -0700 | [diff] [blame] | 1431 | "include/grpc++/generic/async_generic_service.h", |
| 1432 | "include/grpc++/generic/generic_stub.h", |
Craig Tiller | d136a5c | 2015-09-11 12:23:32 -0700 | [diff] [blame] | 1433 | "include/grpc++/grpc++.h", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1434 | "include/grpc++/impl/call.h", |
| 1435 | "include/grpc++/impl/client_unary_call.h", |
David Garcia Quintas | a20a2ad | 2016-05-19 10:53:44 -0700 | [diff] [blame] | 1436 | "include/grpc++/impl/codegen/core_codegen.h", |
Yang Gao | 96de484 | 2015-04-24 13:13:12 -0700 | [diff] [blame] | 1437 | "include/grpc++/impl/grpc_library.h", |
yang-g | 77c6333 | 2016-01-14 16:09:04 -0800 | [diff] [blame] | 1438 | "include/grpc++/impl/method_handler_impl.h", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1439 | "include/grpc++/impl/rpc_method.h", |
| 1440 | "include/grpc++/impl/rpc_service_method.h", |
Craig Tiller | 6ef7f31 | 2015-06-05 10:15:10 -0700 | [diff] [blame] | 1441 | "include/grpc++/impl/serialization_traits.h", |
yang-g | a23f17b | 2015-11-25 10:21:05 -0800 | [diff] [blame] | 1442 | "include/grpc++/impl/server_builder_option.h", |
Yuchen Zeng | a42ec21 | 2016-04-29 13:03:06 -0700 | [diff] [blame] | 1443 | "include/grpc++/impl/server_builder_plugin.h", |
| 1444 | "include/grpc++/impl/server_initializer.h", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1445 | "include/grpc++/impl/service_type.h", |
Craig Tiller | 20afa3d | 2016-10-17 14:52:14 -0700 | [diff] [blame] | 1446 | "include/grpc++/resource_quota.h", |
Julien Boeuf | 0d47192 | 2015-08-30 22:18:50 -0700 | [diff] [blame] | 1447 | "include/grpc++/security/auth_context.h", |
| 1448 | "include/grpc++/security/auth_metadata_processor.h", |
| 1449 | "include/grpc++/security/credentials.h", |
| 1450 | "include/grpc++/security/server_credentials.h", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1451 | "include/grpc++/server.h", |
| 1452 | "include/grpc++/server_builder.h", |
| 1453 | "include/grpc++/server_context.h", |
Adam Michalik | b97e2d1 | 2016-06-02 12:12:55 -0700 | [diff] [blame] | 1454 | "include/grpc++/server_posix.h", |
yang-g | 9fb35a5 | 2015-08-21 15:49:35 -0700 | [diff] [blame] | 1455 | "include/grpc++/support/async_stream.h", |
yang-g | 9e2f90c | 2015-08-21 15:35:03 -0700 | [diff] [blame] | 1456 | "include/grpc++/support/async_unary_call.h", |
yang-g | 9e2f90c | 2015-08-21 15:35:03 -0700 | [diff] [blame] | 1457 | "include/grpc++/support/byte_buffer.h", |
| 1458 | "include/grpc++/support/channel_arguments.h", |
yang-g | 17487f9 | 2016-06-03 15:21:15 -0700 | [diff] [blame] | 1459 | "include/grpc++/support/config.h", |
yang-g | 9e2f90c | 2015-08-21 15:35:03 -0700 | [diff] [blame] | 1460 | "include/grpc++/support/slice.h", |
| 1461 | "include/grpc++/support/status.h", |
| 1462 | "include/grpc++/support/status_code_enum.h", |
Julien Boeuf | 0382bfa | 2015-08-24 23:55:43 -0700 | [diff] [blame] | 1463 | "include/grpc++/support/string_ref.h", |
yang-g | 9e2f90c | 2015-08-21 15:35:03 -0700 | [diff] [blame] | 1464 | "include/grpc++/support/stub_options.h", |
yang-g | 9fb35a5 | 2015-08-21 15:49:35 -0700 | [diff] [blame] | 1465 | "include/grpc++/support/sync_stream.h", |
yang-g | 9e2f90c | 2015-08-21 15:35:03 -0700 | [diff] [blame] | 1466 | "include/grpc++/support/time.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 1467 | "include/grpc++/impl/codegen/async_stream.h", |
| 1468 | "include/grpc++/impl/codegen/async_unary_call.h", |
| 1469 | "include/grpc++/impl/codegen/call.h", |
| 1470 | "include/grpc++/impl/codegen/call_hook.h", |
| 1471 | "include/grpc++/impl/codegen/channel_interface.h", |
| 1472 | "include/grpc++/impl/codegen/client_context.h", |
| 1473 | "include/grpc++/impl/codegen/client_unary_call.h", |
| 1474 | "include/grpc++/impl/codegen/completion_queue.h", |
| 1475 | "include/grpc++/impl/codegen/completion_queue_tag.h", |
yang-g | 17487f9 | 2016-06-03 15:21:15 -0700 | [diff] [blame] | 1476 | "include/grpc++/impl/codegen/config.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 1477 | "include/grpc++/impl/codegen/core_codegen_interface.h", |
Craig Tiller | 3ab2fe0 | 2016-04-11 20:11:18 -0700 | [diff] [blame] | 1478 | "include/grpc++/impl/codegen/create_auth_context.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 1479 | "include/grpc++/impl/codegen/grpc_library.h", |
| 1480 | "include/grpc++/impl/codegen/method_handler_impl.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 1481 | "include/grpc++/impl/codegen/rpc_method.h", |
| 1482 | "include/grpc++/impl/codegen/rpc_service_method.h", |
| 1483 | "include/grpc++/impl/codegen/security/auth_context.h", |
| 1484 | "include/grpc++/impl/codegen/serialization_traits.h", |
| 1485 | "include/grpc++/impl/codegen/server_context.h", |
| 1486 | "include/grpc++/impl/codegen/server_interface.h", |
| 1487 | "include/grpc++/impl/codegen/service_type.h", |
| 1488 | "include/grpc++/impl/codegen/status.h", |
| 1489 | "include/grpc++/impl/codegen/status_code_enum.h", |
yang-g | d558149 | 2016-09-06 14:05:53 -0700 | [diff] [blame] | 1490 | "include/grpc++/impl/codegen/status_helper.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 1491 | "include/grpc++/impl/codegen/string_ref.h", |
| 1492 | "include/grpc++/impl/codegen/stub_options.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 1493 | "include/grpc++/impl/codegen/sync_stream.h", |
| 1494 | "include/grpc++/impl/codegen/time.h", |
Nicolas "Pixel" Noble | 880b457 | 2016-09-19 20:24:05 +0200 | [diff] [blame] | 1495 | "include/grpc/impl/codegen/byte_buffer_reader.h", |
| 1496 | "include/grpc/impl/codegen/compression_types.h", |
| 1497 | "include/grpc/impl/codegen/connectivity_state.h", |
| 1498 | "include/grpc/impl/codegen/grpc_types.h", |
| 1499 | "include/grpc/impl/codegen/propagation_bits.h", |
| 1500 | "include/grpc/impl/codegen/status.h", |
Nicolas "Pixel" Noble | 880b457 | 2016-09-19 20:24:05 +0200 | [diff] [blame] | 1501 | "include/grpc/impl/codegen/atm.h", |
| 1502 | "include/grpc/impl/codegen/atm_gcc_atomic.h", |
| 1503 | "include/grpc/impl/codegen/atm_gcc_sync.h", |
| 1504 | "include/grpc/impl/codegen/atm_windows.h", |
Nicolas "Pixel" Noble | 87a1081 | 2016-09-29 01:31:54 +0200 | [diff] [blame] | 1505 | "include/grpc/impl/codegen/gpr_types.h", |
Nicolas "Pixel" Noble | 880b457 | 2016-09-19 20:24:05 +0200 | [diff] [blame] | 1506 | "include/grpc/impl/codegen/port_platform.h", |
| 1507 | "include/grpc/impl/codegen/slice.h", |
Nicolas "Pixel" Noble | 880b457 | 2016-09-19 20:24:05 +0200 | [diff] [blame] | 1508 | "include/grpc/impl/codegen/sync.h", |
| 1509 | "include/grpc/impl/codegen/sync_generic.h", |
| 1510 | "include/grpc/impl/codegen/sync_posix.h", |
| 1511 | "include/grpc/impl/codegen/sync_windows.h", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1512 | ], |
| 1513 | includes = [ |
| 1514 | "include", |
| 1515 | ".", |
| 1516 | ], |
| 1517 | deps = [ |
Craig Tiller | 02a7bed | 2015-08-31 15:54:05 -0700 | [diff] [blame] | 1518 | "//external:libssl", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1519 | "//external:protobuf_clib", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1520 | ":grpc", |
| 1521 | ], |
| 1522 | ) |
| 1523 | |
| 1524 | |
Rob Earhart | b7b8d05 | 2016-03-29 11:35:29 -0700 | [diff] [blame] | 1525 | |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1526 | cc_library( |
Garrett Casto | 931a26b | 2016-10-04 09:18:29 -0700 | [diff] [blame] | 1527 | name = "grpc++_cronet", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1528 | srcs = [ |
yang-g | c317f07 | 2015-08-20 12:18:08 -0700 | [diff] [blame] | 1529 | "src/cpp/client/create_channel_internal.h", |
Mark D. Roth | ab950ee | 2016-06-29 14:51:53 -0700 | [diff] [blame] | 1530 | "src/cpp/common/channel_filter.h", |
Vijay Pai | e8a7e30 | 2015-08-24 10:52:33 -0700 | [diff] [blame] | 1531 | "src/cpp/server/dynamic_thread_pool.h", |
Vijay Pai | e8a7e30 | 2015-08-24 10:52:33 -0700 | [diff] [blame] | 1532 | "src/cpp/server/thread_pool_interface.h", |
Sree Kuchibhotla | 33d5494 | 2016-10-25 10:03:52 -0700 | [diff] [blame] | 1533 | "src/cpp/thread_manager/thread_manager.h", |
Mark D. Roth | 2502afb | 2016-11-29 15:17:31 -0800 | [diff] [blame] | 1534 | "src/core/ext/transport/chttp2/client/chttp2_connector.h", |
ncteisen | 3770ac9 | 2016-11-28 11:02:41 -0800 | [diff] [blame] | 1535 | "src/core/ext/transport/chttp2/transport/bin_decoder.h", |
| 1536 | "src/core/ext/transport/chttp2/transport/bin_encoder.h", |
| 1537 | "src/core/ext/transport/chttp2/transport/chttp2_transport.h", |
| 1538 | "src/core/ext/transport/chttp2/transport/frame.h", |
| 1539 | "src/core/ext/transport/chttp2/transport/frame_data.h", |
| 1540 | "src/core/ext/transport/chttp2/transport/frame_goaway.h", |
| 1541 | "src/core/ext/transport/chttp2/transport/frame_ping.h", |
| 1542 | "src/core/ext/transport/chttp2/transport/frame_rst_stream.h", |
| 1543 | "src/core/ext/transport/chttp2/transport/frame_settings.h", |
| 1544 | "src/core/ext/transport/chttp2/transport/frame_window_update.h", |
| 1545 | "src/core/ext/transport/chttp2/transport/hpack_encoder.h", |
| 1546 | "src/core/ext/transport/chttp2/transport/hpack_parser.h", |
| 1547 | "src/core/ext/transport/chttp2/transport/hpack_table.h", |
| 1548 | "src/core/ext/transport/chttp2/transport/http2_errors.h", |
| 1549 | "src/core/ext/transport/chttp2/transport/huffsyms.h", |
| 1550 | "src/core/ext/transport/chttp2/transport/incoming_metadata.h", |
| 1551 | "src/core/ext/transport/chttp2/transport/internal.h", |
| 1552 | "src/core/ext/transport/chttp2/transport/status_conversion.h", |
| 1553 | "src/core/ext/transport/chttp2/transport/stream_map.h", |
| 1554 | "src/core/ext/transport/chttp2/transport/varint.h", |
| 1555 | "src/core/lib/channel/channel_args.h", |
| 1556 | "src/core/lib/channel/channel_stack.h", |
| 1557 | "src/core/lib/channel/channel_stack_builder.h", |
| 1558 | "src/core/lib/channel/compress_filter.h", |
| 1559 | "src/core/lib/channel/connected_channel.h", |
| 1560 | "src/core/lib/channel/context.h", |
| 1561 | "src/core/lib/channel/deadline_filter.h", |
| 1562 | "src/core/lib/channel/handshaker.h", |
| 1563 | "src/core/lib/channel/http_client_filter.h", |
| 1564 | "src/core/lib/channel/http_server_filter.h", |
| 1565 | "src/core/lib/channel/message_size_filter.h", |
| 1566 | "src/core/lib/compression/algorithm_metadata.h", |
| 1567 | "src/core/lib/compression/message_compress.h", |
| 1568 | "src/core/lib/debug/trace.h", |
| 1569 | "src/core/lib/http/format_request.h", |
| 1570 | "src/core/lib/http/httpcli.h", |
| 1571 | "src/core/lib/http/parser.h", |
| 1572 | "src/core/lib/iomgr/closure.h", |
| 1573 | "src/core/lib/iomgr/combiner.h", |
| 1574 | "src/core/lib/iomgr/endpoint.h", |
| 1575 | "src/core/lib/iomgr/endpoint_pair.h", |
| 1576 | "src/core/lib/iomgr/error.h", |
| 1577 | "src/core/lib/iomgr/ev_epoll_linux.h", |
| 1578 | "src/core/lib/iomgr/ev_poll_posix.h", |
| 1579 | "src/core/lib/iomgr/ev_posix.h", |
| 1580 | "src/core/lib/iomgr/exec_ctx.h", |
| 1581 | "src/core/lib/iomgr/executor.h", |
| 1582 | "src/core/lib/iomgr/iocp_windows.h", |
| 1583 | "src/core/lib/iomgr/iomgr.h", |
| 1584 | "src/core/lib/iomgr/iomgr_internal.h", |
| 1585 | "src/core/lib/iomgr/iomgr_posix.h", |
| 1586 | "src/core/lib/iomgr/load_file.h", |
| 1587 | "src/core/lib/iomgr/network_status_tracker.h", |
| 1588 | "src/core/lib/iomgr/polling_entity.h", |
| 1589 | "src/core/lib/iomgr/pollset.h", |
| 1590 | "src/core/lib/iomgr/pollset_set.h", |
| 1591 | "src/core/lib/iomgr/pollset_set_windows.h", |
| 1592 | "src/core/lib/iomgr/pollset_uv.h", |
| 1593 | "src/core/lib/iomgr/pollset_windows.h", |
| 1594 | "src/core/lib/iomgr/port.h", |
| 1595 | "src/core/lib/iomgr/resolve_address.h", |
| 1596 | "src/core/lib/iomgr/resource_quota.h", |
| 1597 | "src/core/lib/iomgr/sockaddr.h", |
| 1598 | "src/core/lib/iomgr/sockaddr_posix.h", |
| 1599 | "src/core/lib/iomgr/sockaddr_utils.h", |
| 1600 | "src/core/lib/iomgr/sockaddr_windows.h", |
| 1601 | "src/core/lib/iomgr/socket_mutator.h", |
| 1602 | "src/core/lib/iomgr/socket_utils.h", |
| 1603 | "src/core/lib/iomgr/socket_utils_posix.h", |
| 1604 | "src/core/lib/iomgr/socket_windows.h", |
| 1605 | "src/core/lib/iomgr/tcp_client.h", |
| 1606 | "src/core/lib/iomgr/tcp_client_posix.h", |
| 1607 | "src/core/lib/iomgr/tcp_posix.h", |
| 1608 | "src/core/lib/iomgr/tcp_server.h", |
| 1609 | "src/core/lib/iomgr/tcp_uv.h", |
| 1610 | "src/core/lib/iomgr/tcp_windows.h", |
| 1611 | "src/core/lib/iomgr/time_averaged_stats.h", |
| 1612 | "src/core/lib/iomgr/timer.h", |
| 1613 | "src/core/lib/iomgr/timer_generic.h", |
| 1614 | "src/core/lib/iomgr/timer_heap.h", |
| 1615 | "src/core/lib/iomgr/timer_uv.h", |
| 1616 | "src/core/lib/iomgr/udp_server.h", |
| 1617 | "src/core/lib/iomgr/unix_sockets_posix.h", |
| 1618 | "src/core/lib/iomgr/wakeup_fd_cv.h", |
| 1619 | "src/core/lib/iomgr/wakeup_fd_pipe.h", |
| 1620 | "src/core/lib/iomgr/wakeup_fd_posix.h", |
| 1621 | "src/core/lib/iomgr/workqueue.h", |
| 1622 | "src/core/lib/iomgr/workqueue_uv.h", |
| 1623 | "src/core/lib/iomgr/workqueue_windows.h", |
| 1624 | "src/core/lib/json/json.h", |
| 1625 | "src/core/lib/json/json_common.h", |
| 1626 | "src/core/lib/json/json_reader.h", |
| 1627 | "src/core/lib/json/json_writer.h", |
| 1628 | "src/core/lib/slice/percent_encoding.h", |
| 1629 | "src/core/lib/slice/slice_string_helpers.h", |
| 1630 | "src/core/lib/surface/api_trace.h", |
| 1631 | "src/core/lib/surface/call.h", |
| 1632 | "src/core/lib/surface/call_test_only.h", |
| 1633 | "src/core/lib/surface/channel.h", |
| 1634 | "src/core/lib/surface/channel_init.h", |
| 1635 | "src/core/lib/surface/channel_stack_type.h", |
| 1636 | "src/core/lib/surface/completion_queue.h", |
| 1637 | "src/core/lib/surface/event_string.h", |
| 1638 | "src/core/lib/surface/init.h", |
| 1639 | "src/core/lib/surface/lame_client.h", |
| 1640 | "src/core/lib/surface/server.h", |
| 1641 | "src/core/lib/transport/byte_stream.h", |
| 1642 | "src/core/lib/transport/connectivity_state.h", |
| 1643 | "src/core/lib/transport/mdstr_hash_table.h", |
| 1644 | "src/core/lib/transport/metadata.h", |
| 1645 | "src/core/lib/transport/metadata_batch.h", |
| 1646 | "src/core/lib/transport/pid_controller.h", |
| 1647 | "src/core/lib/transport/service_config.h", |
| 1648 | "src/core/lib/transport/static_metadata.h", |
| 1649 | "src/core/lib/transport/timeout_encoding.h", |
| 1650 | "src/core/lib/transport/transport.h", |
| 1651 | "src/core/lib/transport/transport_impl.h", |
| 1652 | "src/core/ext/transport/chttp2/alpn/alpn.h", |
| 1653 | "src/core/ext/client_channel/client_channel.h", |
| 1654 | "src/core/ext/client_channel/client_channel_factory.h", |
| 1655 | "src/core/ext/client_channel/connector.h", |
| 1656 | "src/core/ext/client_channel/http_connect_handshaker.h", |
| 1657 | "src/core/ext/client_channel/initial_connect_string.h", |
| 1658 | "src/core/ext/client_channel/lb_policy.h", |
| 1659 | "src/core/ext/client_channel/lb_policy_factory.h", |
| 1660 | "src/core/ext/client_channel/lb_policy_registry.h", |
| 1661 | "src/core/ext/client_channel/parse_address.h", |
| 1662 | "src/core/ext/client_channel/resolver.h", |
| 1663 | "src/core/ext/client_channel/resolver_factory.h", |
| 1664 | "src/core/ext/client_channel/resolver_registry.h", |
| 1665 | "src/core/ext/client_channel/subchannel.h", |
| 1666 | "src/core/ext/client_channel/subchannel_index.h", |
| 1667 | "src/core/ext/client_channel/uri_parser.h", |
Mark D. Roth | 7140382 | 2016-12-02 10:51:39 -0800 | [diff] [blame] | 1668 | "src/core/ext/transport/chttp2/server/chttp2_server.h", |
ncteisen | 3770ac9 | 2016-11-28 11:02:41 -0800 | [diff] [blame] | 1669 | "src/core/ext/census/aggregation.h", |
| 1670 | "src/core/ext/census/base_resources.h", |
| 1671 | "src/core/ext/census/census_interface.h", |
| 1672 | "src/core/ext/census/census_rpc_stats.h", |
| 1673 | "src/core/ext/census/gen/census.pb.h", |
| 1674 | "src/core/ext/census/gen/trace_context.pb.h", |
| 1675 | "src/core/ext/census/grpc_filter.h", |
| 1676 | "src/core/ext/census/mlog.h", |
| 1677 | "src/core/ext/census/resource.h", |
| 1678 | "src/core/ext/census/rpc_metric_id.h", |
| 1679 | "src/core/ext/census/trace_context.h", |
Garrett Casto | 931a26b | 2016-10-04 09:18:29 -0700 | [diff] [blame] | 1680 | "src/cpp/client/cronet_credentials.cc", |
murgatroid99 | 1ca0f3e | 2016-08-26 14:58:49 -0700 | [diff] [blame] | 1681 | "src/cpp/client/insecure_credentials.cc", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 1682 | "src/cpp/common/insecure_create_auth_context.cc", |
murgatroid99 | 1ca0f3e | 2016-08-26 14:58:49 -0700 | [diff] [blame] | 1683 | "src/cpp/server/insecure_server_credentials.cc", |
Craig Tiller | 102fa96 | 2016-08-22 13:56:36 -0700 | [diff] [blame] | 1684 | "src/cpp/client/channel_cc.cc", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1685 | "src/cpp/client/client_context.cc", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1686 | "src/cpp/client/create_channel.cc", |
yang-g | c317f07 | 2015-08-20 12:18:08 -0700 | [diff] [blame] | 1687 | "src/cpp/client/create_channel_internal.cc", |
Adam Michalik | b97e2d1 | 2016-06-02 12:12:55 -0700 | [diff] [blame] | 1688 | "src/cpp/client/create_channel_posix.cc", |
Craig Tiller | 102fa96 | 2016-08-22 13:56:36 -0700 | [diff] [blame] | 1689 | "src/cpp/client/credentials_cc.cc", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1690 | "src/cpp/client/generic_stub.cc", |
yang-g | 5270559 | 2015-11-25 11:45:33 -0800 | [diff] [blame] | 1691 | "src/cpp/common/channel_arguments.cc", |
Mark D. Roth | ec0bc8b | 2016-06-15 14:02:57 -0700 | [diff] [blame] | 1692 | "src/cpp/common/channel_filter.cc", |
Craig Tiller | 102fa96 | 2016-08-22 13:56:36 -0700 | [diff] [blame] | 1693 | "src/cpp/common/completion_queue_cc.cc", |
Nicolas "Pixel" Noble | 4268318 | 2016-03-17 00:25:39 +0100 | [diff] [blame] | 1694 | "src/cpp/common/core_codegen.cc", |
Craig Tiller | 20afa3d | 2016-10-17 14:52:14 -0700 | [diff] [blame] | 1695 | "src/cpp/common/resource_quota_cc.cc", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1696 | "src/cpp/common/rpc_method.cc", |
Craig Tiller | ed91324 | 2016-11-04 16:31:30 -0700 | [diff] [blame] | 1697 | "src/cpp/common/version_cc.cc", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1698 | "src/cpp/server/async_generic_service.cc", |
Yang Gao | 6f4fb3b | 2015-06-03 12:56:19 -0700 | [diff] [blame] | 1699 | "src/cpp/server/create_default_thread_pool.cc", |
vjpai | b28456b | 2015-07-23 14:17:10 -0700 | [diff] [blame] | 1700 | "src/cpp/server/dynamic_thread_pool.cc", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1701 | "src/cpp/server/server_builder.cc", |
Craig Tiller | 102fa96 | 2016-08-22 13:56:36 -0700 | [diff] [blame] | 1702 | "src/cpp/server/server_cc.cc", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1703 | "src/cpp/server/server_context.cc", |
| 1704 | "src/cpp/server/server_credentials.cc", |
Adam Michalik | b97e2d1 | 2016-06-02 12:12:55 -0700 | [diff] [blame] | 1705 | "src/cpp/server/server_posix.cc", |
Sree Kuchibhotla | 33d5494 | 2016-10-25 10:03:52 -0700 | [diff] [blame] | 1706 | "src/cpp/thread_manager/thread_manager.cc", |
Craig Tiller | 102fa96 | 2016-08-22 13:56:36 -0700 | [diff] [blame] | 1707 | "src/cpp/util/byte_buffer_cc.cc", |
| 1708 | "src/cpp/util/slice_cc.cc", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1709 | "src/cpp/util/status.cc", |
Julien Boeuf | 8fd915a | 2015-08-19 21:18:14 -0700 | [diff] [blame] | 1710 | "src/cpp/util/string_ref.cc", |
Craig Tiller | 102fa96 | 2016-08-22 13:56:36 -0700 | [diff] [blame] | 1711 | "src/cpp/util/time_cc.cc", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 1712 | "src/cpp/codegen/codegen_init.cc", |
ncteisen | 3770ac9 | 2016-11-28 11:02:41 -0800 | [diff] [blame] | 1713 | "src/core/ext/transport/chttp2/client/insecure/channel_create.c", |
| 1714 | "src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c", |
Mark D. Roth | 2502afb | 2016-11-29 15:17:31 -0800 | [diff] [blame] | 1715 | "src/core/ext/transport/chttp2/client/chttp2_connector.c", |
ncteisen | 3770ac9 | 2016-11-28 11:02:41 -0800 | [diff] [blame] | 1716 | "src/core/ext/transport/chttp2/transport/bin_decoder.c", |
| 1717 | "src/core/ext/transport/chttp2/transport/bin_encoder.c", |
| 1718 | "src/core/ext/transport/chttp2/transport/chttp2_plugin.c", |
| 1719 | "src/core/ext/transport/chttp2/transport/chttp2_transport.c", |
| 1720 | "src/core/ext/transport/chttp2/transport/frame_data.c", |
| 1721 | "src/core/ext/transport/chttp2/transport/frame_goaway.c", |
| 1722 | "src/core/ext/transport/chttp2/transport/frame_ping.c", |
| 1723 | "src/core/ext/transport/chttp2/transport/frame_rst_stream.c", |
| 1724 | "src/core/ext/transport/chttp2/transport/frame_settings.c", |
| 1725 | "src/core/ext/transport/chttp2/transport/frame_window_update.c", |
| 1726 | "src/core/ext/transport/chttp2/transport/hpack_encoder.c", |
| 1727 | "src/core/ext/transport/chttp2/transport/hpack_parser.c", |
| 1728 | "src/core/ext/transport/chttp2/transport/hpack_table.c", |
| 1729 | "src/core/ext/transport/chttp2/transport/huffsyms.c", |
| 1730 | "src/core/ext/transport/chttp2/transport/incoming_metadata.c", |
| 1731 | "src/core/ext/transport/chttp2/transport/parsing.c", |
| 1732 | "src/core/ext/transport/chttp2/transport/status_conversion.c", |
| 1733 | "src/core/ext/transport/chttp2/transport/stream_lists.c", |
| 1734 | "src/core/ext/transport/chttp2/transport/stream_map.c", |
| 1735 | "src/core/ext/transport/chttp2/transport/varint.c", |
| 1736 | "src/core/ext/transport/chttp2/transport/writing.c", |
| 1737 | "src/core/lib/channel/channel_args.c", |
| 1738 | "src/core/lib/channel/channel_stack.c", |
| 1739 | "src/core/lib/channel/channel_stack_builder.c", |
| 1740 | "src/core/lib/channel/compress_filter.c", |
| 1741 | "src/core/lib/channel/connected_channel.c", |
| 1742 | "src/core/lib/channel/deadline_filter.c", |
| 1743 | "src/core/lib/channel/handshaker.c", |
| 1744 | "src/core/lib/channel/http_client_filter.c", |
| 1745 | "src/core/lib/channel/http_server_filter.c", |
| 1746 | "src/core/lib/channel/message_size_filter.c", |
| 1747 | "src/core/lib/compression/compression.c", |
| 1748 | "src/core/lib/compression/message_compress.c", |
| 1749 | "src/core/lib/debug/trace.c", |
| 1750 | "src/core/lib/http/format_request.c", |
| 1751 | "src/core/lib/http/httpcli.c", |
| 1752 | "src/core/lib/http/parser.c", |
| 1753 | "src/core/lib/iomgr/closure.c", |
| 1754 | "src/core/lib/iomgr/combiner.c", |
| 1755 | "src/core/lib/iomgr/endpoint.c", |
| 1756 | "src/core/lib/iomgr/endpoint_pair_posix.c", |
| 1757 | "src/core/lib/iomgr/endpoint_pair_uv.c", |
| 1758 | "src/core/lib/iomgr/endpoint_pair_windows.c", |
| 1759 | "src/core/lib/iomgr/error.c", |
| 1760 | "src/core/lib/iomgr/ev_epoll_linux.c", |
| 1761 | "src/core/lib/iomgr/ev_poll_posix.c", |
| 1762 | "src/core/lib/iomgr/ev_posix.c", |
| 1763 | "src/core/lib/iomgr/exec_ctx.c", |
| 1764 | "src/core/lib/iomgr/executor.c", |
| 1765 | "src/core/lib/iomgr/iocp_windows.c", |
| 1766 | "src/core/lib/iomgr/iomgr.c", |
| 1767 | "src/core/lib/iomgr/iomgr_posix.c", |
| 1768 | "src/core/lib/iomgr/iomgr_uv.c", |
| 1769 | "src/core/lib/iomgr/iomgr_windows.c", |
| 1770 | "src/core/lib/iomgr/load_file.c", |
| 1771 | "src/core/lib/iomgr/network_status_tracker.c", |
| 1772 | "src/core/lib/iomgr/polling_entity.c", |
| 1773 | "src/core/lib/iomgr/pollset_set_uv.c", |
| 1774 | "src/core/lib/iomgr/pollset_set_windows.c", |
| 1775 | "src/core/lib/iomgr/pollset_uv.c", |
| 1776 | "src/core/lib/iomgr/pollset_windows.c", |
| 1777 | "src/core/lib/iomgr/resolve_address_posix.c", |
| 1778 | "src/core/lib/iomgr/resolve_address_uv.c", |
| 1779 | "src/core/lib/iomgr/resolve_address_windows.c", |
| 1780 | "src/core/lib/iomgr/resource_quota.c", |
| 1781 | "src/core/lib/iomgr/sockaddr_utils.c", |
| 1782 | "src/core/lib/iomgr/socket_mutator.c", |
| 1783 | "src/core/lib/iomgr/socket_utils_common_posix.c", |
| 1784 | "src/core/lib/iomgr/socket_utils_linux.c", |
| 1785 | "src/core/lib/iomgr/socket_utils_posix.c", |
| 1786 | "src/core/lib/iomgr/socket_utils_uv.c", |
| 1787 | "src/core/lib/iomgr/socket_utils_windows.c", |
| 1788 | "src/core/lib/iomgr/socket_windows.c", |
| 1789 | "src/core/lib/iomgr/tcp_client_posix.c", |
| 1790 | "src/core/lib/iomgr/tcp_client_uv.c", |
| 1791 | "src/core/lib/iomgr/tcp_client_windows.c", |
| 1792 | "src/core/lib/iomgr/tcp_posix.c", |
| 1793 | "src/core/lib/iomgr/tcp_server_posix.c", |
| 1794 | "src/core/lib/iomgr/tcp_server_uv.c", |
| 1795 | "src/core/lib/iomgr/tcp_server_windows.c", |
| 1796 | "src/core/lib/iomgr/tcp_uv.c", |
| 1797 | "src/core/lib/iomgr/tcp_windows.c", |
| 1798 | "src/core/lib/iomgr/time_averaged_stats.c", |
| 1799 | "src/core/lib/iomgr/timer_generic.c", |
| 1800 | "src/core/lib/iomgr/timer_heap.c", |
| 1801 | "src/core/lib/iomgr/timer_uv.c", |
| 1802 | "src/core/lib/iomgr/udp_server.c", |
| 1803 | "src/core/lib/iomgr/unix_sockets_posix.c", |
| 1804 | "src/core/lib/iomgr/unix_sockets_posix_noop.c", |
| 1805 | "src/core/lib/iomgr/wakeup_fd_cv.c", |
| 1806 | "src/core/lib/iomgr/wakeup_fd_eventfd.c", |
| 1807 | "src/core/lib/iomgr/wakeup_fd_nospecial.c", |
| 1808 | "src/core/lib/iomgr/wakeup_fd_pipe.c", |
| 1809 | "src/core/lib/iomgr/wakeup_fd_posix.c", |
| 1810 | "src/core/lib/iomgr/workqueue_uv.c", |
| 1811 | "src/core/lib/iomgr/workqueue_windows.c", |
| 1812 | "src/core/lib/json/json.c", |
| 1813 | "src/core/lib/json/json_reader.c", |
| 1814 | "src/core/lib/json/json_string.c", |
| 1815 | "src/core/lib/json/json_writer.c", |
| 1816 | "src/core/lib/slice/percent_encoding.c", |
| 1817 | "src/core/lib/slice/slice.c", |
| 1818 | "src/core/lib/slice/slice_buffer.c", |
| 1819 | "src/core/lib/slice/slice_string_helpers.c", |
| 1820 | "src/core/lib/surface/alarm.c", |
| 1821 | "src/core/lib/surface/api_trace.c", |
| 1822 | "src/core/lib/surface/byte_buffer.c", |
| 1823 | "src/core/lib/surface/byte_buffer_reader.c", |
| 1824 | "src/core/lib/surface/call.c", |
| 1825 | "src/core/lib/surface/call_details.c", |
| 1826 | "src/core/lib/surface/call_log_batch.c", |
| 1827 | "src/core/lib/surface/channel.c", |
| 1828 | "src/core/lib/surface/channel_init.c", |
| 1829 | "src/core/lib/surface/channel_ping.c", |
| 1830 | "src/core/lib/surface/channel_stack_type.c", |
| 1831 | "src/core/lib/surface/completion_queue.c", |
| 1832 | "src/core/lib/surface/event_string.c", |
| 1833 | "src/core/lib/surface/lame_client.c", |
| 1834 | "src/core/lib/surface/metadata_array.c", |
| 1835 | "src/core/lib/surface/server.c", |
| 1836 | "src/core/lib/surface/validate_metadata.c", |
| 1837 | "src/core/lib/surface/version.c", |
| 1838 | "src/core/lib/transport/byte_stream.c", |
| 1839 | "src/core/lib/transport/connectivity_state.c", |
| 1840 | "src/core/lib/transport/mdstr_hash_table.c", |
| 1841 | "src/core/lib/transport/metadata.c", |
| 1842 | "src/core/lib/transport/metadata_batch.c", |
| 1843 | "src/core/lib/transport/pid_controller.c", |
| 1844 | "src/core/lib/transport/service_config.c", |
| 1845 | "src/core/lib/transport/static_metadata.c", |
| 1846 | "src/core/lib/transport/timeout_encoding.c", |
| 1847 | "src/core/lib/transport/transport.c", |
| 1848 | "src/core/lib/transport/transport_op_string.c", |
| 1849 | "src/core/ext/transport/chttp2/alpn/alpn.c", |
| 1850 | "src/core/ext/client_channel/channel_connectivity.c", |
| 1851 | "src/core/ext/client_channel/client_channel.c", |
| 1852 | "src/core/ext/client_channel/client_channel_factory.c", |
| 1853 | "src/core/ext/client_channel/client_channel_plugin.c", |
| 1854 | "src/core/ext/client_channel/connector.c", |
| 1855 | "src/core/ext/client_channel/default_initial_connect_string.c", |
| 1856 | "src/core/ext/client_channel/http_connect_handshaker.c", |
| 1857 | "src/core/ext/client_channel/initial_connect_string.c", |
| 1858 | "src/core/ext/client_channel/lb_policy.c", |
| 1859 | "src/core/ext/client_channel/lb_policy_factory.c", |
| 1860 | "src/core/ext/client_channel/lb_policy_registry.c", |
| 1861 | "src/core/ext/client_channel/parse_address.c", |
| 1862 | "src/core/ext/client_channel/resolver.c", |
| 1863 | "src/core/ext/client_channel/resolver_factory.c", |
| 1864 | "src/core/ext/client_channel/resolver_registry.c", |
| 1865 | "src/core/ext/client_channel/subchannel.c", |
| 1866 | "src/core/ext/client_channel/subchannel_index.c", |
| 1867 | "src/core/ext/client_channel/uri_parser.c", |
| 1868 | "src/core/ext/transport/chttp2/server/insecure/server_chttp2.c", |
| 1869 | "src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c", |
Mark D. Roth | 7140382 | 2016-12-02 10:51:39 -0800 | [diff] [blame] | 1870 | "src/core/ext/transport/chttp2/server/chttp2_server.c", |
ncteisen | 3770ac9 | 2016-11-28 11:02:41 -0800 | [diff] [blame] | 1871 | "src/core/ext/census/base_resources.c", |
| 1872 | "src/core/ext/census/context.c", |
| 1873 | "src/core/ext/census/gen/census.pb.c", |
| 1874 | "src/core/ext/census/gen/trace_context.pb.c", |
| 1875 | "src/core/ext/census/grpc_context.c", |
| 1876 | "src/core/ext/census/grpc_filter.c", |
| 1877 | "src/core/ext/census/grpc_plugin.c", |
| 1878 | "src/core/ext/census/initialize.c", |
| 1879 | "src/core/ext/census/mlog.c", |
| 1880 | "src/core/ext/census/operation.c", |
| 1881 | "src/core/ext/census/placeholders.c", |
| 1882 | "src/core/ext/census/resource.c", |
| 1883 | "src/core/ext/census/trace_context.c", |
| 1884 | "src/core/ext/census/tracing.c", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1885 | ], |
| 1886 | hdrs = [ |
vjpai | f9f61cf | 2016-02-10 20:51:53 -0800 | [diff] [blame] | 1887 | "include/grpc++/alarm.h", |
yang-g | 8c2be9f | 2015-08-19 16:28:09 -0700 | [diff] [blame] | 1888 | "include/grpc++/channel.h", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1889 | "include/grpc++/client_context.h", |
| 1890 | "include/grpc++/completion_queue.h", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1891 | "include/grpc++/create_channel.h", |
Adam Michalik | b97e2d1 | 2016-06-02 12:12:55 -0700 | [diff] [blame] | 1892 | "include/grpc++/create_channel_posix.h", |
yang-g | 9e2f90c | 2015-08-21 15:35:03 -0700 | [diff] [blame] | 1893 | "include/grpc++/generic/async_generic_service.h", |
| 1894 | "include/grpc++/generic/generic_stub.h", |
Craig Tiller | d136a5c | 2015-09-11 12:23:32 -0700 | [diff] [blame] | 1895 | "include/grpc++/grpc++.h", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1896 | "include/grpc++/impl/call.h", |
| 1897 | "include/grpc++/impl/client_unary_call.h", |
David Garcia Quintas | a20a2ad | 2016-05-19 10:53:44 -0700 | [diff] [blame] | 1898 | "include/grpc++/impl/codegen/core_codegen.h", |
Yang Gao | 96de484 | 2015-04-24 13:13:12 -0700 | [diff] [blame] | 1899 | "include/grpc++/impl/grpc_library.h", |
yang-g | 77c6333 | 2016-01-14 16:09:04 -0800 | [diff] [blame] | 1900 | "include/grpc++/impl/method_handler_impl.h", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1901 | "include/grpc++/impl/rpc_method.h", |
| 1902 | "include/grpc++/impl/rpc_service_method.h", |
Craig Tiller | 6ef7f31 | 2015-06-05 10:15:10 -0700 | [diff] [blame] | 1903 | "include/grpc++/impl/serialization_traits.h", |
yang-g | a23f17b | 2015-11-25 10:21:05 -0800 | [diff] [blame] | 1904 | "include/grpc++/impl/server_builder_option.h", |
Yuchen Zeng | a42ec21 | 2016-04-29 13:03:06 -0700 | [diff] [blame] | 1905 | "include/grpc++/impl/server_builder_plugin.h", |
| 1906 | "include/grpc++/impl/server_initializer.h", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1907 | "include/grpc++/impl/service_type.h", |
Craig Tiller | 20afa3d | 2016-10-17 14:52:14 -0700 | [diff] [blame] | 1908 | "include/grpc++/resource_quota.h", |
Julien Boeuf | 0d47192 | 2015-08-30 22:18:50 -0700 | [diff] [blame] | 1909 | "include/grpc++/security/auth_context.h", |
| 1910 | "include/grpc++/security/auth_metadata_processor.h", |
| 1911 | "include/grpc++/security/credentials.h", |
| 1912 | "include/grpc++/security/server_credentials.h", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 1913 | "include/grpc++/server.h", |
| 1914 | "include/grpc++/server_builder.h", |
| 1915 | "include/grpc++/server_context.h", |
Adam Michalik | b97e2d1 | 2016-06-02 12:12:55 -0700 | [diff] [blame] | 1916 | "include/grpc++/server_posix.h", |
yang-g | 9fb35a5 | 2015-08-21 15:49:35 -0700 | [diff] [blame] | 1917 | "include/grpc++/support/async_stream.h", |
yang-g | 9e2f90c | 2015-08-21 15:35:03 -0700 | [diff] [blame] | 1918 | "include/grpc++/support/async_unary_call.h", |
yang-g | 9e2f90c | 2015-08-21 15:35:03 -0700 | [diff] [blame] | 1919 | "include/grpc++/support/byte_buffer.h", |
| 1920 | "include/grpc++/support/channel_arguments.h", |
yang-g | 17487f9 | 2016-06-03 15:21:15 -0700 | [diff] [blame] | 1921 | "include/grpc++/support/config.h", |
yang-g | 9e2f90c | 2015-08-21 15:35:03 -0700 | [diff] [blame] | 1922 | "include/grpc++/support/slice.h", |
| 1923 | "include/grpc++/support/status.h", |
| 1924 | "include/grpc++/support/status_code_enum.h", |
Julien Boeuf | 0382bfa | 2015-08-24 23:55:43 -0700 | [diff] [blame] | 1925 | "include/grpc++/support/string_ref.h", |
yang-g | 9e2f90c | 2015-08-21 15:35:03 -0700 | [diff] [blame] | 1926 | "include/grpc++/support/stub_options.h", |
yang-g | 9fb35a5 | 2015-08-21 15:49:35 -0700 | [diff] [blame] | 1927 | "include/grpc++/support/sync_stream.h", |
yang-g | 9e2f90c | 2015-08-21 15:35:03 -0700 | [diff] [blame] | 1928 | "include/grpc++/support/time.h", |
Craig Tiller | 03d8f2f | 2016-04-07 08:02:16 -0700 | [diff] [blame] | 1929 | "include/grpc++/impl/codegen/async_stream.h", |
| 1930 | "include/grpc++/impl/codegen/async_unary_call.h", |
| 1931 | "include/grpc++/impl/codegen/call.h", |
| 1932 | "include/grpc++/impl/codegen/call_hook.h", |
| 1933 | "include/grpc++/impl/codegen/channel_interface.h", |
| 1934 | "include/grpc++/impl/codegen/client_context.h", |
| 1935 | "include/grpc++/impl/codegen/client_unary_call.h", |
| 1936 | "include/grpc++/impl/codegen/completion_queue.h", |
| 1937 | "include/grpc++/impl/codegen/completion_queue_tag.h", |
yang-g | 17487f9 | 2016-06-03 15:21:15 -0700 | [diff] [blame] | 1938 | "include/grpc++/impl/codegen/config.h", |
Craig Tiller | 03d8f2f | 2016-04-07 08:02:16 -0700 | [diff] [blame] | 1939 | "include/grpc++/impl/codegen/core_codegen_interface.h", |
Craig Tiller | 3ab2fe0 | 2016-04-11 20:11:18 -0700 | [diff] [blame] | 1940 | "include/grpc++/impl/codegen/create_auth_context.h", |
Craig Tiller | 03d8f2f | 2016-04-07 08:02:16 -0700 | [diff] [blame] | 1941 | "include/grpc++/impl/codegen/grpc_library.h", |
| 1942 | "include/grpc++/impl/codegen/method_handler_impl.h", |
Craig Tiller | 03d8f2f | 2016-04-07 08:02:16 -0700 | [diff] [blame] | 1943 | "include/grpc++/impl/codegen/rpc_method.h", |
| 1944 | "include/grpc++/impl/codegen/rpc_service_method.h", |
| 1945 | "include/grpc++/impl/codegen/security/auth_context.h", |
| 1946 | "include/grpc++/impl/codegen/serialization_traits.h", |
| 1947 | "include/grpc++/impl/codegen/server_context.h", |
| 1948 | "include/grpc++/impl/codegen/server_interface.h", |
| 1949 | "include/grpc++/impl/codegen/service_type.h", |
| 1950 | "include/grpc++/impl/codegen/status.h", |
| 1951 | "include/grpc++/impl/codegen/status_code_enum.h", |
yang-g | d558149 | 2016-09-06 14:05:53 -0700 | [diff] [blame] | 1952 | "include/grpc++/impl/codegen/status_helper.h", |
Craig Tiller | 03d8f2f | 2016-04-07 08:02:16 -0700 | [diff] [blame] | 1953 | "include/grpc++/impl/codegen/string_ref.h", |
| 1954 | "include/grpc++/impl/codegen/stub_options.h", |
Garrett Casto | 931a26b | 2016-10-04 09:18:29 -0700 | [diff] [blame] | 1955 | "include/grpc++/impl/codegen/sync_stream.h", |
| 1956 | "include/grpc++/impl/codegen/time.h", |
| 1957 | "include/grpc/impl/codegen/byte_buffer_reader.h", |
| 1958 | "include/grpc/impl/codegen/compression_types.h", |
| 1959 | "include/grpc/impl/codegen/connectivity_state.h", |
| 1960 | "include/grpc/impl/codegen/grpc_types.h", |
| 1961 | "include/grpc/impl/codegen/propagation_bits.h", |
| 1962 | "include/grpc/impl/codegen/status.h", |
| 1963 | "include/grpc/impl/codegen/atm.h", |
| 1964 | "include/grpc/impl/codegen/atm_gcc_atomic.h", |
| 1965 | "include/grpc/impl/codegen/atm_gcc_sync.h", |
| 1966 | "include/grpc/impl/codegen/atm_windows.h", |
| 1967 | "include/grpc/impl/codegen/gpr_types.h", |
| 1968 | "include/grpc/impl/codegen/port_platform.h", |
| 1969 | "include/grpc/impl/codegen/slice.h", |
| 1970 | "include/grpc/impl/codegen/sync.h", |
| 1971 | "include/grpc/impl/codegen/sync_generic.h", |
| 1972 | "include/grpc/impl/codegen/sync_posix.h", |
| 1973 | "include/grpc/impl/codegen/sync_windows.h", |
ncteisen | 3770ac9 | 2016-11-28 11:02:41 -0800 | [diff] [blame] | 1974 | "include/grpc/byte_buffer.h", |
| 1975 | "include/grpc/byte_buffer_reader.h", |
| 1976 | "include/grpc/compression.h", |
| 1977 | "include/grpc/grpc.h", |
| 1978 | "include/grpc/grpc_posix.h", |
| 1979 | "include/grpc/grpc_security_constants.h", |
| 1980 | "include/grpc/slice.h", |
| 1981 | "include/grpc/slice_buffer.h", |
| 1982 | "include/grpc/status.h", |
| 1983 | "include/grpc/census.h", |
Garrett Casto | 931a26b | 2016-10-04 09:18:29 -0700 | [diff] [blame] | 1984 | ], |
| 1985 | includes = [ |
| 1986 | "include", |
| 1987 | ".", |
| 1988 | ], |
| 1989 | deps = [ |
| 1990 | "//external:libssl", |
| 1991 | ":gpr", |
| 1992 | ":grpc_cronet", |
ncteisen | 3770ac9 | 2016-11-28 11:02:41 -0800 | [diff] [blame] | 1993 | "//external:nanopb", |
Garrett Casto | 931a26b | 2016-10-04 09:18:29 -0700 | [diff] [blame] | 1994 | ], |
| 1995 | ) |
| 1996 | |
| 1997 | |
| 1998 | |
| 1999 | cc_library( |
Yuchen Zeng | 0601df3 | 2016-06-06 13:08:06 -0700 | [diff] [blame] | 2000 | name = "grpc++_reflection", |
| 2001 | srcs = [ |
| 2002 | "src/cpp/ext/proto_server_reflection.h", |
| 2003 | "src/cpp/ext/proto_server_reflection.cc", |
| 2004 | "src/cpp/ext/proto_server_reflection_plugin.cc", |
Yuchen Zeng | 169c985 | 2016-10-14 15:58:09 -0700 | [diff] [blame] | 2005 | "src/proto/grpc/reflection/v1alpha/reflection.proto", |
Yuchen Zeng | 0601df3 | 2016-06-06 13:08:06 -0700 | [diff] [blame] | 2006 | ], |
| 2007 | hdrs = [ |
| 2008 | "include/grpc++/ext/proto_server_reflection_plugin.h", |
Yuchen Zeng | c84ed68 | 2016-05-04 16:30:11 -0700 | [diff] [blame] | 2009 | ], |
| 2010 | includes = [ |
| 2011 | "include", |
| 2012 | ".", |
Yuchen Zeng | c6bf5f7 | 2016-06-07 14:41:01 -0700 | [diff] [blame] | 2013 | ], |
Yuchen Zeng | c84ed68 | 2016-05-04 16:30:11 -0700 | [diff] [blame] | 2014 | deps = [ |
| 2015 | ":grpc++", |
| 2016 | ], |
| 2017 | ) |
| 2018 | |
| 2019 | |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 2020 | |
| 2021 | cc_library( |
| 2022 | name = "grpc++_unsecure", |
| 2023 | srcs = [ |
| 2024 | "src/cpp/client/create_channel_internal.h", |
| 2025 | "src/cpp/common/channel_filter.h", |
| 2026 | "src/cpp/server/dynamic_thread_pool.h", |
| 2027 | "src/cpp/server/thread_pool_interface.h", |
Sree Kuchibhotla | 8f7739b | 2016-10-13 15:12:55 -0700 | [diff] [blame] | 2028 | "src/cpp/thread_manager/thread_manager.h", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 2029 | "src/cpp/client/insecure_credentials.cc", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 2030 | "src/cpp/common/insecure_create_auth_context.cc", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 2031 | "src/cpp/server/insecure_server_credentials.cc", |
| 2032 | "src/cpp/client/channel_cc.cc", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 2033 | "src/cpp/client/client_context.cc", |
| 2034 | "src/cpp/client/create_channel.cc", |
| 2035 | "src/cpp/client/create_channel_internal.cc", |
| 2036 | "src/cpp/client/create_channel_posix.cc", |
| 2037 | "src/cpp/client/credentials_cc.cc", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 2038 | "src/cpp/client/generic_stub.cc", |
Craig Tiller | af541d8 | 2016-09-28 17:32:09 -0700 | [diff] [blame] | 2039 | "src/cpp/common/channel_arguments.cc", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 2040 | "src/cpp/common/channel_filter.cc", |
| 2041 | "src/cpp/common/completion_queue_cc.cc", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 2042 | "src/cpp/common/core_codegen.cc", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 2043 | "src/cpp/common/resource_quota_cc.cc", |
| 2044 | "src/cpp/common/rpc_method.cc", |
Craig Tiller | ed91324 | 2016-11-04 16:31:30 -0700 | [diff] [blame] | 2045 | "src/cpp/common/version_cc.cc", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 2046 | "src/cpp/server/async_generic_service.cc", |
| 2047 | "src/cpp/server/create_default_thread_pool.cc", |
| 2048 | "src/cpp/server/dynamic_thread_pool.cc", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 2049 | "src/cpp/server/server_builder.cc", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 2050 | "src/cpp/server/server_cc.cc", |
| 2051 | "src/cpp/server/server_context.cc", |
| 2052 | "src/cpp/server/server_credentials.cc", |
| 2053 | "src/cpp/server/server_posix.cc", |
Sree Kuchibhotla | 8f7739b | 2016-10-13 15:12:55 -0700 | [diff] [blame] | 2054 | "src/cpp/thread_manager/thread_manager.cc", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 2055 | "src/cpp/util/byte_buffer_cc.cc", |
| 2056 | "src/cpp/util/slice_cc.cc", |
| 2057 | "src/cpp/util/status.cc", |
| 2058 | "src/cpp/util/string_ref.cc", |
| 2059 | "src/cpp/util/time_cc.cc", |
| 2060 | "src/cpp/codegen/codegen_init.cc", |
yang-g | 297a25b | 2015-08-03 16:43:46 -0700 | [diff] [blame] | 2061 | ], |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 2062 | hdrs = [ |
Nicolas "Pixel" Noble | b7c2035 | 2015-04-11 01:27:32 +0200 | [diff] [blame] | 2063 | "include/grpc++/alarm.h", |
Craig Tiller | db1a5cc | 2016-09-28 14:22:12 -0700 | [diff] [blame] | 2064 | "include/grpc++/channel.h", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 2065 | "include/grpc++/client_context.h", |
| 2066 | "include/grpc++/completion_queue.h", |
| 2067 | "include/grpc++/create_channel.h", |
| 2068 | "include/grpc++/create_channel_posix.h", |
| 2069 | "include/grpc++/generic/async_generic_service.h", |
| 2070 | "include/grpc++/generic/generic_stub.h", |
| 2071 | "include/grpc++/grpc++.h", |
Craig Tiller | da179ce | 2016-02-09 12:01:53 -0800 | [diff] [blame] | 2072 | "include/grpc++/impl/call.h", |
Craig Tiller | f82ddc4 | 2016-04-05 17:15:07 -0700 | [diff] [blame] | 2073 | "include/grpc++/impl/client_unary_call.h", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 2074 | "include/grpc++/impl/codegen/core_codegen.h", |
| 2075 | "include/grpc++/impl/grpc_library.h", |
| 2076 | "include/grpc++/impl/method_handler_impl.h", |
| 2077 | "include/grpc++/impl/rpc_method.h", |
| 2078 | "include/grpc++/impl/rpc_service_method.h", |
Rob Earhart | b7b8d05 | 2016-03-29 11:35:29 -0700 | [diff] [blame] | 2079 | "include/grpc++/impl/serialization_traits.h", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 2080 | "include/grpc++/impl/server_builder_option.h", |
| 2081 | "include/grpc++/impl/server_builder_plugin.h", |
| 2082 | "include/grpc++/impl/server_initializer.h", |
yang-g | 9d1f0c4 | 2015-08-24 16:08:36 -0700 | [diff] [blame] | 2083 | "include/grpc++/impl/service_type.h", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 2084 | "include/grpc++/resource_quota.h", |
| 2085 | "include/grpc++/security/auth_context.h", |
Jan Tattermusch | 2d92495 | 2015-05-06 10:23:17 -0700 | [diff] [blame] | 2086 | "include/grpc++/security/auth_metadata_processor.h", |
| 2087 | "include/grpc++/security/credentials.h", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 2088 | "include/grpc++/security/server_credentials.h", |
| 2089 | "include/grpc++/server.h", |
| 2090 | "include/grpc++/server_builder.h", |
| 2091 | "include/grpc++/server_context.h", |
| 2092 | "include/grpc++/server_posix.h", |
| 2093 | "include/grpc++/support/async_stream.h", |
| 2094 | "include/grpc++/support/async_unary_call.h", |
| 2095 | "include/grpc++/support/byte_buffer.h", |
| 2096 | "include/grpc++/support/channel_arguments.h", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 2097 | "include/grpc++/support/config.h", |
Jan Tattermusch | 2d92495 | 2015-05-06 10:23:17 -0700 | [diff] [blame] | 2098 | "include/grpc++/support/slice.h", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 2099 | "include/grpc++/support/status.h", |
| 2100 | "include/grpc++/support/status_code_enum.h", |
| 2101 | "include/grpc++/support/string_ref.h", |
| 2102 | "include/grpc++/support/stub_options.h", |
| 2103 | "include/grpc++/support/sync_stream.h", |
Craig Tiller | 03d8f2f | 2016-04-07 08:02:16 -0700 | [diff] [blame] | 2104 | "include/grpc++/support/time.h", |
| 2105 | "include/grpc++/impl/codegen/async_stream.h", |
| 2106 | "include/grpc++/impl/codegen/async_unary_call.h", |
| 2107 | "include/grpc++/impl/codegen/call.h", |
| 2108 | "include/grpc++/impl/codegen/call_hook.h", |
| 2109 | "include/grpc++/impl/codegen/channel_interface.h", |
| 2110 | "include/grpc++/impl/codegen/client_context.h", |
| 2111 | "include/grpc++/impl/codegen/client_unary_call.h", |
| 2112 | "include/grpc++/impl/codegen/completion_queue.h", |
| 2113 | "include/grpc++/impl/codegen/completion_queue_tag.h", |
| 2114 | "include/grpc++/impl/codegen/config.h", |
Craig Tiller | 03d8f2f | 2016-04-07 08:02:16 -0700 | [diff] [blame] | 2115 | "include/grpc++/impl/codegen/core_codegen_interface.h", |
| 2116 | "include/grpc++/impl/codegen/create_auth_context.h", |
| 2117 | "include/grpc++/impl/codegen/grpc_library.h", |
| 2118 | "include/grpc++/impl/codegen/method_handler_impl.h", |
Craig Tiller | 03d8f2f | 2016-04-07 08:02:16 -0700 | [diff] [blame] | 2119 | "include/grpc++/impl/codegen/rpc_method.h", |
| 2120 | "include/grpc++/impl/codegen/rpc_service_method.h", |
| 2121 | "include/grpc++/impl/codegen/security/auth_context.h", |
| 2122 | "include/grpc++/impl/codegen/serialization_traits.h", |
| 2123 | "include/grpc++/impl/codegen/server_context.h", |
| 2124 | "include/grpc++/impl/codegen/server_interface.h", |
| 2125 | "include/grpc++/impl/codegen/service_type.h", |
| 2126 | "include/grpc++/impl/codegen/status.h", |
| 2127 | "include/grpc++/impl/codegen/status_code_enum.h", |
Craig Tiller | 03d8f2f | 2016-04-07 08:02:16 -0700 | [diff] [blame] | 2128 | "include/grpc++/impl/codegen/status_helper.h", |
Craig Tiller | 03d8f2f | 2016-04-07 08:02:16 -0700 | [diff] [blame] | 2129 | "include/grpc++/impl/codegen/string_ref.h", |
| 2130 | "include/grpc++/impl/codegen/stub_options.h", |
Craig Tiller | 03d8f2f | 2016-04-07 08:02:16 -0700 | [diff] [blame] | 2131 | "include/grpc++/impl/codegen/sync_stream.h", |
| 2132 | "include/grpc++/impl/codegen/time.h", |
Nicolas "Pixel" Noble | 880b457 | 2016-09-19 20:24:05 +0200 | [diff] [blame] | 2133 | "include/grpc/impl/codegen/byte_buffer_reader.h", |
| 2134 | "include/grpc/impl/codegen/compression_types.h", |
| 2135 | "include/grpc/impl/codegen/connectivity_state.h", |
| 2136 | "include/grpc/impl/codegen/grpc_types.h", |
| 2137 | "include/grpc/impl/codegen/propagation_bits.h", |
| 2138 | "include/grpc/impl/codegen/status.h", |
Nicolas "Pixel" Noble | 880b457 | 2016-09-19 20:24:05 +0200 | [diff] [blame] | 2139 | "include/grpc/impl/codegen/atm.h", |
| 2140 | "include/grpc/impl/codegen/atm_gcc_atomic.h", |
| 2141 | "include/grpc/impl/codegen/atm_gcc_sync.h", |
| 2142 | "include/grpc/impl/codegen/atm_windows.h", |
Nicolas "Pixel" Noble | 87a1081 | 2016-09-29 01:31:54 +0200 | [diff] [blame] | 2143 | "include/grpc/impl/codegen/gpr_types.h", |
Nicolas "Pixel" Noble | 880b457 | 2016-09-19 20:24:05 +0200 | [diff] [blame] | 2144 | "include/grpc/impl/codegen/port_platform.h", |
| 2145 | "include/grpc/impl/codegen/slice.h", |
Nicolas "Pixel" Noble | 880b457 | 2016-09-19 20:24:05 +0200 | [diff] [blame] | 2146 | "include/grpc/impl/codegen/sync.h", |
| 2147 | "include/grpc/impl/codegen/sync_generic.h", |
| 2148 | "include/grpc/impl/codegen/sync_posix.h", |
| 2149 | "include/grpc/impl/codegen/sync_windows.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 2150 | ], |
| 2151 | includes = [ |
| 2152 | "include", |
| 2153 | ".", |
| 2154 | ], |
| 2155 | deps = [ |
| 2156 | "//external:protobuf_clib", |
| 2157 | ":gpr", |
| 2158 | ":grpc_unsecure", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 2159 | ], |
| 2160 | ) |
| 2161 | |
| 2162 | |
| 2163 | |
| 2164 | cc_library( |
| 2165 | name = "grpc_plugin_support", |
| 2166 | srcs = [ |
| 2167 | "src/compiler/config.h", |
| 2168 | "src/compiler/cpp_generator.h", |
| 2169 | "src/compiler/cpp_generator_helpers.h", |
| 2170 | "src/compiler/csharp_generator.h", |
| 2171 | "src/compiler/csharp_generator_helpers.h", |
| 2172 | "src/compiler/generator_helpers.h", |
murgatroid99 | d2ee81f | 2016-02-26 11:10:33 -0800 | [diff] [blame] | 2173 | "src/compiler/node_generator.h", |
| 2174 | "src/compiler/node_generator_helpers.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 2175 | "src/compiler/objective_c_generator.h", |
| 2176 | "src/compiler/objective_c_generator_helpers.h", |
Stanley Cheung | 857a130 | 2016-09-29 17:26:29 -0700 | [diff] [blame] | 2177 | "src/compiler/php_generator.h", |
| 2178 | "src/compiler/php_generator_helpers.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 2179 | "src/compiler/python_generator.h", |
| 2180 | "src/compiler/ruby_generator.h", |
| 2181 | "src/compiler/ruby_generator_helpers-inl.h", |
| 2182 | "src/compiler/ruby_generator_map-inl.h", |
| 2183 | "src/compiler/ruby_generator_string-inl.h", |
| 2184 | "src/compiler/cpp_generator.cc", |
| 2185 | "src/compiler/csharp_generator.cc", |
murgatroid99 | d2ee81f | 2016-02-26 11:10:33 -0800 | [diff] [blame] | 2186 | "src/compiler/node_generator.cc", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 2187 | "src/compiler/objective_c_generator.cc", |
Stanley Cheung | 857a130 | 2016-09-29 17:26:29 -0700 | [diff] [blame] | 2188 | "src/compiler/php_generator.cc", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 2189 | "src/compiler/python_generator.cc", |
| 2190 | "src/compiler/ruby_generator.cc", |
| 2191 | ], |
| 2192 | hdrs = [ |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 2193 | "include/grpc++/impl/codegen/config_protobuf.h", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 2194 | ], |
| 2195 | includes = [ |
| 2196 | "include", |
| 2197 | ".", |
| 2198 | ], |
| 2199 | deps = [ |
| 2200 | "//external:protobuf_compiler", |
| 2201 | ], |
| 2202 | ) |
| 2203 | |
| 2204 | |
Rob Earhart | b7b8d05 | 2016-03-29 11:35:29 -0700 | [diff] [blame] | 2205 | |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 2206 | cc_library( |
| 2207 | name = "grpc_csharp_ext", |
| 2208 | srcs = [ |
| 2209 | "src/csharp/ext/grpc_csharp_ext.c", |
| 2210 | ], |
| 2211 | hdrs = [ |
| 2212 | ], |
| 2213 | includes = [ |
| 2214 | "include", |
| 2215 | ".", |
| 2216 | ], |
| 2217 | deps = [ |
Craig Tiller | d1697d9 | 2016-04-05 16:05:46 -0700 | [diff] [blame] | 2218 | ":grpc", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 2219 | ":gpr", |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 2220 | ], |
| 2221 | ) |
| 2222 | |
| 2223 | |
| 2224 | |
Rob Earhart | b7b8d05 | 2016-03-29 11:35:29 -0700 | [diff] [blame] | 2225 | |
Jorge Canizales | 140bca8 | 2015-06-20 09:47:00 -0700 | [diff] [blame] | 2226 | objc_library( |
Craig Tiller | da179ce | 2016-02-09 12:01:53 -0800 | [diff] [blame] | 2227 | name = "gpr_objc", |
| 2228 | srcs = [ |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2229 | "src/core/lib/profiling/basic_timers.c", |
| 2230 | "src/core/lib/profiling/stap_timers.c", |
| 2231 | "src/core/lib/support/alloc.c", |
| 2232 | "src/core/lib/support/avl.c", |
| 2233 | "src/core/lib/support/backoff.c", |
| 2234 | "src/core/lib/support/cmdline.c", |
| 2235 | "src/core/lib/support/cpu_iphone.c", |
| 2236 | "src/core/lib/support/cpu_linux.c", |
| 2237 | "src/core/lib/support/cpu_posix.c", |
| 2238 | "src/core/lib/support/cpu_windows.c", |
| 2239 | "src/core/lib/support/env_linux.c", |
| 2240 | "src/core/lib/support/env_posix.c", |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 2241 | "src/core/lib/support/env_windows.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2242 | "src/core/lib/support/histogram.c", |
| 2243 | "src/core/lib/support/host_port.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2244 | "src/core/lib/support/log.c", |
| 2245 | "src/core/lib/support/log_android.c", |
| 2246 | "src/core/lib/support/log_linux.c", |
| 2247 | "src/core/lib/support/log_posix.c", |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 2248 | "src/core/lib/support/log_windows.c", |
Craig Tiller | 57726ca | 2016-09-12 11:59:45 -0700 | [diff] [blame] | 2249 | "src/core/lib/support/mpscq.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2250 | "src/core/lib/support/murmur_hash.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2251 | "src/core/lib/support/stack_lockfree.c", |
| 2252 | "src/core/lib/support/string.c", |
| 2253 | "src/core/lib/support/string_posix.c", |
Yuchen Zeng | 4594bd9 | 2016-05-31 14:06:01 -0700 | [diff] [blame] | 2254 | "src/core/lib/support/string_util_windows.c", |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 2255 | "src/core/lib/support/string_windows.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2256 | "src/core/lib/support/subprocess_posix.c", |
| 2257 | "src/core/lib/support/subprocess_windows.c", |
| 2258 | "src/core/lib/support/sync.c", |
| 2259 | "src/core/lib/support/sync_posix.c", |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 2260 | "src/core/lib/support/sync_windows.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2261 | "src/core/lib/support/thd.c", |
| 2262 | "src/core/lib/support/thd_posix.c", |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 2263 | "src/core/lib/support/thd_windows.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2264 | "src/core/lib/support/time.c", |
| 2265 | "src/core/lib/support/time_posix.c", |
| 2266 | "src/core/lib/support/time_precise.c", |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 2267 | "src/core/lib/support/time_windows.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2268 | "src/core/lib/support/tls_pthread.c", |
Nicolas "Pixel" Noble | c4b18a5 | 2016-04-15 04:53:54 +0200 | [diff] [blame] | 2269 | "src/core/lib/support/tmpfile_msys.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2270 | "src/core/lib/support/tmpfile_posix.c", |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 2271 | "src/core/lib/support/tmpfile_windows.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2272 | "src/core/lib/support/wrap_memcpy.c", |
Craig Tiller | da179ce | 2016-02-09 12:01:53 -0800 | [diff] [blame] | 2273 | ], |
| 2274 | hdrs = [ |
| 2275 | "include/grpc/support/alloc.h", |
| 2276 | "include/grpc/support/atm.h", |
| 2277 | "include/grpc/support/atm_gcc_atomic.h", |
| 2278 | "include/grpc/support/atm_gcc_sync.h", |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 2279 | "include/grpc/support/atm_windows.h", |
Craig Tiller | da179ce | 2016-02-09 12:01:53 -0800 | [diff] [blame] | 2280 | "include/grpc/support/avl.h", |
| 2281 | "include/grpc/support/cmdline.h", |
| 2282 | "include/grpc/support/cpu.h", |
| 2283 | "include/grpc/support/histogram.h", |
| 2284 | "include/grpc/support/host_port.h", |
| 2285 | "include/grpc/support/log.h", |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 2286 | "include/grpc/support/log_windows.h", |
Craig Tiller | da179ce | 2016-02-09 12:01:53 -0800 | [diff] [blame] | 2287 | "include/grpc/support/port_platform.h", |
Craig Tiller | da179ce | 2016-02-09 12:01:53 -0800 | [diff] [blame] | 2288 | "include/grpc/support/string_util.h", |
| 2289 | "include/grpc/support/subprocess.h", |
| 2290 | "include/grpc/support/sync.h", |
| 2291 | "include/grpc/support/sync_generic.h", |
| 2292 | "include/grpc/support/sync_posix.h", |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 2293 | "include/grpc/support/sync_windows.h", |
Craig Tiller | da179ce | 2016-02-09 12:01:53 -0800 | [diff] [blame] | 2294 | "include/grpc/support/thd.h", |
| 2295 | "include/grpc/support/time.h", |
| 2296 | "include/grpc/support/tls.h", |
| 2297 | "include/grpc/support/tls_gcc.h", |
| 2298 | "include/grpc/support/tls_msvc.h", |
| 2299 | "include/grpc/support/tls_pthread.h", |
| 2300 | "include/grpc/support/useful.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 2301 | "include/grpc/impl/codegen/atm.h", |
| 2302 | "include/grpc/impl/codegen/atm_gcc_atomic.h", |
| 2303 | "include/grpc/impl/codegen/atm_gcc_sync.h", |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 2304 | "include/grpc/impl/codegen/atm_windows.h", |
David Garcia Quintas | 8c5424f | 2016-08-01 22:49:00 -0700 | [diff] [blame] | 2305 | "include/grpc/impl/codegen/gpr_types.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 2306 | "include/grpc/impl/codegen/port_platform.h", |
| 2307 | "include/grpc/impl/codegen/slice.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 2308 | "include/grpc/impl/codegen/sync.h", |
| 2309 | "include/grpc/impl/codegen/sync_generic.h", |
| 2310 | "include/grpc/impl/codegen/sync_posix.h", |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 2311 | "include/grpc/impl/codegen/sync_windows.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2312 | "src/core/lib/profiling/timers.h", |
| 2313 | "src/core/lib/support/backoff.h", |
| 2314 | "src/core/lib/support/block_annotate.h", |
| 2315 | "src/core/lib/support/env.h", |
Craig Tiller | 57726ca | 2016-09-12 11:59:45 -0700 | [diff] [blame] | 2316 | "src/core/lib/support/mpscq.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2317 | "src/core/lib/support/murmur_hash.h", |
| 2318 | "src/core/lib/support/stack_lockfree.h", |
| 2319 | "src/core/lib/support/string.h", |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 2320 | "src/core/lib/support/string_windows.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2321 | "src/core/lib/support/thd_internal.h", |
| 2322 | "src/core/lib/support/time_precise.h", |
| 2323 | "src/core/lib/support/tmpfile.h", |
Craig Tiller | da179ce | 2016-02-09 12:01:53 -0800 | [diff] [blame] | 2324 | ], |
| 2325 | includes = [ |
| 2326 | "include", |
| 2327 | ".", |
| 2328 | ], |
| 2329 | deps = [ |
| 2330 | ], |
| 2331 | ) |
| 2332 | |
| 2333 | |
Rob Earhart | b7b8d05 | 2016-03-29 11:35:29 -0700 | [diff] [blame] | 2334 | |
Craig Tiller | da179ce | 2016-02-09 12:01:53 -0800 | [diff] [blame] | 2335 | objc_library( |
Jorge Canizales | 7b1a0ca | 2015-06-26 21:49:42 -0700 | [diff] [blame] | 2336 | name = "grpc_objc", |
Jorge Canizales | 140bca8 | 2015-06-20 09:47:00 -0700 | [diff] [blame] | 2337 | srcs = [ |
Craig Tiller | 3ab2fe0 | 2016-04-11 20:11:18 -0700 | [diff] [blame] | 2338 | "src/core/lib/surface/init.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2339 | "src/core/lib/channel/channel_args.c", |
| 2340 | "src/core/lib/channel/channel_stack.c", |
| 2341 | "src/core/lib/channel/channel_stack_builder.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2342 | "src/core/lib/channel/compress_filter.c", |
| 2343 | "src/core/lib/channel/connected_channel.c", |
Mark D. Roth | 14c072c | 2016-08-26 08:31:34 -0700 | [diff] [blame] | 2344 | "src/core/lib/channel/deadline_filter.c", |
Mark D. Roth | dfbdefe | 2016-07-14 09:18:22 -0700 | [diff] [blame] | 2345 | "src/core/lib/channel/handshaker.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2346 | "src/core/lib/channel/http_client_filter.c", |
| 2347 | "src/core/lib/channel/http_server_filter.c", |
Mark D. Roth | af00d8b | 2016-08-23 12:48:16 -0700 | [diff] [blame] | 2348 | "src/core/lib/channel/message_size_filter.c", |
David Garcia Quintas | ac09447 | 2016-05-18 20:25:57 -0700 | [diff] [blame] | 2349 | "src/core/lib/compression/compression.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2350 | "src/core/lib/compression/message_compress.c", |
| 2351 | "src/core/lib/debug/trace.c", |
| 2352 | "src/core/lib/http/format_request.c", |
| 2353 | "src/core/lib/http/httpcli.c", |
| 2354 | "src/core/lib/http/parser.c", |
| 2355 | "src/core/lib/iomgr/closure.c", |
Craig Tiller | 57726ca | 2016-09-12 11:59:45 -0700 | [diff] [blame] | 2356 | "src/core/lib/iomgr/combiner.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2357 | "src/core/lib/iomgr/endpoint.c", |
| 2358 | "src/core/lib/iomgr/endpoint_pair_posix.c", |
murgatroid99 | c36f6ea | 2016-10-03 09:24:09 -0700 | [diff] [blame] | 2359 | "src/core/lib/iomgr/endpoint_pair_uv.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2360 | "src/core/lib/iomgr/endpoint_pair_windows.c", |
Craig Tiller | 27f59af | 2016-04-28 14:19:48 -0700 | [diff] [blame] | 2361 | "src/core/lib/iomgr/error.c", |
Sree Kuchibhotla | f448c34 | 2016-05-19 10:51:24 -0700 | [diff] [blame] | 2362 | "src/core/lib/iomgr/ev_epoll_linux.c", |
Craig Tiller | d9a60bb | 2016-03-28 23:13:19 -0700 | [diff] [blame] | 2363 | "src/core/lib/iomgr/ev_poll_posix.c", |
Craig Tiller | 8a03448 | 2016-03-28 16:09:04 -0700 | [diff] [blame] | 2364 | "src/core/lib/iomgr/ev_posix.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2365 | "src/core/lib/iomgr/exec_ctx.c", |
| 2366 | "src/core/lib/iomgr/executor.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2367 | "src/core/lib/iomgr/iocp_windows.c", |
| 2368 | "src/core/lib/iomgr/iomgr.c", |
| 2369 | "src/core/lib/iomgr/iomgr_posix.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 2370 | "src/core/lib/iomgr/iomgr_uv.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2371 | "src/core/lib/iomgr/iomgr_windows.c", |
Craig Tiller | 8517886 | 2016-05-18 16:09:16 -0700 | [diff] [blame] | 2372 | "src/core/lib/iomgr/load_file.c", |
Makarand Dharmapurikar | 0579cfc | 2016-06-20 15:45:24 -0700 | [diff] [blame] | 2373 | "src/core/lib/iomgr/network_status_tracker.c", |
David Garcia Quintas | 2a50dfe | 2016-05-31 15:09:12 -0700 | [diff] [blame] | 2374 | "src/core/lib/iomgr/polling_entity.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 2375 | "src/core/lib/iomgr/pollset_set_uv.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2376 | "src/core/lib/iomgr/pollset_set_windows.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 2377 | "src/core/lib/iomgr/pollset_uv.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2378 | "src/core/lib/iomgr/pollset_windows.c", |
| 2379 | "src/core/lib/iomgr/resolve_address_posix.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 2380 | "src/core/lib/iomgr/resolve_address_uv.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2381 | "src/core/lib/iomgr/resolve_address_windows.c", |
Craig Tiller | 20afa3d | 2016-10-17 14:52:14 -0700 | [diff] [blame] | 2382 | "src/core/lib/iomgr/resource_quota.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2383 | "src/core/lib/iomgr/sockaddr_utils.c", |
Yuchen Zeng | de3daf5 | 2016-10-13 17:26:26 -0700 | [diff] [blame] | 2384 | "src/core/lib/iomgr/socket_mutator.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2385 | "src/core/lib/iomgr/socket_utils_common_posix.c", |
| 2386 | "src/core/lib/iomgr/socket_utils_linux.c", |
| 2387 | "src/core/lib/iomgr/socket_utils_posix.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 2388 | "src/core/lib/iomgr/socket_utils_uv.c", |
murgatroid99 | 79b3227 | 2016-08-08 13:38:30 -0700 | [diff] [blame] | 2389 | "src/core/lib/iomgr/socket_utils_windows.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2390 | "src/core/lib/iomgr/socket_windows.c", |
| 2391 | "src/core/lib/iomgr/tcp_client_posix.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 2392 | "src/core/lib/iomgr/tcp_client_uv.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2393 | "src/core/lib/iomgr/tcp_client_windows.c", |
| 2394 | "src/core/lib/iomgr/tcp_posix.c", |
| 2395 | "src/core/lib/iomgr/tcp_server_posix.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 2396 | "src/core/lib/iomgr/tcp_server_uv.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2397 | "src/core/lib/iomgr/tcp_server_windows.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 2398 | "src/core/lib/iomgr/tcp_uv.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2399 | "src/core/lib/iomgr/tcp_windows.c", |
| 2400 | "src/core/lib/iomgr/time_averaged_stats.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 2401 | "src/core/lib/iomgr/timer_generic.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2402 | "src/core/lib/iomgr/timer_heap.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 2403 | "src/core/lib/iomgr/timer_uv.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2404 | "src/core/lib/iomgr/udp_server.c", |
| 2405 | "src/core/lib/iomgr/unix_sockets_posix.c", |
| 2406 | "src/core/lib/iomgr/unix_sockets_posix_noop.c", |
kpayson64 | d195cf5 | 2016-10-09 18:04:00 -0700 | [diff] [blame] | 2407 | "src/core/lib/iomgr/wakeup_fd_cv.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2408 | "src/core/lib/iomgr/wakeup_fd_eventfd.c", |
| 2409 | "src/core/lib/iomgr/wakeup_fd_nospecial.c", |
| 2410 | "src/core/lib/iomgr/wakeup_fd_pipe.c", |
| 2411 | "src/core/lib/iomgr/wakeup_fd_posix.c", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 2412 | "src/core/lib/iomgr/workqueue_uv.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2413 | "src/core/lib/iomgr/workqueue_windows.c", |
| 2414 | "src/core/lib/json/json.c", |
| 2415 | "src/core/lib/json/json_reader.c", |
| 2416 | "src/core/lib/json/json_string.c", |
| 2417 | "src/core/lib/json/json_writer.c", |
Craig Tiller | c335054 | 2016-10-26 16:19:01 -0700 | [diff] [blame] | 2418 | "src/core/lib/slice/percent_encoding.c", |
| 2419 | "src/core/lib/slice/slice.c", |
| 2420 | "src/core/lib/slice/slice_buffer.c", |
| 2421 | "src/core/lib/slice/slice_string_helpers.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2422 | "src/core/lib/surface/alarm.c", |
| 2423 | "src/core/lib/surface/api_trace.c", |
| 2424 | "src/core/lib/surface/byte_buffer.c", |
| 2425 | "src/core/lib/surface/byte_buffer_reader.c", |
| 2426 | "src/core/lib/surface/call.c", |
| 2427 | "src/core/lib/surface/call_details.c", |
| 2428 | "src/core/lib/surface/call_log_batch.c", |
| 2429 | "src/core/lib/surface/channel.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2430 | "src/core/lib/surface/channel_init.c", |
| 2431 | "src/core/lib/surface/channel_ping.c", |
| 2432 | "src/core/lib/surface/channel_stack_type.c", |
| 2433 | "src/core/lib/surface/completion_queue.c", |
| 2434 | "src/core/lib/surface/event_string.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2435 | "src/core/lib/surface/lame_client.c", |
| 2436 | "src/core/lib/surface/metadata_array.c", |
| 2437 | "src/core/lib/surface/server.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2438 | "src/core/lib/surface/validate_metadata.c", |
| 2439 | "src/core/lib/surface/version.c", |
Craig Tiller | 9e0066b | 2016-10-20 14:04:18 -0700 | [diff] [blame] | 2440 | "src/core/lib/transport/bdp_estimator.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2441 | "src/core/lib/transport/byte_stream.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2442 | "src/core/lib/transport/connectivity_state.c", |
Mark D. Roth | 6a721b5 | 2016-10-14 12:43:34 -0700 | [diff] [blame] | 2443 | "src/core/lib/transport/mdstr_hash_table.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2444 | "src/core/lib/transport/metadata.c", |
| 2445 | "src/core/lib/transport/metadata_batch.c", |
Craig Tiller | dd2fa64 | 2016-10-20 15:46:32 -0700 | [diff] [blame] | 2446 | "src/core/lib/transport/pid_controller.c", |
Mark D. Roth | ea846a0 | 2016-11-03 11:32:54 -0700 | [diff] [blame] | 2447 | "src/core/lib/transport/service_config.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2448 | "src/core/lib/transport/static_metadata.c", |
Robbie Shade | 710d242 | 2016-07-13 15:15:38 -0400 | [diff] [blame] | 2449 | "src/core/lib/transport/timeout_encoding.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2450 | "src/core/lib/transport/transport.c", |
| 2451 | "src/core/lib/transport/transport_op_string.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 2452 | "src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c", |
Yuchen Zeng | d982bba | 2016-05-12 18:53:52 -0700 | [diff] [blame] | 2453 | "src/core/ext/transport/chttp2/transport/bin_decoder.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 2454 | "src/core/ext/transport/chttp2/transport/bin_encoder.c", |
| 2455 | "src/core/ext/transport/chttp2/transport/chttp2_plugin.c", |
| 2456 | "src/core/ext/transport/chttp2/transport/chttp2_transport.c", |
| 2457 | "src/core/ext/transport/chttp2/transport/frame_data.c", |
| 2458 | "src/core/ext/transport/chttp2/transport/frame_goaway.c", |
| 2459 | "src/core/ext/transport/chttp2/transport/frame_ping.c", |
| 2460 | "src/core/ext/transport/chttp2/transport/frame_rst_stream.c", |
| 2461 | "src/core/ext/transport/chttp2/transport/frame_settings.c", |
| 2462 | "src/core/ext/transport/chttp2/transport/frame_window_update.c", |
| 2463 | "src/core/ext/transport/chttp2/transport/hpack_encoder.c", |
| 2464 | "src/core/ext/transport/chttp2/transport/hpack_parser.c", |
| 2465 | "src/core/ext/transport/chttp2/transport/hpack_table.c", |
| 2466 | "src/core/ext/transport/chttp2/transport/huffsyms.c", |
| 2467 | "src/core/ext/transport/chttp2/transport/incoming_metadata.c", |
| 2468 | "src/core/ext/transport/chttp2/transport/parsing.c", |
| 2469 | "src/core/ext/transport/chttp2/transport/status_conversion.c", |
| 2470 | "src/core/ext/transport/chttp2/transport/stream_lists.c", |
| 2471 | "src/core/ext/transport/chttp2/transport/stream_map.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 2472 | "src/core/ext/transport/chttp2/transport/varint.c", |
| 2473 | "src/core/ext/transport/chttp2/transport/writing.c", |
| 2474 | "src/core/ext/transport/chttp2/alpn/alpn.c", |
| 2475 | "src/core/lib/http/httpcli_security_connector.c", |
Julien Boeuf | 8ca294e | 2016-05-02 14:56:30 -0700 | [diff] [blame] | 2476 | "src/core/lib/security/context/security_context.c", |
| 2477 | "src/core/lib/security/credentials/composite/composite_credentials.c", |
| 2478 | "src/core/lib/security/credentials/credentials.c", |
| 2479 | "src/core/lib/security/credentials/credentials_metadata.c", |
| 2480 | "src/core/lib/security/credentials/fake/fake_credentials.c", |
murgatroid99 | 7c20590 | 2016-08-09 10:07:42 -0700 | [diff] [blame] | 2481 | "src/core/lib/security/credentials/google_default/credentials_generic.c", |
Julien Boeuf | 8ca294e | 2016-05-02 14:56:30 -0700 | [diff] [blame] | 2482 | "src/core/lib/security/credentials/google_default/google_default_credentials.c", |
| 2483 | "src/core/lib/security/credentials/iam/iam_credentials.c", |
| 2484 | "src/core/lib/security/credentials/jwt/json_token.c", |
| 2485 | "src/core/lib/security/credentials/jwt/jwt_credentials.c", |
| 2486 | "src/core/lib/security/credentials/jwt/jwt_verifier.c", |
| 2487 | "src/core/lib/security/credentials/oauth2/oauth2_credentials.c", |
| 2488 | "src/core/lib/security/credentials/plugin/plugin_credentials.c", |
| 2489 | "src/core/lib/security/credentials/ssl/ssl_credentials.c", |
| 2490 | "src/core/lib/security/transport/client_auth_filter.c", |
Julien Boeuf | 8ca294e | 2016-05-02 14:56:30 -0700 | [diff] [blame] | 2491 | "src/core/lib/security/transport/secure_endpoint.c", |
| 2492 | "src/core/lib/security/transport/security_connector.c", |
Mark D. Roth | 071cacf | 2016-11-17 13:17:56 -0800 | [diff] [blame] | 2493 | "src/core/lib/security/transport/security_handshaker.c", |
Julien Boeuf | 8ca294e | 2016-05-02 14:56:30 -0700 | [diff] [blame] | 2494 | "src/core/lib/security/transport/server_auth_filter.c", |
Craig Tiller | ddad978 | 2016-05-05 17:11:31 -0700 | [diff] [blame] | 2495 | "src/core/lib/security/transport/tsi_error.c", |
Julien Boeuf | 8ca294e | 2016-05-02 14:56:30 -0700 | [diff] [blame] | 2496 | "src/core/lib/security/util/b64.c", |
| 2497 | "src/core/lib/security/util/json_util.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 2498 | "src/core/lib/surface/init_secure.c", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2499 | "src/core/lib/tsi/fake_transport_security.c", |
| 2500 | "src/core/lib/tsi/ssl_transport_security.c", |
| 2501 | "src/core/lib/tsi/transport_security.c", |
Mark D. Roth | 7140382 | 2016-12-02 10:51:39 -0800 | [diff] [blame] | 2502 | "src/core/ext/transport/chttp2/server/chttp2_server.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 2503 | "src/core/ext/transport/chttp2/client/secure/secure_channel_create.c", |
Mark D. Roth | 2137cd8 | 2016-09-14 09:04:00 -0700 | [diff] [blame] | 2504 | "src/core/ext/client_channel/channel_connectivity.c", |
| 2505 | "src/core/ext/client_channel/client_channel.c", |
| 2506 | "src/core/ext/client_channel/client_channel_factory.c", |
| 2507 | "src/core/ext/client_channel/client_channel_plugin.c", |
| 2508 | "src/core/ext/client_channel/connector.c", |
| 2509 | "src/core/ext/client_channel/default_initial_connect_string.c", |
Mark D. Roth | 1519574 | 2016-10-07 09:02:28 -0700 | [diff] [blame] | 2510 | "src/core/ext/client_channel/http_connect_handshaker.c", |
Mark D. Roth | 2137cd8 | 2016-09-14 09:04:00 -0700 | [diff] [blame] | 2511 | "src/core/ext/client_channel/initial_connect_string.c", |
| 2512 | "src/core/ext/client_channel/lb_policy.c", |
| 2513 | "src/core/ext/client_channel/lb_policy_factory.c", |
| 2514 | "src/core/ext/client_channel/lb_policy_registry.c", |
| 2515 | "src/core/ext/client_channel/parse_address.c", |
| 2516 | "src/core/ext/client_channel/resolver.c", |
| 2517 | "src/core/ext/client_channel/resolver_factory.c", |
| 2518 | "src/core/ext/client_channel/resolver_registry.c", |
Mark D. Roth | 2137cd8 | 2016-09-14 09:04:00 -0700 | [diff] [blame] | 2519 | "src/core/ext/client_channel/subchannel.c", |
| 2520 | "src/core/ext/client_channel/subchannel_index.c", |
| 2521 | "src/core/ext/client_channel/uri_parser.c", |
Mark D. Roth | 8686cab | 2016-11-17 13:12:17 -0800 | [diff] [blame] | 2522 | "src/core/ext/transport/chttp2/client/chttp2_connector.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 2523 | "src/core/ext/transport/chttp2/server/insecure/server_chttp2.c", |
Adam Michalik | bf10c82 | 2016-05-20 16:13:32 -0700 | [diff] [blame] | 2524 | "src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 2525 | "src/core/ext/transport/chttp2/client/insecure/channel_create.c", |
Adam Michalik | 321b1fb | 2016-05-16 15:42:36 -0700 | [diff] [blame] | 2526 | "src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c", |
David Garcia Quintas | 3fb8f73 | 2016-06-15 22:53:08 -0700 | [diff] [blame] | 2527 | "src/core/ext/lb_policy/grpclb/grpclb.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 2528 | "src/core/ext/lb_policy/grpclb/load_balancer_api.c", |
David Garcia Quintas | 7f0793a | 2016-04-25 12:35:58 -0700 | [diff] [blame] | 2529 | "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 2530 | "src/core/ext/lb_policy/pick_first/pick_first.c", |
| 2531 | "src/core/ext/lb_policy/round_robin/round_robin.c", |
| 2532 | "src/core/ext/resolver/dns/native/dns_resolver.c", |
| 2533 | "src/core/ext/resolver/sockaddr/sockaddr_resolver.c", |
David Garcia Quintas | b41363e | 2016-04-29 00:41:21 -0700 | [diff] [blame] | 2534 | "src/core/ext/load_reporting/load_reporting.c", |
| 2535 | "src/core/ext/load_reporting/load_reporting_filter.c", |
Alistair Veitch | 4aaba75 | 2016-06-02 17:11:46 -0700 | [diff] [blame] | 2536 | "src/core/ext/census/base_resources.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 2537 | "src/core/ext/census/context.c", |
Alistair Veitch | 30fe632 | 2016-05-23 10:11:28 -0700 | [diff] [blame] | 2538 | "src/core/ext/census/gen/census.pb.c", |
Alistair Veitch | a0c69f9 | 2016-08-31 12:01:27 -0700 | [diff] [blame] | 2539 | "src/core/ext/census/gen/trace_context.pb.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 2540 | "src/core/ext/census/grpc_context.c", |
| 2541 | "src/core/ext/census/grpc_filter.c", |
| 2542 | "src/core/ext/census/grpc_plugin.c", |
| 2543 | "src/core/ext/census/initialize.c", |
| 2544 | "src/core/ext/census/mlog.c", |
| 2545 | "src/core/ext/census/operation.c", |
| 2546 | "src/core/ext/census/placeholders.c", |
Alistair Veitch | 4aaba75 | 2016-06-02 17:11:46 -0700 | [diff] [blame] | 2547 | "src/core/ext/census/resource.c", |
Vizerai | 12d1fc6 | 2016-09-09 14:22:19 -0700 | [diff] [blame] | 2548 | "src/core/ext/census/trace_context.c", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 2549 | "src/core/ext/census/tracing.c", |
Craig Tiller | fb43385 | 2016-03-29 08:51:07 -0700 | [diff] [blame] | 2550 | "src/core/plugin_registry/grpc_plugin_registry.c", |
Jorge Canizales | 140bca8 | 2015-06-20 09:47:00 -0700 | [diff] [blame] | 2551 | ], |
| 2552 | hdrs = [ |
| 2553 | "include/grpc/byte_buffer.h", |
| 2554 | "include/grpc/byte_buffer_reader.h", |
| 2555 | "include/grpc/compression.h", |
| 2556 | "include/grpc/grpc.h", |
Adam Michalik | 321b1fb | 2016-05-16 15:42:36 -0700 | [diff] [blame] | 2557 | "include/grpc/grpc_posix.h", |
Nicolas "Pixel" Noble | a469e5d | 2016-08-16 22:09:27 +0200 | [diff] [blame] | 2558 | "include/grpc/grpc_security_constants.h", |
Craig Tiller | c335054 | 2016-10-26 16:19:01 -0700 | [diff] [blame] | 2559 | "include/grpc/slice.h", |
| 2560 | "include/grpc/slice_buffer.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 2561 | "include/grpc/status.h", |
David Garcia Quintas | 1b2db63 | 2016-04-27 15:06:54 -0700 | [diff] [blame] | 2562 | "include/grpc/impl/codegen/byte_buffer_reader.h", |
Jorge Canizales | 140bca8 | 2015-06-20 09:47:00 -0700 | [diff] [blame] | 2563 | "include/grpc/impl/codegen/compression_types.h", |
| 2564 | "include/grpc/impl/codegen/connectivity_state.h", |
| 2565 | "include/grpc/impl/codegen/grpc_types.h", |
| 2566 | "include/grpc/impl/codegen/propagation_bits.h", |
| 2567 | "include/grpc/impl/codegen/status.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 2568 | "include/grpc/impl/codegen/atm.h", |
| 2569 | "include/grpc/impl/codegen/atm_gcc_atomic.h", |
| 2570 | "include/grpc/impl/codegen/atm_gcc_sync.h", |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 2571 | "include/grpc/impl/codegen/atm_windows.h", |
David Garcia Quintas | 8c5424f | 2016-08-01 22:49:00 -0700 | [diff] [blame] | 2572 | "include/grpc/impl/codegen/gpr_types.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 2573 | "include/grpc/impl/codegen/port_platform.h", |
| 2574 | "include/grpc/impl/codegen/slice.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 2575 | "include/grpc/impl/codegen/sync.h", |
| 2576 | "include/grpc/impl/codegen/sync_generic.h", |
| 2577 | "include/grpc/impl/codegen/sync_posix.h", |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 2578 | "include/grpc/impl/codegen/sync_windows.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 2579 | "include/grpc/grpc_security.h", |
| 2580 | "include/grpc/census.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2581 | "src/core/lib/channel/channel_args.h", |
| 2582 | "src/core/lib/channel/channel_stack.h", |
| 2583 | "src/core/lib/channel/channel_stack_builder.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2584 | "src/core/lib/channel/compress_filter.h", |
| 2585 | "src/core/lib/channel/connected_channel.h", |
| 2586 | "src/core/lib/channel/context.h", |
Mark D. Roth | 14c072c | 2016-08-26 08:31:34 -0700 | [diff] [blame] | 2587 | "src/core/lib/channel/deadline_filter.h", |
Mark D. Roth | dfbdefe | 2016-07-14 09:18:22 -0700 | [diff] [blame] | 2588 | "src/core/lib/channel/handshaker.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2589 | "src/core/lib/channel/http_client_filter.h", |
| 2590 | "src/core/lib/channel/http_server_filter.h", |
Mark D. Roth | af00d8b | 2016-08-23 12:48:16 -0700 | [diff] [blame] | 2591 | "src/core/lib/channel/message_size_filter.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2592 | "src/core/lib/compression/algorithm_metadata.h", |
| 2593 | "src/core/lib/compression/message_compress.h", |
| 2594 | "src/core/lib/debug/trace.h", |
| 2595 | "src/core/lib/http/format_request.h", |
| 2596 | "src/core/lib/http/httpcli.h", |
| 2597 | "src/core/lib/http/parser.h", |
| 2598 | "src/core/lib/iomgr/closure.h", |
Craig Tiller | 57726ca | 2016-09-12 11:59:45 -0700 | [diff] [blame] | 2599 | "src/core/lib/iomgr/combiner.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2600 | "src/core/lib/iomgr/endpoint.h", |
| 2601 | "src/core/lib/iomgr/endpoint_pair.h", |
Craig Tiller | 27f59af | 2016-04-28 14:19:48 -0700 | [diff] [blame] | 2602 | "src/core/lib/iomgr/error.h", |
Sree Kuchibhotla | f448c34 | 2016-05-19 10:51:24 -0700 | [diff] [blame] | 2603 | "src/core/lib/iomgr/ev_epoll_linux.h", |
Craig Tiller | d9a60bb | 2016-03-28 23:13:19 -0700 | [diff] [blame] | 2604 | "src/core/lib/iomgr/ev_poll_posix.h", |
Craig Tiller | 8a03448 | 2016-03-28 16:09:04 -0700 | [diff] [blame] | 2605 | "src/core/lib/iomgr/ev_posix.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2606 | "src/core/lib/iomgr/exec_ctx.h", |
| 2607 | "src/core/lib/iomgr/executor.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2608 | "src/core/lib/iomgr/iocp_windows.h", |
| 2609 | "src/core/lib/iomgr/iomgr.h", |
| 2610 | "src/core/lib/iomgr/iomgr_internal.h", |
| 2611 | "src/core/lib/iomgr/iomgr_posix.h", |
Craig Tiller | 8517886 | 2016-05-18 16:09:16 -0700 | [diff] [blame] | 2612 | "src/core/lib/iomgr/load_file.h", |
Makarand Dharmapurikar | 0579cfc | 2016-06-20 15:45:24 -0700 | [diff] [blame] | 2613 | "src/core/lib/iomgr/network_status_tracker.h", |
David Garcia Quintas | 2a50dfe | 2016-05-31 15:09:12 -0700 | [diff] [blame] | 2614 | "src/core/lib/iomgr/polling_entity.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2615 | "src/core/lib/iomgr/pollset.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2616 | "src/core/lib/iomgr/pollset_set.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2617 | "src/core/lib/iomgr/pollset_set_windows.h", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 2618 | "src/core/lib/iomgr/pollset_uv.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2619 | "src/core/lib/iomgr/pollset_windows.h", |
murgatroid99 | 5407089 | 2016-08-08 17:01:18 -0700 | [diff] [blame] | 2620 | "src/core/lib/iomgr/port.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2621 | "src/core/lib/iomgr/resolve_address.h", |
Craig Tiller | 20afa3d | 2016-10-17 14:52:14 -0700 | [diff] [blame] | 2622 | "src/core/lib/iomgr/resource_quota.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2623 | "src/core/lib/iomgr/sockaddr.h", |
| 2624 | "src/core/lib/iomgr/sockaddr_posix.h", |
| 2625 | "src/core/lib/iomgr/sockaddr_utils.h", |
Yuchen Zeng | 12dfdc3 | 2016-04-26 22:05:41 -0700 | [diff] [blame] | 2626 | "src/core/lib/iomgr/sockaddr_windows.h", |
Yuchen Zeng | de3daf5 | 2016-10-13 17:26:26 -0700 | [diff] [blame] | 2627 | "src/core/lib/iomgr/socket_mutator.h", |
murgatroid99 | 79b3227 | 2016-08-08 13:38:30 -0700 | [diff] [blame] | 2628 | "src/core/lib/iomgr/socket_utils.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2629 | "src/core/lib/iomgr/socket_utils_posix.h", |
| 2630 | "src/core/lib/iomgr/socket_windows.h", |
| 2631 | "src/core/lib/iomgr/tcp_client.h", |
Craig Tiller | 8695876 | 2016-09-23 12:05:34 -0700 | [diff] [blame] | 2632 | "src/core/lib/iomgr/tcp_client_posix.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2633 | "src/core/lib/iomgr/tcp_posix.h", |
| 2634 | "src/core/lib/iomgr/tcp_server.h", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 2635 | "src/core/lib/iomgr/tcp_uv.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2636 | "src/core/lib/iomgr/tcp_windows.h", |
| 2637 | "src/core/lib/iomgr/time_averaged_stats.h", |
| 2638 | "src/core/lib/iomgr/timer.h", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 2639 | "src/core/lib/iomgr/timer_generic.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2640 | "src/core/lib/iomgr/timer_heap.h", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 2641 | "src/core/lib/iomgr/timer_uv.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2642 | "src/core/lib/iomgr/udp_server.h", |
| 2643 | "src/core/lib/iomgr/unix_sockets_posix.h", |
kpayson64 | d195cf5 | 2016-10-09 18:04:00 -0700 | [diff] [blame] | 2644 | "src/core/lib/iomgr/wakeup_fd_cv.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2645 | "src/core/lib/iomgr/wakeup_fd_pipe.h", |
| 2646 | "src/core/lib/iomgr/wakeup_fd_posix.h", |
| 2647 | "src/core/lib/iomgr/workqueue.h", |
murgatroid99 | 9030c81 | 2016-09-16 13:25:08 -0700 | [diff] [blame] | 2648 | "src/core/lib/iomgr/workqueue_uv.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2649 | "src/core/lib/iomgr/workqueue_windows.h", |
| 2650 | "src/core/lib/json/json.h", |
| 2651 | "src/core/lib/json/json_common.h", |
| 2652 | "src/core/lib/json/json_reader.h", |
| 2653 | "src/core/lib/json/json_writer.h", |
Craig Tiller | c335054 | 2016-10-26 16:19:01 -0700 | [diff] [blame] | 2654 | "src/core/lib/slice/percent_encoding.h", |
| 2655 | "src/core/lib/slice/slice_string_helpers.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2656 | "src/core/lib/surface/api_trace.h", |
| 2657 | "src/core/lib/surface/call.h", |
| 2658 | "src/core/lib/surface/call_test_only.h", |
| 2659 | "src/core/lib/surface/channel.h", |
| 2660 | "src/core/lib/surface/channel_init.h", |
| 2661 | "src/core/lib/surface/channel_stack_type.h", |
| 2662 | "src/core/lib/surface/completion_queue.h", |
| 2663 | "src/core/lib/surface/event_string.h", |
| 2664 | "src/core/lib/surface/init.h", |
| 2665 | "src/core/lib/surface/lame_client.h", |
| 2666 | "src/core/lib/surface/server.h", |
Craig Tiller | 9e0066b | 2016-10-20 14:04:18 -0700 | [diff] [blame] | 2667 | "src/core/lib/transport/bdp_estimator.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2668 | "src/core/lib/transport/byte_stream.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2669 | "src/core/lib/transport/connectivity_state.h", |
Mark D. Roth | 6a721b5 | 2016-10-14 12:43:34 -0700 | [diff] [blame] | 2670 | "src/core/lib/transport/mdstr_hash_table.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2671 | "src/core/lib/transport/metadata.h", |
| 2672 | "src/core/lib/transport/metadata_batch.h", |
Craig Tiller | dd2fa64 | 2016-10-20 15:46:32 -0700 | [diff] [blame] | 2673 | "src/core/lib/transport/pid_controller.h", |
Mark D. Roth | ea846a0 | 2016-11-03 11:32:54 -0700 | [diff] [blame] | 2674 | "src/core/lib/transport/service_config.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2675 | "src/core/lib/transport/static_metadata.h", |
Robbie Shade | 710d242 | 2016-07-13 15:15:38 -0400 | [diff] [blame] | 2676 | "src/core/lib/transport/timeout_encoding.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2677 | "src/core/lib/transport/transport.h", |
| 2678 | "src/core/lib/transport/transport_impl.h", |
Yuchen Zeng | d982bba | 2016-05-12 18:53:52 -0700 | [diff] [blame] | 2679 | "src/core/ext/transport/chttp2/transport/bin_decoder.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 2680 | "src/core/ext/transport/chttp2/transport/bin_encoder.h", |
| 2681 | "src/core/ext/transport/chttp2/transport/chttp2_transport.h", |
| 2682 | "src/core/ext/transport/chttp2/transport/frame.h", |
| 2683 | "src/core/ext/transport/chttp2/transport/frame_data.h", |
| 2684 | "src/core/ext/transport/chttp2/transport/frame_goaway.h", |
| 2685 | "src/core/ext/transport/chttp2/transport/frame_ping.h", |
| 2686 | "src/core/ext/transport/chttp2/transport/frame_rst_stream.h", |
| 2687 | "src/core/ext/transport/chttp2/transport/frame_settings.h", |
| 2688 | "src/core/ext/transport/chttp2/transport/frame_window_update.h", |
| 2689 | "src/core/ext/transport/chttp2/transport/hpack_encoder.h", |
| 2690 | "src/core/ext/transport/chttp2/transport/hpack_parser.h", |
| 2691 | "src/core/ext/transport/chttp2/transport/hpack_table.h", |
| 2692 | "src/core/ext/transport/chttp2/transport/http2_errors.h", |
| 2693 | "src/core/ext/transport/chttp2/transport/huffsyms.h", |
| 2694 | "src/core/ext/transport/chttp2/transport/incoming_metadata.h", |
| 2695 | "src/core/ext/transport/chttp2/transport/internal.h", |
| 2696 | "src/core/ext/transport/chttp2/transport/status_conversion.h", |
| 2697 | "src/core/ext/transport/chttp2/transport/stream_map.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 2698 | "src/core/ext/transport/chttp2/transport/varint.h", |
| 2699 | "src/core/ext/transport/chttp2/alpn/alpn.h", |
Julien Boeuf | 8ca294e | 2016-05-02 14:56:30 -0700 | [diff] [blame] | 2700 | "src/core/lib/security/context/security_context.h", |
| 2701 | "src/core/lib/security/credentials/composite/composite_credentials.h", |
| 2702 | "src/core/lib/security/credentials/credentials.h", |
| 2703 | "src/core/lib/security/credentials/fake/fake_credentials.h", |
| 2704 | "src/core/lib/security/credentials/google_default/google_default_credentials.h", |
| 2705 | "src/core/lib/security/credentials/iam/iam_credentials.h", |
| 2706 | "src/core/lib/security/credentials/jwt/json_token.h", |
| 2707 | "src/core/lib/security/credentials/jwt/jwt_credentials.h", |
| 2708 | "src/core/lib/security/credentials/jwt/jwt_verifier.h", |
| 2709 | "src/core/lib/security/credentials/oauth2/oauth2_credentials.h", |
| 2710 | "src/core/lib/security/credentials/plugin/plugin_credentials.h", |
| 2711 | "src/core/lib/security/credentials/ssl/ssl_credentials.h", |
| 2712 | "src/core/lib/security/transport/auth_filters.h", |
Julien Boeuf | 8ca294e | 2016-05-02 14:56:30 -0700 | [diff] [blame] | 2713 | "src/core/lib/security/transport/secure_endpoint.h", |
| 2714 | "src/core/lib/security/transport/security_connector.h", |
Mark D. Roth | 071cacf | 2016-11-17 13:17:56 -0800 | [diff] [blame] | 2715 | "src/core/lib/security/transport/security_handshaker.h", |
Craig Tiller | ddad978 | 2016-05-05 17:11:31 -0700 | [diff] [blame] | 2716 | "src/core/lib/security/transport/tsi_error.h", |
Julien Boeuf | 8ca294e | 2016-05-02 14:56:30 -0700 | [diff] [blame] | 2717 | "src/core/lib/security/util/b64.h", |
| 2718 | "src/core/lib/security/util/json_util.h", |
Craig Tiller | f23078c | 2016-03-25 17:07:29 -0700 | [diff] [blame] | 2719 | "src/core/lib/tsi/fake_transport_security.h", |
| 2720 | "src/core/lib/tsi/ssl_transport_security.h", |
| 2721 | "src/core/lib/tsi/ssl_types.h", |
| 2722 | "src/core/lib/tsi/transport_security.h", |
| 2723 | "src/core/lib/tsi/transport_security_interface.h", |
Mark D. Roth | 7140382 | 2016-12-02 10:51:39 -0800 | [diff] [blame] | 2724 | "src/core/ext/transport/chttp2/server/chttp2_server.h", |
Mark D. Roth | 2137cd8 | 2016-09-14 09:04:00 -0700 | [diff] [blame] | 2725 | "src/core/ext/client_channel/client_channel.h", |
| 2726 | "src/core/ext/client_channel/client_channel_factory.h", |
| 2727 | "src/core/ext/client_channel/connector.h", |
Mark D. Roth | 1519574 | 2016-10-07 09:02:28 -0700 | [diff] [blame] | 2728 | "src/core/ext/client_channel/http_connect_handshaker.h", |
Mark D. Roth | 2137cd8 | 2016-09-14 09:04:00 -0700 | [diff] [blame] | 2729 | "src/core/ext/client_channel/initial_connect_string.h", |
| 2730 | "src/core/ext/client_channel/lb_policy.h", |
| 2731 | "src/core/ext/client_channel/lb_policy_factory.h", |
| 2732 | "src/core/ext/client_channel/lb_policy_registry.h", |
| 2733 | "src/core/ext/client_channel/parse_address.h", |
| 2734 | "src/core/ext/client_channel/resolver.h", |
| 2735 | "src/core/ext/client_channel/resolver_factory.h", |
| 2736 | "src/core/ext/client_channel/resolver_registry.h", |
Mark D. Roth | 2137cd8 | 2016-09-14 09:04:00 -0700 | [diff] [blame] | 2737 | "src/core/ext/client_channel/subchannel.h", |
| 2738 | "src/core/ext/client_channel/subchannel_index.h", |
| 2739 | "src/core/ext/client_channel/uri_parser.h", |
Mark D. Roth | 8686cab | 2016-11-17 13:12:17 -0800 | [diff] [blame] | 2740 | "src/core/ext/transport/chttp2/client/chttp2_connector.h", |
David Garcia Quintas | b2e986b | 2016-06-15 23:55:50 -0700 | [diff] [blame] | 2741 | "src/core/ext/lb_policy/grpclb/grpclb.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 2742 | "src/core/ext/lb_policy/grpclb/load_balancer_api.h", |
David Garcia Quintas | 7f0793a | 2016-04-25 12:35:58 -0700 | [diff] [blame] | 2743 | "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h", |
David Garcia Quintas | b41363e | 2016-04-29 00:41:21 -0700 | [diff] [blame] | 2744 | "src/core/ext/load_reporting/load_reporting.h", |
| 2745 | "src/core/ext/load_reporting/load_reporting_filter.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 2746 | "src/core/ext/census/aggregation.h", |
Alistair Veitch | 4aaba75 | 2016-06-02 17:11:46 -0700 | [diff] [blame] | 2747 | "src/core/ext/census/base_resources.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 2748 | "src/core/ext/census/census_interface.h", |
| 2749 | "src/core/ext/census/census_rpc_stats.h", |
Alistair Veitch | 30fe632 | 2016-05-23 10:11:28 -0700 | [diff] [blame] | 2750 | "src/core/ext/census/gen/census.pb.h", |
Alistair Veitch | a0c69f9 | 2016-08-31 12:01:27 -0700 | [diff] [blame] | 2751 | "src/core/ext/census/gen/trace_context.pb.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 2752 | "src/core/ext/census/grpc_filter.h", |
| 2753 | "src/core/ext/census/mlog.h", |
Alistair Veitch | 4aaba75 | 2016-06-02 17:11:46 -0700 | [diff] [blame] | 2754 | "src/core/ext/census/resource.h", |
Craig Tiller | 03915e5 | 2016-04-07 09:15:10 -0700 | [diff] [blame] | 2755 | "src/core/ext/census/rpc_metric_id.h", |
Vizerai | 12d1fc6 | 2016-09-09 14:22:19 -0700 | [diff] [blame] | 2756 | "src/core/ext/census/trace_context.h", |
Jorge Canizales | 140bca8 | 2015-06-20 09:47:00 -0700 | [diff] [blame] | 2757 | ], |
| 2758 | includes = [ |
| 2759 | "include", |
| 2760 | ".", |
| 2761 | ], |
| 2762 | deps = [ |
Craig Tiller | da179ce | 2016-02-09 12:01:53 -0800 | [diff] [blame] | 2763 | ":gpr_objc", |
Jorge Canizales | 4dc4e3d | 2015-06-26 22:12:02 -0700 | [diff] [blame] | 2764 | "//external:libssl_objc", |
Rob Earhart | b7b8d05 | 2016-03-29 11:35:29 -0700 | [diff] [blame] | 2765 | "//external:nanopb", |
Jorge Canizales | 140bca8 | 2015-06-20 09:47:00 -0700 | [diff] [blame] | 2766 | ], |
Jorge Canizales | 8c1fd04 | 2015-06-22 19:11:36 -0700 | [diff] [blame] | 2767 | sdk_dylibs = ["libz"], |
Jorge Canizales | 140bca8 | 2015-06-20 09:47:00 -0700 | [diff] [blame] | 2768 | ) |
| 2769 | |
| 2770 | |
| 2771 | |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 2772 | cc_binary( |
| 2773 | name = "grpc_cpp_plugin", |
| 2774 | srcs = [ |
| 2775 | "src/compiler/cpp_plugin.cc", |
| 2776 | ], |
| 2777 | deps = [ |
| 2778 | "//external:protobuf_compiler", |
| 2779 | ":grpc_plugin_support", |
| 2780 | ], |
| 2781 | ) |
| 2782 | |
| 2783 | |
| 2784 | cc_binary( |
Jan Tattermusch | 2d92495 | 2015-05-06 10:23:17 -0700 | [diff] [blame] | 2785 | name = "grpc_csharp_plugin", |
| 2786 | srcs = [ |
| 2787 | "src/compiler/csharp_plugin.cc", |
| 2788 | ], |
| 2789 | deps = [ |
| 2790 | "//external:protobuf_compiler", |
| 2791 | ":grpc_plugin_support", |
| 2792 | ], |
| 2793 | ) |
| 2794 | |
| 2795 | |
| 2796 | cc_binary( |
murgatroid99 | d2ee81f | 2016-02-26 11:10:33 -0800 | [diff] [blame] | 2797 | name = "grpc_node_plugin", |
| 2798 | srcs = [ |
| 2799 | "src/compiler/node_plugin.cc", |
| 2800 | ], |
| 2801 | deps = [ |
| 2802 | "//external:protobuf_compiler", |
| 2803 | ":grpc_plugin_support", |
| 2804 | ], |
| 2805 | ) |
| 2806 | |
| 2807 | |
| 2808 | cc_binary( |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 2809 | name = "grpc_objective_c_plugin", |
| 2810 | srcs = [ |
| 2811 | "src/compiler/objective_c_plugin.cc", |
| 2812 | ], |
| 2813 | deps = [ |
| 2814 | "//external:protobuf_compiler", |
| 2815 | ":grpc_plugin_support", |
| 2816 | ], |
| 2817 | ) |
| 2818 | |
| 2819 | |
| 2820 | cc_binary( |
Stanley Cheung | 857a130 | 2016-09-29 17:26:29 -0700 | [diff] [blame] | 2821 | name = "grpc_php_plugin", |
| 2822 | srcs = [ |
| 2823 | "src/compiler/php_plugin.cc", |
| 2824 | ], |
| 2825 | deps = [ |
| 2826 | "//external:protobuf_compiler", |
| 2827 | ":grpc_plugin_support", |
| 2828 | ], |
| 2829 | ) |
| 2830 | |
| 2831 | |
| 2832 | cc_binary( |
Ming Zhao | 3c0ba0c | 2015-04-10 12:05:22 -0700 | [diff] [blame] | 2833 | name = "grpc_python_plugin", |
| 2834 | srcs = [ |
| 2835 | "src/compiler/python_plugin.cc", |
| 2836 | ], |
| 2837 | deps = [ |
| 2838 | "//external:protobuf_compiler", |
| 2839 | ":grpc_plugin_support", |
| 2840 | ], |
| 2841 | ) |
| 2842 | |
| 2843 | |
| 2844 | cc_binary( |
| 2845 | name = "grpc_ruby_plugin", |
| 2846 | srcs = [ |
| 2847 | "src/compiler/ruby_plugin.cc", |
| 2848 | ], |
| 2849 | deps = [ |
| 2850 | "//external:protobuf_compiler", |
| 2851 | ":grpc_plugin_support", |
| 2852 | ], |
| 2853 | ) |
| 2854 | |
| 2855 | |
| 2856 | |
Nicolas "Pixel" Noble | f6edf68 | 2015-03-31 05:17:34 +0200 | [diff] [blame] | 2857 | |
| 2858 | |
Jorge Canizales | 140bca8 | 2015-06-20 09:47:00 -0700 | [diff] [blame] | 2859 | |
Jorge Canizales | 91e67a2 | 2015-06-24 13:50:04 -0700 | [diff] [blame] | 2860 | |
| 2861 | |
Jorge Canizales | 44dc423 | 2015-06-19 16:30:31 -0700 | [diff] [blame] | 2862 | objc_path = "src/objective-c" |
Jorge Canizales | 140bca8 | 2015-06-20 09:47:00 -0700 | [diff] [blame] | 2863 | |
Jorge Canizales | 44dc423 | 2015-06-19 16:30:31 -0700 | [diff] [blame] | 2864 | rx_library_path = objc_path + "/RxLibrary" |
| 2865 | |
| 2866 | objc_library( |
Jorge Canizales | bba8076 | 2015-06-26 23:25:48 -0700 | [diff] [blame] | 2867 | name = "rx_library", |
| 2868 | hdrs = glob([ |
| 2869 | rx_library_path + "/*.h", |
| 2870 | rx_library_path + "/transformations/*.h", |
| 2871 | ]), |
| 2872 | srcs = glob([ |
| 2873 | rx_library_path + "/*.m", |
| 2874 | rx_library_path + "/transformations/*.m", |
| 2875 | ]), |
| 2876 | includes = [objc_path], |
| 2877 | deps = [ |
| 2878 | ":rx_library_private", |
| 2879 | ], |
Jorge Canizales | 44dc423 | 2015-06-19 16:30:31 -0700 | [diff] [blame] | 2880 | ) |
| 2881 | |
| 2882 | objc_library( |
Jorge Canizales | bba8076 | 2015-06-26 23:25:48 -0700 | [diff] [blame] | 2883 | name = "rx_library_private", |
| 2884 | hdrs = glob([rx_library_path + "/private/*.h"]), |
| 2885 | srcs = glob([rx_library_path + "/private/*.m"]), |
| 2886 | visibility = ["//visibility:private"], |
Jorge Canizales | 44dc423 | 2015-06-19 16:30:31 -0700 | [diff] [blame] | 2887 | ) |
Jorge Canizales | 866255e | 2015-06-20 18:58:38 -0700 | [diff] [blame] | 2888 | |
| 2889 | objc_client_path = objc_path + "/GRPCClient" |
| 2890 | |
| 2891 | objc_library( |
| 2892 | name = "grpc_client", |
| 2893 | hdrs = glob([ |
| 2894 | objc_client_path + "/*.h", |
| 2895 | objc_client_path + "/private/*.h", |
| 2896 | ]), |
| 2897 | srcs = glob([ |
| 2898 | objc_client_path + "/*.m", |
| 2899 | objc_client_path + "/private/*.m", |
| 2900 | ]), |
| 2901 | includes = [objc_path], |
Jorge Canizales | bb54ae8 | 2015-06-28 06:50:58 -0700 | [diff] [blame] | 2902 | bundles = [":gRPCCertificates"], |
Jorge Canizales | 866255e | 2015-06-20 18:58:38 -0700 | [diff] [blame] | 2903 | deps = [ |
| 2904 | ":grpc_objc", |
| 2905 | ":rx_library", |
| 2906 | ], |
| 2907 | ) |
Jorge Canizales | bb54ae8 | 2015-06-28 06:50:58 -0700 | [diff] [blame] | 2908 | |
| 2909 | objc_bundle_library( |
| 2910 | # The choice of name is signicant here, since it determines the bundle name. |
| 2911 | name = "gRPCCertificates", |
| 2912 | resources = ["etc/roots.pem"], |
| 2913 | ) |
Jorge Canizales | 50f1982 | 2015-06-28 23:48:30 -0700 | [diff] [blame] | 2914 | |
| 2915 | proto_objc_rpc_path = objc_path + "/ProtoRPC" |
| 2916 | |
| 2917 | objc_library( |
| 2918 | name = "proto_objc_rpc", |
| 2919 | hdrs = glob([ |
| 2920 | proto_objc_rpc_path + "/*.h", |
| 2921 | ]), |
| 2922 | srcs = glob([ |
| 2923 | proto_objc_rpc_path + "/*.m", |
| 2924 | ]), |
| 2925 | includes = [objc_path], |
| 2926 | deps = [ |
| 2927 | ":grpc_client", |
| 2928 | ":rx_library", |
| 2929 | "//external:protobuf_objc", |
| 2930 | ], |
| 2931 | ) |