blob: 341ed8ec4f865b63659bdcabbcbb05ba2ab7dbc8 [file] [log] [blame]
Muxi Yan46ee18b2018-01-05 16:01:16 -08001# This file has been automatically generated from a template file.
2# Please make modifications to `templates/gRPC-C++.podspec.template`
3# instead. This file can be regenerated from the template by running
4# `tools/buildgen/generate_projects.sh`.
5
6# gRPC C++ CocoaPods podspec
7#
8# Copyright 2017 gRPC authors.
9#
10# Licensed under the Apache License, Version 2.0 (the "License");
11# you may not use this file except in compliance with the License.
12# You may obtain a copy of the License at
13#
14# http://www.apache.org/licenses/LICENSE-2.0
15#
16# Unless required by applicable law or agreed to in writing, software
17# distributed under the License is distributed on an "AS IS" BASIS,
18# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19# See the License for the specific language governing permissions and
20# limitations under the License.
21
22
23Pod::Spec.new do |s|
24 s.name = 'gRPC-C++'
25 # TODO (mxyan): use version that match gRPC version when pod is stabilized
Muxi Yan9492a922018-01-21 15:18:04 -080026 # version = '1.10.0-dev'
Muxi Yanb19c5252018-02-21 17:29:33 -080027 version = '0.0.2'
Muxi Yan46ee18b2018-01-05 16:01:16 -080028 s.version = version
29 s.summary = 'gRPC C++ library'
30 s.homepage = 'https://grpc.io'
31 s.license = 'Apache License, Version 2.0'
32 s.authors = { 'The gRPC contributors' => 'grpc-packages@google.com' }
33
Muxi Yan9492a922018-01-21 15:18:04 -080034 grpc_version = '1.10.0-dev'
Muxi Yan46ee18b2018-01-05 16:01:16 -080035
36 s.source = {
37 :git => 'https://github.com/grpc/grpc.git',
38 :tag => "v#{grpc_version}",
39 }
40
41 s.ios.deployment_target = '7.0'
42 s.osx.deployment_target = '10.9'
43 s.requires_arc = false
44
Muxi Yan6be15ee2018-02-20 14:05:33 -080045 name = 'grpcpp'
46 # Use `grpcpp` as framework name so that `#include <grpcpp/xxx.h>` works when built as
47 # framework.
48 s.module_name = name
49
50 # Add include prefix `grpcpp` so that `#include <grpcpp/xxx.h>` works when built as static
51 # library.
52 s.header_dir = name
Muxi Yan46ee18b2018-01-05 16:01:16 -080053
54 s.pod_target_xcconfig = {
55 'HEADER_SEARCH_PATHS' => '"$(inherited)" "$(PODS_TARGET_SRCROOT)/include"',
56 'USER_HEADER_SEARCH_PATHS' => '"$(PODS_TARGET_SRCROOT)"',
57 'GCC_PREPROCESSOR_DEFINITIONS' => '"$(inherited)" "COCOAPODS=1" "PB_NO_PACKED_STRUCTS=1"',
58 'CLANG_WARN_STRICT_PROTOTYPES' => 'NO',
59 'CLANG_WARN_DOCUMENTATION_COMMENTS' => 'NO',
60
61 # If we don't set these two settings, `include/grpc/support/time.h` and
62 # `src/core/lib/support/string.h` shadow the system `<time.h>` and `<string.h>`, breaking the
63 # build.
64 'USE_HEADERMAP' => 'NO',
65 'ALWAYS_SEARCH_USER_PATHS' => 'NO',
66 }
67
68 s.libraries = 'c++'
69
70 s.default_subspecs = 'Interface', 'Implementation'
71
Muxi Yan6ef01592018-02-21 18:10:49 -080072 s.header_mappings_dir = 'include/grpcpp'
73
Muxi Yan46ee18b2018-01-05 16:01:16 -080074 s.subspec 'Interface' do |ss|
Muxi Yan6be15ee2018-02-20 14:05:33 -080075 ss.header_mappings_dir = 'include/grpcpp'
Muxi Yan46ee18b2018-01-05 16:01:16 -080076
Muxi Yan6be15ee2018-02-20 14:05:33 -080077 ss.source_files = 'include/grpcpp/alarm.h',
Muxi Yan0e00c432018-01-26 15:39:32 -080078 'include/grpcpp/channel.h',
79 'include/grpcpp/client_context.h',
80 'include/grpcpp/completion_queue.h',
81 'include/grpcpp/create_channel.h',
82 'include/grpcpp/create_channel_posix.h',
83 'include/grpcpp/ext/health_check_service_server_builder_option.h',
84 'include/grpcpp/generic/async_generic_service.h',
85 'include/grpcpp/generic/generic_stub.h',
86 'include/grpcpp/grpcpp.h',
87 'include/grpcpp/health_check_service_interface.h',
88 'include/grpcpp/impl/call.h',
89 'include/grpcpp/impl/channel_argument_option.h',
90 'include/grpcpp/impl/client_unary_call.h',
91 'include/grpcpp/impl/codegen/core_codegen.h',
92 'include/grpcpp/impl/grpc_library.h',
93 'include/grpcpp/impl/method_handler_impl.h',
94 'include/grpcpp/impl/rpc_method.h',
95 'include/grpcpp/impl/rpc_service_method.h',
96 'include/grpcpp/impl/serialization_traits.h',
97 'include/grpcpp/impl/server_builder_option.h',
98 'include/grpcpp/impl/server_builder_plugin.h',
99 'include/grpcpp/impl/server_initializer.h',
100 'include/grpcpp/impl/service_type.h',
101 'include/grpcpp/resource_quota.h',
102 'include/grpcpp/security/auth_context.h',
103 'include/grpcpp/security/auth_metadata_processor.h',
104 'include/grpcpp/security/credentials.h',
105 'include/grpcpp/security/server_credentials.h',
106 'include/grpcpp/server.h',
107 'include/grpcpp/server_builder.h',
108 'include/grpcpp/server_context.h',
109 'include/grpcpp/server_posix.h',
110 'include/grpcpp/support/async_stream.h',
111 'include/grpcpp/support/async_unary_call.h',
112 'include/grpcpp/support/byte_buffer.h',
113 'include/grpcpp/support/channel_arguments.h',
114 'include/grpcpp/support/config.h',
115 'include/grpcpp/support/slice.h',
116 'include/grpcpp/support/status.h',
117 'include/grpcpp/support/status_code_enum.h',
118 'include/grpcpp/support/string_ref.h',
119 'include/grpcpp/support/stub_options.h',
120 'include/grpcpp/support/sync_stream.h',
121 'include/grpcpp/support/time.h',
Muxi Yan0e00c432018-01-26 15:39:32 -0800122 'include/grpcpp/impl/codegen/async_stream.h',
123 'include/grpcpp/impl/codegen/async_unary_call.h',
124 'include/grpcpp/impl/codegen/byte_buffer.h',
125 'include/grpcpp/impl/codegen/call.h',
126 'include/grpcpp/impl/codegen/call_hook.h',
127 'include/grpcpp/impl/codegen/channel_interface.h',
128 'include/grpcpp/impl/codegen/client_context.h',
129 'include/grpcpp/impl/codegen/client_unary_call.h',
130 'include/grpcpp/impl/codegen/completion_queue.h',
131 'include/grpcpp/impl/codegen/completion_queue_tag.h',
132 'include/grpcpp/impl/codegen/config.h',
133 'include/grpcpp/impl/codegen/core_codegen_interface.h',
134 'include/grpcpp/impl/codegen/create_auth_context.h',
135 'include/grpcpp/impl/codegen/grpc_library.h',
136 'include/grpcpp/impl/codegen/metadata_map.h',
137 'include/grpcpp/impl/codegen/method_handler_impl.h',
138 'include/grpcpp/impl/codegen/rpc_method.h',
139 'include/grpcpp/impl/codegen/rpc_service_method.h',
140 'include/grpcpp/impl/codegen/security/auth_context.h',
141 'include/grpcpp/impl/codegen/serialization_traits.h',
142 'include/grpcpp/impl/codegen/server_context.h',
143 'include/grpcpp/impl/codegen/server_interface.h',
144 'include/grpcpp/impl/codegen/service_type.h',
145 'include/grpcpp/impl/codegen/slice.h',
146 'include/grpcpp/impl/codegen/status.h',
147 'include/grpcpp/impl/codegen/status_code_enum.h',
148 'include/grpcpp/impl/codegen/string_ref.h',
149 'include/grpcpp/impl/codegen/stub_options.h',
150 'include/grpcpp/impl/codegen/sync_stream.h',
151 'include/grpcpp/impl/codegen/time.h'
Muxi Yan46ee18b2018-01-05 16:01:16 -0800152 end
153
154 s.subspec 'Implementation' do |ss|
155 ss.header_mappings_dir = '.'
156 ss.dependency "#{s.name}/Interface", version
157 ss.dependency 'gRPC-Core', grpc_version
158 ss.dependency 'nanopb', '~> 0.3'
159
Muxi Yan6be15ee2018-02-20 14:05:33 -0800160 ss.source_files = 'include/grpcpp/impl/codegen/core_codegen.h',
Muxi Yan46ee18b2018-01-05 16:01:16 -0800161 'src/cpp/client/secure_credentials.h',
162 'src/cpp/common/secure_auth_context.h',
163 'src/cpp/server/secure_server_credentials.h',
164 'src/cpp/client/create_channel_internal.h',
165 'src/cpp/common/channel_filter.h',
166 'src/cpp/server/dynamic_thread_pool.h',
167 'src/cpp/server/health/default_health_check_service.h',
168 'src/cpp/server/health/health.pb.h',
169 'src/cpp/server/thread_pool_interface.h',
170 'src/cpp/thread_manager/thread_manager.h',
171 'src/cpp/client/insecure_credentials.cc',
172 'src/cpp/client/secure_credentials.cc',
173 'src/cpp/common/auth_property_iterator.cc',
174 'src/cpp/common/secure_auth_context.cc',
175 'src/cpp/common/secure_channel_arguments.cc',
176 'src/cpp/common/secure_create_auth_context.cc',
177 'src/cpp/server/insecure_server_credentials.cc',
178 'src/cpp/server/secure_server_credentials.cc',
179 'src/cpp/client/channel_cc.cc',
180 'src/cpp/client/client_context.cc',
181 'src/cpp/client/create_channel.cc',
182 'src/cpp/client/create_channel_internal.cc',
183 'src/cpp/client/create_channel_posix.cc',
184 'src/cpp/client/credentials_cc.cc',
185 'src/cpp/client/generic_stub.cc',
Vijay Pai9494a9d2018-02-02 09:32:10 -0800186 'src/cpp/common/alarm.cc',
Muxi Yan46ee18b2018-01-05 16:01:16 -0800187 'src/cpp/common/channel_arguments.cc',
188 'src/cpp/common/channel_filter.cc',
189 'src/cpp/common/completion_queue_cc.cc',
190 'src/cpp/common/core_codegen.cc',
191 'src/cpp/common/resource_quota_cc.cc',
192 'src/cpp/common/rpc_method.cc',
193 'src/cpp/common/version_cc.cc',
194 'src/cpp/server/async_generic_service.cc',
195 'src/cpp/server/channel_argument_option.cc',
196 'src/cpp/server/create_default_thread_pool.cc',
197 'src/cpp/server/dynamic_thread_pool.cc',
198 'src/cpp/server/health/default_health_check_service.cc',
199 'src/cpp/server/health/health.pb.c',
200 'src/cpp/server/health/health_check_service.cc',
201 'src/cpp/server/health/health_check_service_server_builder_option.cc',
202 'src/cpp/server/server_builder.cc',
203 'src/cpp/server/server_cc.cc',
204 'src/cpp/server/server_context.cc',
205 'src/cpp/server/server_credentials.cc',
206 'src/cpp/server/server_posix.cc',
207 'src/cpp/thread_manager/thread_manager.cc',
208 'src/cpp/util/byte_buffer_cc.cc',
209 'src/cpp/util/slice_cc.cc',
210 'src/cpp/util/status.cc',
211 'src/cpp/util/string_ref.cc',
212 'src/cpp/util/time_cc.cc',
213 'src/cpp/codegen/codegen_init.cc',
Muxi Yan9492a922018-01-21 15:18:04 -0800214 'src/core/lib/gpr/arena.h',
215 'src/core/lib/gpr/env.h',
216 'src/core/lib/gpr/fork.h',
Vijay Paiae376bf2018-01-25 22:54:02 -0800217 'src/core/lib/gpr/host_port.h',
Muxi Yan9492a922018-01-21 15:18:04 -0800218 'src/core/lib/gpr/mpscq.h',
219 'src/core/lib/gpr/murmur_hash.h',
220 'src/core/lib/gpr/spinlock.h',
221 'src/core/lib/gpr/string.h',
222 'src/core/lib/gpr/string_windows.h',
Vijay Paic7456902018-02-12 10:28:24 -0800223 'src/core/lib/gpr/thd.h',
Muxi Yan9492a922018-01-21 15:18:04 -0800224 'src/core/lib/gpr/time_precise.h',
Vijay Paib6cf1232018-01-25 21:02:26 -0800225 'src/core/lib/gpr/tls.h',
226 'src/core/lib/gpr/tls_gcc.h',
227 'src/core/lib/gpr/tls_msvc.h',
228 'src/core/lib/gpr/tls_pthread.h',
Muxi Yan9492a922018-01-21 15:18:04 -0800229 'src/core/lib/gpr/tmpfile.h',
Vijay Paid4d0a302018-01-25 13:24:03 -0800230 'src/core/lib/gpr/useful.h',
Muxi Yan9492a922018-01-21 15:18:04 -0800231 'src/core/lib/gprpp/abstract.h',
232 'src/core/lib/gprpp/atomic.h',
233 'src/core/lib/gprpp/atomic_with_atm.h',
234 'src/core/lib/gprpp/atomic_with_std.h',
235 'src/core/lib/gprpp/manual_constructor.h',
236 'src/core/lib/gprpp/memory.h',
Muxi Yan46ee18b2018-01-05 16:01:16 -0800237 'src/core/lib/profiling/timers.h',
Muxi Yan46ee18b2018-01-05 16:01:16 -0800238 'src/core/ext/transport/chttp2/transport/bin_decoder.h',
239 'src/core/ext/transport/chttp2/transport/bin_encoder.h',
240 'src/core/ext/transport/chttp2/transport/chttp2_transport.h',
241 'src/core/ext/transport/chttp2/transport/flow_control.h',
242 'src/core/ext/transport/chttp2/transport/frame.h',
243 'src/core/ext/transport/chttp2/transport/frame_data.h',
244 'src/core/ext/transport/chttp2/transport/frame_goaway.h',
245 'src/core/ext/transport/chttp2/transport/frame_ping.h',
246 'src/core/ext/transport/chttp2/transport/frame_rst_stream.h',
247 'src/core/ext/transport/chttp2/transport/frame_settings.h',
248 'src/core/ext/transport/chttp2/transport/frame_window_update.h',
249 'src/core/ext/transport/chttp2/transport/hpack_encoder.h',
250 'src/core/ext/transport/chttp2/transport/hpack_parser.h',
251 'src/core/ext/transport/chttp2/transport/hpack_table.h',
252 'src/core/ext/transport/chttp2/transport/http2_settings.h',
253 'src/core/ext/transport/chttp2/transport/huffsyms.h',
254 'src/core/ext/transport/chttp2/transport/incoming_metadata.h',
255 'src/core/ext/transport/chttp2/transport/internal.h',
256 'src/core/ext/transport/chttp2/transport/stream_map.h',
257 'src/core/ext/transport/chttp2/transport/varint.h',
258 'src/core/ext/transport/chttp2/alpn/alpn.h',
259 'src/core/ext/filters/http/client/http_client_filter.h',
260 'src/core/ext/filters/http/message_compress/message_compress_filter.h',
261 'src/core/ext/filters/http/server/http_server_filter.h',
262 'src/core/lib/security/context/security_context.h',
263 'src/core/lib/security/credentials/composite/composite_credentials.h',
264 'src/core/lib/security/credentials/credentials.h',
265 'src/core/lib/security/credentials/fake/fake_credentials.h',
266 'src/core/lib/security/credentials/google_default/google_default_credentials.h',
267 'src/core/lib/security/credentials/iam/iam_credentials.h',
268 'src/core/lib/security/credentials/jwt/json_token.h',
269 'src/core/lib/security/credentials/jwt/jwt_credentials.h',
270 'src/core/lib/security/credentials/jwt/jwt_verifier.h',
271 'src/core/lib/security/credentials/oauth2/oauth2_credentials.h',
272 'src/core/lib/security/credentials/plugin/plugin_credentials.h',
273 'src/core/lib/security/credentials/ssl/ssl_credentials.h',
Yihua Zhang75f0a9f2018-02-20 10:09:47 -0800274 'src/core/lib/security/security_connector/security_connector.h',
Muxi Yan46ee18b2018-01-05 16:01:16 -0800275 'src/core/lib/security/transport/auth_filters.h',
276 'src/core/lib/security/transport/lb_targets_info.h',
277 'src/core/lib/security/transport/secure_endpoint.h',
Muxi Yan46ee18b2018-01-05 16:01:16 -0800278 'src/core/lib/security/transport/security_handshaker.h',
279 'src/core/lib/security/transport/tsi_error.h',
280 'src/core/lib/security/util/json_util.h',
Mehrdad Afshari1732fc02018-01-26 12:35:41 -0800281 'src/core/tsi/alts_transport_security.h',
Muxi Yan46ee18b2018-01-05 16:01:16 -0800282 'src/core/tsi/fake_transport_security.h',
Muxi Yan46ee18b2018-01-05 16:01:16 -0800283 'src/core/tsi/ssl_transport_security.h',
284 'src/core/tsi/ssl_types.h',
285 'src/core/tsi/transport_security_grpc.h',
286 'src/core/tsi/transport_security.h',
287 'src/core/tsi/transport_security_adapter.h',
288 'src/core/tsi/transport_security_interface.h',
289 'src/core/ext/transport/chttp2/server/chttp2_server.h',
290 'src/core/ext/filters/client_channel/backup_poller.h',
291 'src/core/ext/filters/client_channel/client_channel.h',
292 'src/core/ext/filters/client_channel/client_channel_factory.h',
293 'src/core/ext/filters/client_channel/connector.h',
294 'src/core/ext/filters/client_channel/http_connect_handshaker.h',
295 'src/core/ext/filters/client_channel/http_proxy.h',
296 'src/core/ext/filters/client_channel/lb_policy.h',
297 'src/core/ext/filters/client_channel/lb_policy_factory.h',
298 'src/core/ext/filters/client_channel/lb_policy_registry.h',
299 'src/core/ext/filters/client_channel/parse_address.h',
300 'src/core/ext/filters/client_channel/proxy_mapper.h',
301 'src/core/ext/filters/client_channel/proxy_mapper_registry.h',
302 'src/core/ext/filters/client_channel/resolver.h',
303 'src/core/ext/filters/client_channel/resolver_factory.h',
304 'src/core/ext/filters/client_channel/resolver_registry.h',
305 'src/core/ext/filters/client_channel/retry_throttle.h',
306 'src/core/ext/filters/client_channel/subchannel.h',
307 'src/core/ext/filters/client_channel/subchannel_index.h',
308 'src/core/ext/filters/client_channel/uri_parser.h',
309 'src/core/ext/filters/deadline/deadline_filter.h',
310 'src/core/ext/transport/chttp2/client/chttp2_connector.h',
311 'src/core/ext/transport/inproc/inproc_transport.h',
Vijay Pai8f4fbb12018-02-08 10:04:08 -0800312 'src/core/lib/avl/avl.h',
Muxi Yan46ee18b2018-01-05 16:01:16 -0800313 'src/core/lib/backoff/backoff.h',
314 'src/core/lib/channel/channel_args.h',
315 'src/core/lib/channel/channel_stack.h',
316 'src/core/lib/channel/channel_stack_builder.h',
317 'src/core/lib/channel/connected_channel.h',
318 'src/core/lib/channel/context.h',
319 'src/core/lib/channel/handshaker.h',
320 'src/core/lib/channel/handshaker_factory.h',
321 'src/core/lib/channel/handshaker_registry.h',
322 'src/core/lib/compression/algorithm_metadata.h',
Muxi Yan5cb25e72018-01-24 16:16:52 -0800323 'src/core/lib/compression/compression_internal.h',
Muxi Yan46ee18b2018-01-05 16:01:16 -0800324 'src/core/lib/compression/message_compress.h',
325 'src/core/lib/compression/stream_compression.h',
326 'src/core/lib/compression/stream_compression_gzip.h',
327 'src/core/lib/compression/stream_compression_identity.h',
328 'src/core/lib/debug/stats.h',
329 'src/core/lib/debug/stats_data.h',
Muxi Yan9492a922018-01-21 15:18:04 -0800330 'src/core/lib/gprpp/debug_location.h',
331 'src/core/lib/gprpp/inlined_vector.h',
332 'src/core/lib/gprpp/orphanable.h',
333 'src/core/lib/gprpp/ref_counted.h',
334 'src/core/lib/gprpp/ref_counted_ptr.h',
Muxi Yan46ee18b2018-01-05 16:01:16 -0800335 'src/core/lib/http/format_request.h',
336 'src/core/lib/http/httpcli.h',
337 'src/core/lib/http/parser.h',
338 'src/core/lib/iomgr/block_annotate.h',
339 'src/core/lib/iomgr/call_combiner.h',
340 'src/core/lib/iomgr/closure.h',
341 'src/core/lib/iomgr/combiner.h',
342 'src/core/lib/iomgr/endpoint.h',
343 'src/core/lib/iomgr/endpoint_pair.h',
344 'src/core/lib/iomgr/error.h',
345 'src/core/lib/iomgr/error_internal.h',
346 'src/core/lib/iomgr/ev_epoll1_linux.h',
347 'src/core/lib/iomgr/ev_epollex_linux.h',
348 'src/core/lib/iomgr/ev_epollsig_linux.h',
349 'src/core/lib/iomgr/ev_poll_posix.h',
350 'src/core/lib/iomgr/ev_posix.h',
351 'src/core/lib/iomgr/exec_ctx.h',
352 'src/core/lib/iomgr/executor.h',
353 'src/core/lib/iomgr/gethostname.h',
354 'src/core/lib/iomgr/iocp_windows.h',
355 'src/core/lib/iomgr/iomgr.h',
356 'src/core/lib/iomgr/iomgr_internal.h',
357 'src/core/lib/iomgr/iomgr_posix.h',
358 'src/core/lib/iomgr/iomgr_uv.h',
359 'src/core/lib/iomgr/is_epollexclusive_available.h',
360 'src/core/lib/iomgr/load_file.h',
361 'src/core/lib/iomgr/lockfree_event.h',
362 'src/core/lib/iomgr/nameser.h',
363 'src/core/lib/iomgr/network_status_tracker.h',
364 'src/core/lib/iomgr/polling_entity.h',
365 'src/core/lib/iomgr/pollset.h',
366 'src/core/lib/iomgr/pollset_set.h',
367 'src/core/lib/iomgr/pollset_set_windows.h',
368 'src/core/lib/iomgr/pollset_uv.h',
369 'src/core/lib/iomgr/pollset_windows.h',
370 'src/core/lib/iomgr/port.h',
371 'src/core/lib/iomgr/resolve_address.h',
372 'src/core/lib/iomgr/resource_quota.h',
373 'src/core/lib/iomgr/sockaddr.h',
374 'src/core/lib/iomgr/sockaddr_posix.h',
375 'src/core/lib/iomgr/sockaddr_utils.h',
376 'src/core/lib/iomgr/sockaddr_windows.h',
377 'src/core/lib/iomgr/socket_factory_posix.h',
378 'src/core/lib/iomgr/socket_mutator.h',
379 'src/core/lib/iomgr/socket_utils.h',
380 'src/core/lib/iomgr/socket_utils_posix.h',
381 'src/core/lib/iomgr/socket_windows.h',
382 'src/core/lib/iomgr/sys_epoll_wrapper.h',
383 'src/core/lib/iomgr/tcp_client.h',
384 'src/core/lib/iomgr/tcp_client_posix.h',
385 'src/core/lib/iomgr/tcp_posix.h',
386 'src/core/lib/iomgr/tcp_server.h',
387 'src/core/lib/iomgr/tcp_server_utils_posix.h',
388 'src/core/lib/iomgr/tcp_uv.h',
389 'src/core/lib/iomgr/tcp_windows.h',
390 'src/core/lib/iomgr/time_averaged_stats.h',
391 'src/core/lib/iomgr/timer.h',
392 'src/core/lib/iomgr/timer_generic.h',
393 'src/core/lib/iomgr/timer_heap.h',
394 'src/core/lib/iomgr/timer_manager.h',
395 'src/core/lib/iomgr/timer_uv.h',
396 'src/core/lib/iomgr/udp_server.h',
397 'src/core/lib/iomgr/unix_sockets_posix.h',
398 'src/core/lib/iomgr/wakeup_fd_cv.h',
399 'src/core/lib/iomgr/wakeup_fd_pipe.h',
400 'src/core/lib/iomgr/wakeup_fd_posix.h',
401 'src/core/lib/json/json.h',
402 'src/core/lib/json/json_common.h',
403 'src/core/lib/json/json_reader.h',
404 'src/core/lib/json/json_writer.h',
405 'src/core/lib/slice/b64.h',
406 'src/core/lib/slice/percent_encoding.h',
407 'src/core/lib/slice/slice_hash_table.h',
408 'src/core/lib/slice/slice_internal.h',
409 'src/core/lib/slice/slice_string_helpers.h',
Muxi Yan46ee18b2018-01-05 16:01:16 -0800410 'src/core/lib/surface/api_trace.h',
411 'src/core/lib/surface/call.h',
412 'src/core/lib/surface/call_test_only.h',
413 'src/core/lib/surface/channel.h',
414 'src/core/lib/surface/channel_init.h',
415 'src/core/lib/surface/channel_stack_type.h',
416 'src/core/lib/surface/completion_queue.h',
417 'src/core/lib/surface/completion_queue_factory.h',
418 'src/core/lib/surface/event_string.h',
419 'src/core/lib/surface/init.h',
420 'src/core/lib/surface/lame_client.h',
421 'src/core/lib/surface/server.h',
422 'src/core/lib/surface/validate_metadata.h',
423 'src/core/lib/transport/bdp_estimator.h',
424 'src/core/lib/transport/byte_stream.h',
425 'src/core/lib/transport/connectivity_state.h',
426 'src/core/lib/transport/error_utils.h',
427 'src/core/lib/transport/http2_errors.h',
428 'src/core/lib/transport/metadata.h',
429 'src/core/lib/transport/metadata_batch.h',
430 'src/core/lib/transport/pid_controller.h',
431 'src/core/lib/transport/service_config.h',
432 'src/core/lib/transport/static_metadata.h',
433 'src/core/lib/transport/status_conversion.h',
434 'src/core/lib/transport/timeout_encoding.h',
435 'src/core/lib/transport/transport.h',
436 'src/core/lib/transport/transport_impl.h',
437 'src/core/lib/debug/trace.h',
438 'src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h',
Muxi Yan46ee18b2018-01-05 16:01:16 -0800439 'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h',
440 'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h',
441 'src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h',
442 'src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h',
443 'src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h',
444 'src/core/ext/filters/client_channel/lb_policy/subchannel_list.h',
445 'src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h',
446 'src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h',
447 'src/core/ext/filters/load_reporting/server_load_reporting_filter.h',
448 'src/core/ext/filters/load_reporting/server_load_reporting_plugin.h',
449 'src/core/ext/filters/max_age/max_age_filter.h',
450 'src/core/ext/filters/message_size/message_size_filter.h',
451 'src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h',
452 'src/core/ext/filters/workarounds/workaround_utils.h'
453
Muxi Yan6be15ee2018-02-20 14:05:33 -0800454 ss.private_header_files = 'include/grpcpp/impl/codegen/core_codegen.h',
Muxi Yan46ee18b2018-01-05 16:01:16 -0800455 'src/cpp/client/secure_credentials.h',
456 'src/cpp/common/secure_auth_context.h',
457 'src/cpp/server/secure_server_credentials.h',
458 'src/cpp/client/create_channel_internal.h',
459 'src/cpp/common/channel_filter.h',
460 'src/cpp/server/dynamic_thread_pool.h',
461 'src/cpp/server/health/default_health_check_service.h',
462 'src/cpp/server/health/health.pb.h',
463 'src/cpp/server/thread_pool_interface.h',
464 'src/cpp/thread_manager/thread_manager.h',
Muxi Yan9492a922018-01-21 15:18:04 -0800465 'src/core/lib/gpr/arena.h',
466 'src/core/lib/gpr/env.h',
467 'src/core/lib/gpr/fork.h',
Vijay Paiae376bf2018-01-25 22:54:02 -0800468 'src/core/lib/gpr/host_port.h',
Muxi Yan9492a922018-01-21 15:18:04 -0800469 'src/core/lib/gpr/mpscq.h',
470 'src/core/lib/gpr/murmur_hash.h',
471 'src/core/lib/gpr/spinlock.h',
472 'src/core/lib/gpr/string.h',
473 'src/core/lib/gpr/string_windows.h',
Vijay Paic7456902018-02-12 10:28:24 -0800474 'src/core/lib/gpr/thd.h',
Muxi Yan9492a922018-01-21 15:18:04 -0800475 'src/core/lib/gpr/time_precise.h',
Vijay Paib6cf1232018-01-25 21:02:26 -0800476 'src/core/lib/gpr/tls.h',
477 'src/core/lib/gpr/tls_gcc.h',
478 'src/core/lib/gpr/tls_msvc.h',
479 'src/core/lib/gpr/tls_pthread.h',
Muxi Yan9492a922018-01-21 15:18:04 -0800480 'src/core/lib/gpr/tmpfile.h',
Vijay Paid4d0a302018-01-25 13:24:03 -0800481 'src/core/lib/gpr/useful.h',
Muxi Yan9492a922018-01-21 15:18:04 -0800482 'src/core/lib/gprpp/abstract.h',
483 'src/core/lib/gprpp/atomic.h',
484 'src/core/lib/gprpp/atomic_with_atm.h',
485 'src/core/lib/gprpp/atomic_with_std.h',
486 'src/core/lib/gprpp/manual_constructor.h',
487 'src/core/lib/gprpp/memory.h',
Muxi Yan46ee18b2018-01-05 16:01:16 -0800488 'src/core/lib/profiling/timers.h',
Vijay Pai8f4fbb12018-02-08 10:04:08 -0800489 'src/core/lib/avl/avl.h',
Muxi Yan46ee18b2018-01-05 16:01:16 -0800490 'src/core/lib/backoff/backoff.h',
491 'src/core/lib/channel/channel_args.h',
492 'src/core/lib/channel/channel_stack.h',
493 'src/core/lib/channel/channel_stack_builder.h',
494 'src/core/lib/channel/connected_channel.h',
495 'src/core/lib/channel/context.h',
496 'src/core/lib/channel/handshaker.h',
497 'src/core/lib/channel/handshaker_factory.h',
498 'src/core/lib/channel/handshaker_registry.h',
499 'src/core/lib/compression/algorithm_metadata.h',
Muxi Yan5cb25e72018-01-24 16:16:52 -0800500 'src/core/lib/compression/compression_internal.h',
Muxi Yan46ee18b2018-01-05 16:01:16 -0800501 'src/core/lib/compression/message_compress.h',
502 'src/core/lib/compression/stream_compression.h',
503 'src/core/lib/compression/stream_compression_gzip.h',
504 'src/core/lib/compression/stream_compression_identity.h',
505 'src/core/lib/debug/stats.h',
506 'src/core/lib/debug/stats_data.h',
Muxi Yan9492a922018-01-21 15:18:04 -0800507 'src/core/lib/gprpp/debug_location.h',
508 'src/core/lib/gprpp/inlined_vector.h',
509 'src/core/lib/gprpp/orphanable.h',
510 'src/core/lib/gprpp/ref_counted.h',
511 'src/core/lib/gprpp/ref_counted_ptr.h',
Muxi Yan46ee18b2018-01-05 16:01:16 -0800512 'src/core/lib/http/format_request.h',
513 'src/core/lib/http/httpcli.h',
514 'src/core/lib/http/parser.h',
515 'src/core/lib/iomgr/block_annotate.h',
516 'src/core/lib/iomgr/call_combiner.h',
517 'src/core/lib/iomgr/closure.h',
518 'src/core/lib/iomgr/combiner.h',
519 'src/core/lib/iomgr/endpoint.h',
520 'src/core/lib/iomgr/endpoint_pair.h',
521 'src/core/lib/iomgr/error.h',
522 'src/core/lib/iomgr/error_internal.h',
523 'src/core/lib/iomgr/ev_epoll1_linux.h',
524 'src/core/lib/iomgr/ev_epollex_linux.h',
525 'src/core/lib/iomgr/ev_epollsig_linux.h',
526 'src/core/lib/iomgr/ev_poll_posix.h',
527 'src/core/lib/iomgr/ev_posix.h',
528 'src/core/lib/iomgr/exec_ctx.h',
529 'src/core/lib/iomgr/executor.h',
530 'src/core/lib/iomgr/gethostname.h',
531 'src/core/lib/iomgr/iocp_windows.h',
532 'src/core/lib/iomgr/iomgr.h',
533 'src/core/lib/iomgr/iomgr_internal.h',
534 'src/core/lib/iomgr/iomgr_posix.h',
535 'src/core/lib/iomgr/iomgr_uv.h',
536 'src/core/lib/iomgr/is_epollexclusive_available.h',
537 'src/core/lib/iomgr/load_file.h',
538 'src/core/lib/iomgr/lockfree_event.h',
539 'src/core/lib/iomgr/nameser.h',
540 'src/core/lib/iomgr/network_status_tracker.h',
541 'src/core/lib/iomgr/polling_entity.h',
542 'src/core/lib/iomgr/pollset.h',
543 'src/core/lib/iomgr/pollset_set.h',
544 'src/core/lib/iomgr/pollset_set_windows.h',
545 'src/core/lib/iomgr/pollset_uv.h',
546 'src/core/lib/iomgr/pollset_windows.h',
547 'src/core/lib/iomgr/port.h',
548 'src/core/lib/iomgr/resolve_address.h',
549 'src/core/lib/iomgr/resource_quota.h',
550 'src/core/lib/iomgr/sockaddr.h',
551 'src/core/lib/iomgr/sockaddr_posix.h',
552 'src/core/lib/iomgr/sockaddr_utils.h',
553 'src/core/lib/iomgr/sockaddr_windows.h',
554 'src/core/lib/iomgr/socket_factory_posix.h',
555 'src/core/lib/iomgr/socket_mutator.h',
556 'src/core/lib/iomgr/socket_utils.h',
557 'src/core/lib/iomgr/socket_utils_posix.h',
558 'src/core/lib/iomgr/socket_windows.h',
559 'src/core/lib/iomgr/sys_epoll_wrapper.h',
560 'src/core/lib/iomgr/tcp_client.h',
561 'src/core/lib/iomgr/tcp_client_posix.h',
562 'src/core/lib/iomgr/tcp_posix.h',
563 'src/core/lib/iomgr/tcp_server.h',
564 'src/core/lib/iomgr/tcp_server_utils_posix.h',
565 'src/core/lib/iomgr/tcp_uv.h',
566 'src/core/lib/iomgr/tcp_windows.h',
567 'src/core/lib/iomgr/time_averaged_stats.h',
568 'src/core/lib/iomgr/timer.h',
569 'src/core/lib/iomgr/timer_generic.h',
570 'src/core/lib/iomgr/timer_heap.h',
571 'src/core/lib/iomgr/timer_manager.h',
572 'src/core/lib/iomgr/timer_uv.h',
573 'src/core/lib/iomgr/udp_server.h',
574 'src/core/lib/iomgr/unix_sockets_posix.h',
575 'src/core/lib/iomgr/wakeup_fd_cv.h',
576 'src/core/lib/iomgr/wakeup_fd_pipe.h',
577 'src/core/lib/iomgr/wakeup_fd_posix.h',
578 'src/core/lib/json/json.h',
579 'src/core/lib/json/json_common.h',
580 'src/core/lib/json/json_reader.h',
581 'src/core/lib/json/json_writer.h',
582 'src/core/lib/slice/b64.h',
583 'src/core/lib/slice/percent_encoding.h',
584 'src/core/lib/slice/slice_hash_table.h',
585 'src/core/lib/slice/slice_internal.h',
586 'src/core/lib/slice/slice_string_helpers.h',
Muxi Yan46ee18b2018-01-05 16:01:16 -0800587 'src/core/lib/surface/api_trace.h',
588 'src/core/lib/surface/call.h',
589 'src/core/lib/surface/call_test_only.h',
590 'src/core/lib/surface/channel.h',
591 'src/core/lib/surface/channel_init.h',
592 'src/core/lib/surface/channel_stack_type.h',
593 'src/core/lib/surface/completion_queue.h',
594 'src/core/lib/surface/completion_queue_factory.h',
595 'src/core/lib/surface/event_string.h',
596 'src/core/lib/surface/init.h',
597 'src/core/lib/surface/lame_client.h',
598 'src/core/lib/surface/server.h',
599 'src/core/lib/surface/validate_metadata.h',
600 'src/core/lib/transport/bdp_estimator.h',
601 'src/core/lib/transport/byte_stream.h',
602 'src/core/lib/transport/connectivity_state.h',
603 'src/core/lib/transport/error_utils.h',
604 'src/core/lib/transport/http2_errors.h',
605 'src/core/lib/transport/metadata.h',
606 'src/core/lib/transport/metadata_batch.h',
607 'src/core/lib/transport/pid_controller.h',
608 'src/core/lib/transport/service_config.h',
609 'src/core/lib/transport/static_metadata.h',
610 'src/core/lib/transport/status_conversion.h',
611 'src/core/lib/transport/timeout_encoding.h',
612 'src/core/lib/transport/transport.h',
613 'src/core/lib/transport/transport_impl.h',
614 'src/core/lib/debug/trace.h',
615 'src/core/ext/transport/inproc/inproc_transport.h'
616 end
617
Muxi Yan46ee18b2018-01-05 16:01:16 -0800618 s.prepare_command = <<-END_OF_COMMAND
Muxi Yan9492a922018-01-21 15:18:04 -0800619 find src/cpp/ -type f -exec sed -E -i'.back' 's;#include "third_party/nanopb/(.*)";#include <nanopb/\\1>;g' {} \\\;
Muxi Yan46ee18b2018-01-05 16:01:16 -0800620 find src/cpp/ -name "*.back" -type f -delete
Muxi Yan9492a922018-01-21 15:18:04 -0800621 find src/core/ -regex ".*\.h" -type f -exec sed -E -i'.back' 's;#include "third_party/nanopb/(.*)";#include <nanopb/\\1>;g' {} \\\;
Muxi Yan46ee18b2018-01-05 16:01:16 -0800622 find src/core/ -name "*.back" -type f -delete
623 END_OF_COMMAND
624end