blob: f80dd3bfef08ae98c68a1fe7cb808d5747348c07 [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 Yan46ee18b2018-01-05 16:01:16 -080027 version = '0.0.1'
28 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
45 # Add include prefix `grpc++` (i.e. `#include <grpc++/xxx.h>`).
46 s.header_dir = 'grpc++'
47
48 s.pod_target_xcconfig = {
49 'HEADER_SEARCH_PATHS' => '"$(inherited)" "$(PODS_TARGET_SRCROOT)/include"',
50 'USER_HEADER_SEARCH_PATHS' => '"$(PODS_TARGET_SRCROOT)"',
51 'GCC_PREPROCESSOR_DEFINITIONS' => '"$(inherited)" "COCOAPODS=1" "PB_NO_PACKED_STRUCTS=1"',
52 'CLANG_WARN_STRICT_PROTOTYPES' => 'NO',
53 'CLANG_WARN_DOCUMENTATION_COMMENTS' => 'NO',
54
55 # If we don't set these two settings, `include/grpc/support/time.h` and
56 # `src/core/lib/support/string.h` shadow the system `<time.h>` and `<string.h>`, breaking the
57 # build.
58 'USE_HEADERMAP' => 'NO',
59 'ALWAYS_SEARCH_USER_PATHS' => 'NO',
60 }
61
62 s.libraries = 'c++'
63
64 s.default_subspecs = 'Interface', 'Implementation'
65
66 s.subspec 'Interface' do |ss|
67 ss.header_mappings_dir = 'include/grpc++'
68
69 ss.source_files = 'include/grpc++/alarm.h',
70 'include/grpc++/channel.h',
71 'include/grpc++/client_context.h',
72 'include/grpc++/completion_queue.h',
73 'include/grpc++/create_channel.h',
74 'include/grpc++/create_channel_posix.h',
75 'include/grpc++/ext/health_check_service_server_builder_option.h',
76 'include/grpc++/generic/async_generic_service.h',
77 'include/grpc++/generic/generic_stub.h',
78 'include/grpc++/grpc++.h',
79 'include/grpc++/health_check_service_interface.h',
80 'include/grpc++/impl/call.h',
81 'include/grpc++/impl/channel_argument_option.h',
82 'include/grpc++/impl/client_unary_call.h',
83 'include/grpc++/impl/codegen/core_codegen.h',
84 'include/grpc++/impl/grpc_library.h',
85 'include/grpc++/impl/method_handler_impl.h',
86 'include/grpc++/impl/rpc_method.h',
87 'include/grpc++/impl/rpc_service_method.h',
88 'include/grpc++/impl/serialization_traits.h',
89 'include/grpc++/impl/server_builder_option.h',
90 'include/grpc++/impl/server_builder_plugin.h',
91 'include/grpc++/impl/server_initializer.h',
92 'include/grpc++/impl/service_type.h',
93 'include/grpc++/resource_quota.h',
94 'include/grpc++/security/auth_context.h',
95 'include/grpc++/security/auth_metadata_processor.h',
96 'include/grpc++/security/credentials.h',
97 'include/grpc++/security/server_credentials.h',
98 'include/grpc++/server.h',
99 'include/grpc++/server_builder.h',
100 'include/grpc++/server_context.h',
101 'include/grpc++/server_posix.h',
102 'include/grpc++/support/async_stream.h',
103 'include/grpc++/support/async_unary_call.h',
104 'include/grpc++/support/byte_buffer.h',
105 'include/grpc++/support/channel_arguments.h',
106 'include/grpc++/support/config.h',
107 'include/grpc++/support/slice.h',
108 'include/grpc++/support/status.h',
109 'include/grpc++/support/status_code_enum.h',
110 'include/grpc++/support/string_ref.h',
111 'include/grpc++/support/stub_options.h',
112 'include/grpc++/support/sync_stream.h',
113 'include/grpc++/support/time.h',
Muxi Yan0e00c432018-01-26 15:39:32 -0800114 'include/grpcpp/alarm.h',
115 'include/grpcpp/channel.h',
116 'include/grpcpp/client_context.h',
117 'include/grpcpp/completion_queue.h',
118 'include/grpcpp/create_channel.h',
119 'include/grpcpp/create_channel_posix.h',
120 'include/grpcpp/ext/health_check_service_server_builder_option.h',
121 'include/grpcpp/generic/async_generic_service.h',
122 'include/grpcpp/generic/generic_stub.h',
123 'include/grpcpp/grpcpp.h',
124 'include/grpcpp/health_check_service_interface.h',
125 'include/grpcpp/impl/call.h',
126 'include/grpcpp/impl/channel_argument_option.h',
127 'include/grpcpp/impl/client_unary_call.h',
128 'include/grpcpp/impl/codegen/core_codegen.h',
129 'include/grpcpp/impl/grpc_library.h',
130 'include/grpcpp/impl/method_handler_impl.h',
131 'include/grpcpp/impl/rpc_method.h',
132 'include/grpcpp/impl/rpc_service_method.h',
133 'include/grpcpp/impl/serialization_traits.h',
134 'include/grpcpp/impl/server_builder_option.h',
135 'include/grpcpp/impl/server_builder_plugin.h',
136 'include/grpcpp/impl/server_initializer.h',
137 'include/grpcpp/impl/service_type.h',
138 'include/grpcpp/resource_quota.h',
139 'include/grpcpp/security/auth_context.h',
140 'include/grpcpp/security/auth_metadata_processor.h',
141 'include/grpcpp/security/credentials.h',
142 'include/grpcpp/security/server_credentials.h',
143 'include/grpcpp/server.h',
144 'include/grpcpp/server_builder.h',
145 'include/grpcpp/server_context.h',
146 'include/grpcpp/server_posix.h',
147 'include/grpcpp/support/async_stream.h',
148 'include/grpcpp/support/async_unary_call.h',
149 'include/grpcpp/support/byte_buffer.h',
150 'include/grpcpp/support/channel_arguments.h',
151 'include/grpcpp/support/config.h',
152 'include/grpcpp/support/slice.h',
153 'include/grpcpp/support/status.h',
154 'include/grpcpp/support/status_code_enum.h',
155 'include/grpcpp/support/string_ref.h',
156 'include/grpcpp/support/stub_options.h',
157 'include/grpcpp/support/sync_stream.h',
158 'include/grpcpp/support/time.h',
Muxi Yan46ee18b2018-01-05 16:01:16 -0800159 'include/grpc++/impl/codegen/async_stream.h',
160 'include/grpc++/impl/codegen/async_unary_call.h',
161 'include/grpc++/impl/codegen/byte_buffer.h',
162 'include/grpc++/impl/codegen/call.h',
163 'include/grpc++/impl/codegen/call_hook.h',
164 'include/grpc++/impl/codegen/channel_interface.h',
165 'include/grpc++/impl/codegen/client_context.h',
166 'include/grpc++/impl/codegen/client_unary_call.h',
167 'include/grpc++/impl/codegen/completion_queue.h',
168 'include/grpc++/impl/codegen/completion_queue_tag.h',
169 'include/grpc++/impl/codegen/config.h',
170 'include/grpc++/impl/codegen/core_codegen_interface.h',
171 'include/grpc++/impl/codegen/create_auth_context.h',
172 'include/grpc++/impl/codegen/grpc_library.h',
173 'include/grpc++/impl/codegen/metadata_map.h',
174 'include/grpc++/impl/codegen/method_handler_impl.h',
175 'include/grpc++/impl/codegen/rpc_method.h',
176 'include/grpc++/impl/codegen/rpc_service_method.h',
177 'include/grpc++/impl/codegen/security/auth_context.h',
178 'include/grpc++/impl/codegen/serialization_traits.h',
179 'include/grpc++/impl/codegen/server_context.h',
180 'include/grpc++/impl/codegen/server_interface.h',
181 'include/grpc++/impl/codegen/service_type.h',
182 'include/grpc++/impl/codegen/slice.h',
183 'include/grpc++/impl/codegen/status.h',
184 'include/grpc++/impl/codegen/status_code_enum.h',
185 'include/grpc++/impl/codegen/string_ref.h',
186 'include/grpc++/impl/codegen/stub_options.h',
187 'include/grpc++/impl/codegen/sync_stream.h',
Muxi Yan0e00c432018-01-26 15:39:32 -0800188 'include/grpc++/impl/codegen/time.h',
189 'include/grpcpp/impl/codegen/async_stream.h',
190 'include/grpcpp/impl/codegen/async_unary_call.h',
191 'include/grpcpp/impl/codegen/byte_buffer.h',
192 'include/grpcpp/impl/codegen/call.h',
193 'include/grpcpp/impl/codegen/call_hook.h',
194 'include/grpcpp/impl/codegen/channel_interface.h',
195 'include/grpcpp/impl/codegen/client_context.h',
196 'include/grpcpp/impl/codegen/client_unary_call.h',
197 'include/grpcpp/impl/codegen/completion_queue.h',
198 'include/grpcpp/impl/codegen/completion_queue_tag.h',
199 'include/grpcpp/impl/codegen/config.h',
200 'include/grpcpp/impl/codegen/core_codegen_interface.h',
201 'include/grpcpp/impl/codegen/create_auth_context.h',
202 'include/grpcpp/impl/codegen/grpc_library.h',
203 'include/grpcpp/impl/codegen/metadata_map.h',
204 'include/grpcpp/impl/codegen/method_handler_impl.h',
205 'include/grpcpp/impl/codegen/rpc_method.h',
206 'include/grpcpp/impl/codegen/rpc_service_method.h',
207 'include/grpcpp/impl/codegen/security/auth_context.h',
208 'include/grpcpp/impl/codegen/serialization_traits.h',
209 'include/grpcpp/impl/codegen/server_context.h',
210 'include/grpcpp/impl/codegen/server_interface.h',
211 'include/grpcpp/impl/codegen/service_type.h',
212 'include/grpcpp/impl/codegen/slice.h',
213 'include/grpcpp/impl/codegen/status.h',
214 'include/grpcpp/impl/codegen/status_code_enum.h',
215 'include/grpcpp/impl/codegen/string_ref.h',
216 'include/grpcpp/impl/codegen/stub_options.h',
217 'include/grpcpp/impl/codegen/sync_stream.h',
218 'include/grpcpp/impl/codegen/time.h'
Muxi Yan46ee18b2018-01-05 16:01:16 -0800219 end
220
221 s.subspec 'Implementation' do |ss|
222 ss.header_mappings_dir = '.'
223 ss.dependency "#{s.name}/Interface", version
224 ss.dependency 'gRPC-Core', grpc_version
225 ss.dependency 'nanopb', '~> 0.3'
226
227 ss.source_files = 'include/grpc++/impl/codegen/core_codegen.h',
Muxi Yan0e00c432018-01-26 15:39:32 -0800228 'include/grpcpp/impl/codegen/core_codegen.h',
Muxi Yan46ee18b2018-01-05 16:01:16 -0800229 'src/cpp/client/secure_credentials.h',
230 'src/cpp/common/secure_auth_context.h',
231 'src/cpp/server/secure_server_credentials.h',
232 'src/cpp/client/create_channel_internal.h',
233 'src/cpp/common/channel_filter.h',
234 'src/cpp/server/dynamic_thread_pool.h',
235 'src/cpp/server/health/default_health_check_service.h',
236 'src/cpp/server/health/health.pb.h',
237 'src/cpp/server/thread_pool_interface.h',
238 'src/cpp/thread_manager/thread_manager.h',
239 'src/cpp/client/insecure_credentials.cc',
240 'src/cpp/client/secure_credentials.cc',
241 'src/cpp/common/auth_property_iterator.cc',
242 'src/cpp/common/secure_auth_context.cc',
243 'src/cpp/common/secure_channel_arguments.cc',
244 'src/cpp/common/secure_create_auth_context.cc',
245 'src/cpp/server/insecure_server_credentials.cc',
246 'src/cpp/server/secure_server_credentials.cc',
247 'src/cpp/client/channel_cc.cc',
248 'src/cpp/client/client_context.cc',
249 'src/cpp/client/create_channel.cc',
250 'src/cpp/client/create_channel_internal.cc',
251 'src/cpp/client/create_channel_posix.cc',
252 'src/cpp/client/credentials_cc.cc',
253 'src/cpp/client/generic_stub.cc',
Vijay Pai9494a9d2018-02-02 09:32:10 -0800254 'src/cpp/common/alarm.cc',
Muxi Yan46ee18b2018-01-05 16:01:16 -0800255 'src/cpp/common/channel_arguments.cc',
256 'src/cpp/common/channel_filter.cc',
257 'src/cpp/common/completion_queue_cc.cc',
258 'src/cpp/common/core_codegen.cc',
259 'src/cpp/common/resource_quota_cc.cc',
260 'src/cpp/common/rpc_method.cc',
261 'src/cpp/common/version_cc.cc',
262 'src/cpp/server/async_generic_service.cc',
263 'src/cpp/server/channel_argument_option.cc',
264 'src/cpp/server/create_default_thread_pool.cc',
265 'src/cpp/server/dynamic_thread_pool.cc',
266 'src/cpp/server/health/default_health_check_service.cc',
267 'src/cpp/server/health/health.pb.c',
268 'src/cpp/server/health/health_check_service.cc',
269 'src/cpp/server/health/health_check_service_server_builder_option.cc',
270 'src/cpp/server/server_builder.cc',
271 'src/cpp/server/server_cc.cc',
272 'src/cpp/server/server_context.cc',
273 'src/cpp/server/server_credentials.cc',
274 'src/cpp/server/server_posix.cc',
275 'src/cpp/thread_manager/thread_manager.cc',
276 'src/cpp/util/byte_buffer_cc.cc',
277 'src/cpp/util/slice_cc.cc',
278 'src/cpp/util/status.cc',
279 'src/cpp/util/string_ref.cc',
280 'src/cpp/util/time_cc.cc',
281 'src/cpp/codegen/codegen_init.cc',
Muxi Yan9492a922018-01-21 15:18:04 -0800282 'src/core/lib/gpr/arena.h',
283 'src/core/lib/gpr/env.h',
284 'src/core/lib/gpr/fork.h',
Vijay Paiae376bf2018-01-25 22:54:02 -0800285 'src/core/lib/gpr/host_port.h',
Muxi Yan9492a922018-01-21 15:18:04 -0800286 'src/core/lib/gpr/mpscq.h',
287 'src/core/lib/gpr/murmur_hash.h',
288 'src/core/lib/gpr/spinlock.h',
289 'src/core/lib/gpr/string.h',
290 'src/core/lib/gpr/string_windows.h',
Vijay Paic7456902018-02-12 10:28:24 -0800291 'src/core/lib/gpr/thd.h',
Muxi Yan9492a922018-01-21 15:18:04 -0800292 'src/core/lib/gpr/time_precise.h',
Vijay Paib6cf1232018-01-25 21:02:26 -0800293 'src/core/lib/gpr/tls.h',
294 'src/core/lib/gpr/tls_gcc.h',
295 'src/core/lib/gpr/tls_msvc.h',
296 'src/core/lib/gpr/tls_pthread.h',
Muxi Yan9492a922018-01-21 15:18:04 -0800297 'src/core/lib/gpr/tmpfile.h',
Vijay Paid4d0a302018-01-25 13:24:03 -0800298 'src/core/lib/gpr/useful.h',
Muxi Yan9492a922018-01-21 15:18:04 -0800299 'src/core/lib/gprpp/abstract.h',
300 'src/core/lib/gprpp/atomic.h',
301 'src/core/lib/gprpp/atomic_with_atm.h',
302 'src/core/lib/gprpp/atomic_with_std.h',
303 'src/core/lib/gprpp/manual_constructor.h',
304 'src/core/lib/gprpp/memory.h',
Muxi Yan46ee18b2018-01-05 16:01:16 -0800305 'src/core/lib/profiling/timers.h',
Muxi Yan46ee18b2018-01-05 16:01:16 -0800306 'src/core/ext/transport/chttp2/transport/bin_decoder.h',
307 'src/core/ext/transport/chttp2/transport/bin_encoder.h',
308 'src/core/ext/transport/chttp2/transport/chttp2_transport.h',
309 'src/core/ext/transport/chttp2/transport/flow_control.h',
310 'src/core/ext/transport/chttp2/transport/frame.h',
311 'src/core/ext/transport/chttp2/transport/frame_data.h',
312 'src/core/ext/transport/chttp2/transport/frame_goaway.h',
313 'src/core/ext/transport/chttp2/transport/frame_ping.h',
314 'src/core/ext/transport/chttp2/transport/frame_rst_stream.h',
315 'src/core/ext/transport/chttp2/transport/frame_settings.h',
316 'src/core/ext/transport/chttp2/transport/frame_window_update.h',
317 'src/core/ext/transport/chttp2/transport/hpack_encoder.h',
318 'src/core/ext/transport/chttp2/transport/hpack_parser.h',
319 'src/core/ext/transport/chttp2/transport/hpack_table.h',
320 'src/core/ext/transport/chttp2/transport/http2_settings.h',
321 'src/core/ext/transport/chttp2/transport/huffsyms.h',
322 'src/core/ext/transport/chttp2/transport/incoming_metadata.h',
323 'src/core/ext/transport/chttp2/transport/internal.h',
324 'src/core/ext/transport/chttp2/transport/stream_map.h',
325 'src/core/ext/transport/chttp2/transport/varint.h',
326 'src/core/ext/transport/chttp2/alpn/alpn.h',
327 'src/core/ext/filters/http/client/http_client_filter.h',
328 'src/core/ext/filters/http/message_compress/message_compress_filter.h',
329 'src/core/ext/filters/http/server/http_server_filter.h',
330 'src/core/lib/security/context/security_context.h',
331 'src/core/lib/security/credentials/composite/composite_credentials.h',
332 'src/core/lib/security/credentials/credentials.h',
333 'src/core/lib/security/credentials/fake/fake_credentials.h',
334 'src/core/lib/security/credentials/google_default/google_default_credentials.h',
335 'src/core/lib/security/credentials/iam/iam_credentials.h',
336 'src/core/lib/security/credentials/jwt/json_token.h',
337 'src/core/lib/security/credentials/jwt/jwt_credentials.h',
338 'src/core/lib/security/credentials/jwt/jwt_verifier.h',
339 'src/core/lib/security/credentials/oauth2/oauth2_credentials.h',
340 'src/core/lib/security/credentials/plugin/plugin_credentials.h',
341 'src/core/lib/security/credentials/ssl/ssl_credentials.h',
Yihua Zhang75f0a9f2018-02-20 10:09:47 -0800342 'src/core/lib/security/security_connector/security_connector.h',
Muxi Yan46ee18b2018-01-05 16:01:16 -0800343 'src/core/lib/security/transport/auth_filters.h',
344 'src/core/lib/security/transport/lb_targets_info.h',
345 'src/core/lib/security/transport/secure_endpoint.h',
Muxi Yan46ee18b2018-01-05 16:01:16 -0800346 'src/core/lib/security/transport/security_handshaker.h',
347 'src/core/lib/security/transport/tsi_error.h',
348 'src/core/lib/security/util/json_util.h',
Mehrdad Afshari1732fc02018-01-26 12:35:41 -0800349 'src/core/tsi/alts_transport_security.h',
Muxi Yan46ee18b2018-01-05 16:01:16 -0800350 'src/core/tsi/fake_transport_security.h',
Muxi Yan46ee18b2018-01-05 16:01:16 -0800351 'src/core/tsi/ssl_transport_security.h',
352 'src/core/tsi/ssl_types.h',
353 'src/core/tsi/transport_security_grpc.h',
354 'src/core/tsi/transport_security.h',
355 'src/core/tsi/transport_security_adapter.h',
356 'src/core/tsi/transport_security_interface.h',
357 'src/core/ext/transport/chttp2/server/chttp2_server.h',
358 'src/core/ext/filters/client_channel/backup_poller.h',
359 'src/core/ext/filters/client_channel/client_channel.h',
360 'src/core/ext/filters/client_channel/client_channel_factory.h',
361 'src/core/ext/filters/client_channel/connector.h',
362 'src/core/ext/filters/client_channel/http_connect_handshaker.h',
363 'src/core/ext/filters/client_channel/http_proxy.h',
364 'src/core/ext/filters/client_channel/lb_policy.h',
365 'src/core/ext/filters/client_channel/lb_policy_factory.h',
366 'src/core/ext/filters/client_channel/lb_policy_registry.h',
367 'src/core/ext/filters/client_channel/parse_address.h',
368 'src/core/ext/filters/client_channel/proxy_mapper.h',
369 'src/core/ext/filters/client_channel/proxy_mapper_registry.h',
370 'src/core/ext/filters/client_channel/resolver.h',
371 'src/core/ext/filters/client_channel/resolver_factory.h',
372 'src/core/ext/filters/client_channel/resolver_registry.h',
373 'src/core/ext/filters/client_channel/retry_throttle.h',
374 'src/core/ext/filters/client_channel/subchannel.h',
375 'src/core/ext/filters/client_channel/subchannel_index.h',
376 'src/core/ext/filters/client_channel/uri_parser.h',
377 'src/core/ext/filters/deadline/deadline_filter.h',
378 'src/core/ext/transport/chttp2/client/chttp2_connector.h',
379 'src/core/ext/transport/inproc/inproc_transport.h',
Vijay Pai8f4fbb12018-02-08 10:04:08 -0800380 'src/core/lib/avl/avl.h',
Muxi Yan46ee18b2018-01-05 16:01:16 -0800381 'src/core/lib/backoff/backoff.h',
382 'src/core/lib/channel/channel_args.h',
383 'src/core/lib/channel/channel_stack.h',
384 'src/core/lib/channel/channel_stack_builder.h',
385 'src/core/lib/channel/connected_channel.h',
386 'src/core/lib/channel/context.h',
387 'src/core/lib/channel/handshaker.h',
388 'src/core/lib/channel/handshaker_factory.h',
389 'src/core/lib/channel/handshaker_registry.h',
390 'src/core/lib/compression/algorithm_metadata.h',
Muxi Yan5cb25e72018-01-24 16:16:52 -0800391 'src/core/lib/compression/compression_internal.h',
Muxi Yan46ee18b2018-01-05 16:01:16 -0800392 'src/core/lib/compression/message_compress.h',
393 'src/core/lib/compression/stream_compression.h',
394 'src/core/lib/compression/stream_compression_gzip.h',
395 'src/core/lib/compression/stream_compression_identity.h',
396 'src/core/lib/debug/stats.h',
397 'src/core/lib/debug/stats_data.h',
Muxi Yan9492a922018-01-21 15:18:04 -0800398 'src/core/lib/gprpp/debug_location.h',
399 'src/core/lib/gprpp/inlined_vector.h',
400 'src/core/lib/gprpp/orphanable.h',
401 'src/core/lib/gprpp/ref_counted.h',
402 'src/core/lib/gprpp/ref_counted_ptr.h',
Muxi Yan46ee18b2018-01-05 16:01:16 -0800403 'src/core/lib/http/format_request.h',
404 'src/core/lib/http/httpcli.h',
405 'src/core/lib/http/parser.h',
406 'src/core/lib/iomgr/block_annotate.h',
407 'src/core/lib/iomgr/call_combiner.h',
408 'src/core/lib/iomgr/closure.h',
409 'src/core/lib/iomgr/combiner.h',
410 'src/core/lib/iomgr/endpoint.h',
411 'src/core/lib/iomgr/endpoint_pair.h',
412 'src/core/lib/iomgr/error.h',
413 'src/core/lib/iomgr/error_internal.h',
414 'src/core/lib/iomgr/ev_epoll1_linux.h',
415 'src/core/lib/iomgr/ev_epollex_linux.h',
416 'src/core/lib/iomgr/ev_epollsig_linux.h',
417 'src/core/lib/iomgr/ev_poll_posix.h',
418 'src/core/lib/iomgr/ev_posix.h',
419 'src/core/lib/iomgr/exec_ctx.h',
420 'src/core/lib/iomgr/executor.h',
421 'src/core/lib/iomgr/gethostname.h',
422 'src/core/lib/iomgr/iocp_windows.h',
423 'src/core/lib/iomgr/iomgr.h',
424 'src/core/lib/iomgr/iomgr_internal.h',
425 'src/core/lib/iomgr/iomgr_posix.h',
426 'src/core/lib/iomgr/iomgr_uv.h',
427 'src/core/lib/iomgr/is_epollexclusive_available.h',
428 'src/core/lib/iomgr/load_file.h',
429 'src/core/lib/iomgr/lockfree_event.h',
430 'src/core/lib/iomgr/nameser.h',
431 'src/core/lib/iomgr/network_status_tracker.h',
432 'src/core/lib/iomgr/polling_entity.h',
433 'src/core/lib/iomgr/pollset.h',
434 'src/core/lib/iomgr/pollset_set.h',
435 'src/core/lib/iomgr/pollset_set_windows.h',
436 'src/core/lib/iomgr/pollset_uv.h',
437 'src/core/lib/iomgr/pollset_windows.h',
438 'src/core/lib/iomgr/port.h',
439 'src/core/lib/iomgr/resolve_address.h',
440 'src/core/lib/iomgr/resource_quota.h',
441 'src/core/lib/iomgr/sockaddr.h',
442 'src/core/lib/iomgr/sockaddr_posix.h',
443 'src/core/lib/iomgr/sockaddr_utils.h',
444 'src/core/lib/iomgr/sockaddr_windows.h',
445 'src/core/lib/iomgr/socket_factory_posix.h',
446 'src/core/lib/iomgr/socket_mutator.h',
447 'src/core/lib/iomgr/socket_utils.h',
448 'src/core/lib/iomgr/socket_utils_posix.h',
449 'src/core/lib/iomgr/socket_windows.h',
450 'src/core/lib/iomgr/sys_epoll_wrapper.h',
451 'src/core/lib/iomgr/tcp_client.h',
452 'src/core/lib/iomgr/tcp_client_posix.h',
453 'src/core/lib/iomgr/tcp_posix.h',
454 'src/core/lib/iomgr/tcp_server.h',
455 'src/core/lib/iomgr/tcp_server_utils_posix.h',
456 'src/core/lib/iomgr/tcp_uv.h',
457 'src/core/lib/iomgr/tcp_windows.h',
458 'src/core/lib/iomgr/time_averaged_stats.h',
459 'src/core/lib/iomgr/timer.h',
460 'src/core/lib/iomgr/timer_generic.h',
461 'src/core/lib/iomgr/timer_heap.h',
462 'src/core/lib/iomgr/timer_manager.h',
463 'src/core/lib/iomgr/timer_uv.h',
464 'src/core/lib/iomgr/udp_server.h',
465 'src/core/lib/iomgr/unix_sockets_posix.h',
466 'src/core/lib/iomgr/wakeup_fd_cv.h',
467 'src/core/lib/iomgr/wakeup_fd_pipe.h',
468 'src/core/lib/iomgr/wakeup_fd_posix.h',
469 'src/core/lib/json/json.h',
470 'src/core/lib/json/json_common.h',
471 'src/core/lib/json/json_reader.h',
472 'src/core/lib/json/json_writer.h',
473 'src/core/lib/slice/b64.h',
474 'src/core/lib/slice/percent_encoding.h',
475 'src/core/lib/slice/slice_hash_table.h',
476 'src/core/lib/slice/slice_internal.h',
477 'src/core/lib/slice/slice_string_helpers.h',
Muxi Yan46ee18b2018-01-05 16:01:16 -0800478 'src/core/lib/surface/api_trace.h',
479 'src/core/lib/surface/call.h',
480 'src/core/lib/surface/call_test_only.h',
481 'src/core/lib/surface/channel.h',
482 'src/core/lib/surface/channel_init.h',
483 'src/core/lib/surface/channel_stack_type.h',
484 'src/core/lib/surface/completion_queue.h',
485 'src/core/lib/surface/completion_queue_factory.h',
486 'src/core/lib/surface/event_string.h',
487 'src/core/lib/surface/init.h',
488 'src/core/lib/surface/lame_client.h',
489 'src/core/lib/surface/server.h',
490 'src/core/lib/surface/validate_metadata.h',
491 'src/core/lib/transport/bdp_estimator.h',
492 'src/core/lib/transport/byte_stream.h',
493 'src/core/lib/transport/connectivity_state.h',
494 'src/core/lib/transport/error_utils.h',
495 'src/core/lib/transport/http2_errors.h',
496 'src/core/lib/transport/metadata.h',
497 'src/core/lib/transport/metadata_batch.h',
498 'src/core/lib/transport/pid_controller.h',
499 'src/core/lib/transport/service_config.h',
500 'src/core/lib/transport/static_metadata.h',
501 'src/core/lib/transport/status_conversion.h',
502 'src/core/lib/transport/timeout_encoding.h',
503 'src/core/lib/transport/transport.h',
504 'src/core/lib/transport/transport_impl.h',
505 'src/core/lib/debug/trace.h',
506 'src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h',
507 'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h',
508 'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h',
509 'src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h',
510 'src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h',
511 'src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h',
512 'src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h',
513 'src/core/ext/filters/client_channel/lb_policy/subchannel_list.h',
514 'src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h',
515 'src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h',
516 'src/core/ext/filters/load_reporting/server_load_reporting_filter.h',
517 'src/core/ext/filters/load_reporting/server_load_reporting_plugin.h',
518 'src/core/ext/filters/max_age/max_age_filter.h',
519 'src/core/ext/filters/message_size/message_size_filter.h',
520 'src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h',
521 'src/core/ext/filters/workarounds/workaround_utils.h'
522
523 ss.private_header_files = 'include/grpc++/impl/codegen/core_codegen.h',
Muxi Yan0e00c432018-01-26 15:39:32 -0800524 'include/grpcpp/impl/codegen/core_codegen.h',
Muxi Yan46ee18b2018-01-05 16:01:16 -0800525 'src/cpp/client/secure_credentials.h',
526 'src/cpp/common/secure_auth_context.h',
527 'src/cpp/server/secure_server_credentials.h',
528 'src/cpp/client/create_channel_internal.h',
529 'src/cpp/common/channel_filter.h',
530 'src/cpp/server/dynamic_thread_pool.h',
531 'src/cpp/server/health/default_health_check_service.h',
532 'src/cpp/server/health/health.pb.h',
533 'src/cpp/server/thread_pool_interface.h',
534 'src/cpp/thread_manager/thread_manager.h',
Muxi Yan9492a922018-01-21 15:18:04 -0800535 'src/core/lib/gpr/arena.h',
536 'src/core/lib/gpr/env.h',
537 'src/core/lib/gpr/fork.h',
Vijay Paiae376bf2018-01-25 22:54:02 -0800538 'src/core/lib/gpr/host_port.h',
Muxi Yan9492a922018-01-21 15:18:04 -0800539 'src/core/lib/gpr/mpscq.h',
540 'src/core/lib/gpr/murmur_hash.h',
541 'src/core/lib/gpr/spinlock.h',
542 'src/core/lib/gpr/string.h',
543 'src/core/lib/gpr/string_windows.h',
Vijay Paic7456902018-02-12 10:28:24 -0800544 'src/core/lib/gpr/thd.h',
Muxi Yan9492a922018-01-21 15:18:04 -0800545 'src/core/lib/gpr/time_precise.h',
Vijay Paib6cf1232018-01-25 21:02:26 -0800546 'src/core/lib/gpr/tls.h',
547 'src/core/lib/gpr/tls_gcc.h',
548 'src/core/lib/gpr/tls_msvc.h',
549 'src/core/lib/gpr/tls_pthread.h',
Muxi Yan9492a922018-01-21 15:18:04 -0800550 'src/core/lib/gpr/tmpfile.h',
Vijay Paid4d0a302018-01-25 13:24:03 -0800551 'src/core/lib/gpr/useful.h',
Muxi Yan9492a922018-01-21 15:18:04 -0800552 'src/core/lib/gprpp/abstract.h',
553 'src/core/lib/gprpp/atomic.h',
554 'src/core/lib/gprpp/atomic_with_atm.h',
555 'src/core/lib/gprpp/atomic_with_std.h',
556 'src/core/lib/gprpp/manual_constructor.h',
557 'src/core/lib/gprpp/memory.h',
Muxi Yan46ee18b2018-01-05 16:01:16 -0800558 'src/core/lib/profiling/timers.h',
Vijay Pai8f4fbb12018-02-08 10:04:08 -0800559 'src/core/lib/avl/avl.h',
Muxi Yan46ee18b2018-01-05 16:01:16 -0800560 'src/core/lib/backoff/backoff.h',
561 'src/core/lib/channel/channel_args.h',
562 'src/core/lib/channel/channel_stack.h',
563 'src/core/lib/channel/channel_stack_builder.h',
564 'src/core/lib/channel/connected_channel.h',
565 'src/core/lib/channel/context.h',
566 'src/core/lib/channel/handshaker.h',
567 'src/core/lib/channel/handshaker_factory.h',
568 'src/core/lib/channel/handshaker_registry.h',
569 'src/core/lib/compression/algorithm_metadata.h',
Muxi Yan5cb25e72018-01-24 16:16:52 -0800570 'src/core/lib/compression/compression_internal.h',
Muxi Yan46ee18b2018-01-05 16:01:16 -0800571 'src/core/lib/compression/message_compress.h',
572 'src/core/lib/compression/stream_compression.h',
573 'src/core/lib/compression/stream_compression_gzip.h',
574 'src/core/lib/compression/stream_compression_identity.h',
575 'src/core/lib/debug/stats.h',
576 'src/core/lib/debug/stats_data.h',
Muxi Yan9492a922018-01-21 15:18:04 -0800577 'src/core/lib/gprpp/debug_location.h',
578 'src/core/lib/gprpp/inlined_vector.h',
579 'src/core/lib/gprpp/orphanable.h',
580 'src/core/lib/gprpp/ref_counted.h',
581 'src/core/lib/gprpp/ref_counted_ptr.h',
Muxi Yan46ee18b2018-01-05 16:01:16 -0800582 'src/core/lib/http/format_request.h',
583 'src/core/lib/http/httpcli.h',
584 'src/core/lib/http/parser.h',
585 'src/core/lib/iomgr/block_annotate.h',
586 'src/core/lib/iomgr/call_combiner.h',
587 'src/core/lib/iomgr/closure.h',
588 'src/core/lib/iomgr/combiner.h',
589 'src/core/lib/iomgr/endpoint.h',
590 'src/core/lib/iomgr/endpoint_pair.h',
591 'src/core/lib/iomgr/error.h',
592 'src/core/lib/iomgr/error_internal.h',
593 'src/core/lib/iomgr/ev_epoll1_linux.h',
594 'src/core/lib/iomgr/ev_epollex_linux.h',
595 'src/core/lib/iomgr/ev_epollsig_linux.h',
596 'src/core/lib/iomgr/ev_poll_posix.h',
597 'src/core/lib/iomgr/ev_posix.h',
598 'src/core/lib/iomgr/exec_ctx.h',
599 'src/core/lib/iomgr/executor.h',
600 'src/core/lib/iomgr/gethostname.h',
601 'src/core/lib/iomgr/iocp_windows.h',
602 'src/core/lib/iomgr/iomgr.h',
603 'src/core/lib/iomgr/iomgr_internal.h',
604 'src/core/lib/iomgr/iomgr_posix.h',
605 'src/core/lib/iomgr/iomgr_uv.h',
606 'src/core/lib/iomgr/is_epollexclusive_available.h',
607 'src/core/lib/iomgr/load_file.h',
608 'src/core/lib/iomgr/lockfree_event.h',
609 'src/core/lib/iomgr/nameser.h',
610 'src/core/lib/iomgr/network_status_tracker.h',
611 'src/core/lib/iomgr/polling_entity.h',
612 'src/core/lib/iomgr/pollset.h',
613 'src/core/lib/iomgr/pollset_set.h',
614 'src/core/lib/iomgr/pollset_set_windows.h',
615 'src/core/lib/iomgr/pollset_uv.h',
616 'src/core/lib/iomgr/pollset_windows.h',
617 'src/core/lib/iomgr/port.h',
618 'src/core/lib/iomgr/resolve_address.h',
619 'src/core/lib/iomgr/resource_quota.h',
620 'src/core/lib/iomgr/sockaddr.h',
621 'src/core/lib/iomgr/sockaddr_posix.h',
622 'src/core/lib/iomgr/sockaddr_utils.h',
623 'src/core/lib/iomgr/sockaddr_windows.h',
624 'src/core/lib/iomgr/socket_factory_posix.h',
625 'src/core/lib/iomgr/socket_mutator.h',
626 'src/core/lib/iomgr/socket_utils.h',
627 'src/core/lib/iomgr/socket_utils_posix.h',
628 'src/core/lib/iomgr/socket_windows.h',
629 'src/core/lib/iomgr/sys_epoll_wrapper.h',
630 'src/core/lib/iomgr/tcp_client.h',
631 'src/core/lib/iomgr/tcp_client_posix.h',
632 'src/core/lib/iomgr/tcp_posix.h',
633 'src/core/lib/iomgr/tcp_server.h',
634 'src/core/lib/iomgr/tcp_server_utils_posix.h',
635 'src/core/lib/iomgr/tcp_uv.h',
636 'src/core/lib/iomgr/tcp_windows.h',
637 'src/core/lib/iomgr/time_averaged_stats.h',
638 'src/core/lib/iomgr/timer.h',
639 'src/core/lib/iomgr/timer_generic.h',
640 'src/core/lib/iomgr/timer_heap.h',
641 'src/core/lib/iomgr/timer_manager.h',
642 'src/core/lib/iomgr/timer_uv.h',
643 'src/core/lib/iomgr/udp_server.h',
644 'src/core/lib/iomgr/unix_sockets_posix.h',
645 'src/core/lib/iomgr/wakeup_fd_cv.h',
646 'src/core/lib/iomgr/wakeup_fd_pipe.h',
647 'src/core/lib/iomgr/wakeup_fd_posix.h',
648 'src/core/lib/json/json.h',
649 'src/core/lib/json/json_common.h',
650 'src/core/lib/json/json_reader.h',
651 'src/core/lib/json/json_writer.h',
652 'src/core/lib/slice/b64.h',
653 'src/core/lib/slice/percent_encoding.h',
654 'src/core/lib/slice/slice_hash_table.h',
655 'src/core/lib/slice/slice_internal.h',
656 'src/core/lib/slice/slice_string_helpers.h',
Muxi Yan46ee18b2018-01-05 16:01:16 -0800657 'src/core/lib/surface/api_trace.h',
658 'src/core/lib/surface/call.h',
659 'src/core/lib/surface/call_test_only.h',
660 'src/core/lib/surface/channel.h',
661 'src/core/lib/surface/channel_init.h',
662 'src/core/lib/surface/channel_stack_type.h',
663 'src/core/lib/surface/completion_queue.h',
664 'src/core/lib/surface/completion_queue_factory.h',
665 'src/core/lib/surface/event_string.h',
666 'src/core/lib/surface/init.h',
667 'src/core/lib/surface/lame_client.h',
668 'src/core/lib/surface/server.h',
669 'src/core/lib/surface/validate_metadata.h',
670 'src/core/lib/transport/bdp_estimator.h',
671 'src/core/lib/transport/byte_stream.h',
672 'src/core/lib/transport/connectivity_state.h',
673 'src/core/lib/transport/error_utils.h',
674 'src/core/lib/transport/http2_errors.h',
675 'src/core/lib/transport/metadata.h',
676 'src/core/lib/transport/metadata_batch.h',
677 'src/core/lib/transport/pid_controller.h',
678 'src/core/lib/transport/service_config.h',
679 'src/core/lib/transport/static_metadata.h',
680 'src/core/lib/transport/status_conversion.h',
681 'src/core/lib/transport/timeout_encoding.h',
682 'src/core/lib/transport/transport.h',
683 'src/core/lib/transport/transport_impl.h',
684 'src/core/lib/debug/trace.h',
685 'src/core/ext/transport/inproc/inproc_transport.h'
686 end
687
688 s.subspec 'Tests' do |ss|
689 ss.header_mappings_dir = '.'
690
691 ss.dependency "#{s.name}/Interface", version
692 ss.dependency "#{s.name}/Implementation", version
693 ss.dependency "gRPC-Core/Tests", grpc_version
694
695 ss.source_files = 'test/cpp/util/create_test_channel.cc',
696 'test/cpp/util/string_ref_helper.cc',
697 'test/cpp/util/subprocess.cc',
698 'test/cpp/util/test_credentials_provider.cc',
699 'test/cpp/util/create_test_channel.h',
700 'test/cpp/util/string_ref_helper.h',
701 'test/cpp/util/subprocess.h',
702 'test/cpp/util/test_credentials_provider.h',
703 'test/core/util/test_config.h',
704 'test/core/end2end/data/ssl_test_data.h',
705 'test/core/security/oauth2_utils.h',
706 'src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h',
707 'test/core/end2end/cq_verifier.h',
708 'test/core/end2end/fixtures/http_proxy_fixture.h',
709 'test/core/end2end/fixtures/proxy.h',
710 'test/core/iomgr/endpoint_tests.h',
711 'test/core/util/debugger_macros.h',
712 'test/core/util/grpc_profiler.h',
713 'test/core/util/histogram.h',
714 'test/core/util/memory_counters.h',
715 'test/core/util/mock_endpoint.h',
716 'test/core/util/parse_hexstring.h',
717 'test/core/util/passthru_endpoint.h',
718 'test/core/util/port.h',
719 'test/core/util/port_server_client.h',
720 'test/core/util/slice_splitter.h',
Vijay Pai8a99fdb2018-01-25 15:38:20 -0800721 'test/core/util/subprocess.h',
Muxi Yan46ee18b2018-01-05 16:01:16 -0800722 'test/core/util/tracer_util.h',
723 'test/core/util/trickle_endpoint.h',
Vijay Pai80e23d12018-01-25 21:50:18 -0800724 'test/core/util/cmdline.h',
725 'src/core/lib/gpr/arena.h',
726 'src/core/lib/gpr/env.h',
727 'src/core/lib/gpr/fork.h',
Vijay Pai573717b2018-02-08 10:21:11 -0800728 'src/core/lib/gpr/host_port.h',
Vijay Pai80e23d12018-01-25 21:50:18 -0800729 'src/core/lib/gpr/mpscq.h',
730 'src/core/lib/gpr/murmur_hash.h',
731 'src/core/lib/gpr/spinlock.h',
732 'src/core/lib/gpr/string.h',
733 'src/core/lib/gpr/string_windows.h',
Vijay Paic7456902018-02-12 10:28:24 -0800734 'src/core/lib/gpr/thd.h',
Vijay Pai80e23d12018-01-25 21:50:18 -0800735 'src/core/lib/gpr/time_precise.h',
Vijay Pai0693b722018-02-08 15:18:13 -0800736 'src/core/lib/gpr/tls.h',
737 'src/core/lib/gpr/tls_gcc.h',
738 'src/core/lib/gpr/tls_msvc.h',
739 'src/core/lib/gpr/tls_pthread.h',
Vijay Pai80e23d12018-01-25 21:50:18 -0800740 'src/core/lib/gpr/tmpfile.h',
Vijay Pai18b91332018-02-08 12:18:09 -0800741 'src/core/lib/gpr/useful.h',
Vijay Pai80e23d12018-01-25 21:50:18 -0800742 'src/core/lib/gprpp/abstract.h',
743 'src/core/lib/gprpp/atomic.h',
744 'src/core/lib/gprpp/atomic_with_atm.h',
745 'src/core/lib/gprpp/atomic_with_std.h',
746 'src/core/lib/gprpp/manual_constructor.h',
747 'src/core/lib/gprpp/memory.h',
748 'src/core/lib/profiling/timers.h',
Muxi Yan46ee18b2018-01-05 16:01:16 -0800749 'src/core/ext/filters/client_channel/backup_poller.h',
750 'src/core/ext/filters/client_channel/client_channel.h',
751 'src/core/ext/filters/client_channel/client_channel_factory.h',
752 'src/core/ext/filters/client_channel/connector.h',
753 'src/core/ext/filters/client_channel/http_connect_handshaker.h',
754 'src/core/ext/filters/client_channel/http_proxy.h',
755 'src/core/ext/filters/client_channel/lb_policy.h',
756 'src/core/ext/filters/client_channel/lb_policy_factory.h',
757 'src/core/ext/filters/client_channel/lb_policy_registry.h',
758 'src/core/ext/filters/client_channel/parse_address.h',
759 'src/core/ext/filters/client_channel/proxy_mapper.h',
760 'src/core/ext/filters/client_channel/proxy_mapper_registry.h',
761 'src/core/ext/filters/client_channel/resolver.h',
762 'src/core/ext/filters/client_channel/resolver_factory.h',
763 'src/core/ext/filters/client_channel/resolver_registry.h',
764 'src/core/ext/filters/client_channel/retry_throttle.h',
765 'src/core/ext/filters/client_channel/subchannel.h',
766 'src/core/ext/filters/client_channel/subchannel_index.h',
767 'src/core/ext/filters/client_channel/uri_parser.h',
768 'src/core/ext/filters/deadline/deadline_filter.h',
769 'src/core/ext/transport/chttp2/transport/bin_decoder.h',
770 'src/core/ext/transport/chttp2/transport/bin_encoder.h',
771 'src/core/ext/transport/chttp2/transport/chttp2_transport.h',
772 'src/core/ext/transport/chttp2/transport/flow_control.h',
773 'src/core/ext/transport/chttp2/transport/frame.h',
774 'src/core/ext/transport/chttp2/transport/frame_data.h',
775 'src/core/ext/transport/chttp2/transport/frame_goaway.h',
776 'src/core/ext/transport/chttp2/transport/frame_ping.h',
777 'src/core/ext/transport/chttp2/transport/frame_rst_stream.h',
778 'src/core/ext/transport/chttp2/transport/frame_settings.h',
779 'src/core/ext/transport/chttp2/transport/frame_window_update.h',
780 'src/core/ext/transport/chttp2/transport/hpack_encoder.h',
781 'src/core/ext/transport/chttp2/transport/hpack_parser.h',
782 'src/core/ext/transport/chttp2/transport/hpack_table.h',
783 'src/core/ext/transport/chttp2/transport/http2_settings.h',
784 'src/core/ext/transport/chttp2/transport/huffsyms.h',
785 'src/core/ext/transport/chttp2/transport/incoming_metadata.h',
786 'src/core/ext/transport/chttp2/transport/internal.h',
787 'src/core/ext/transport/chttp2/transport/stream_map.h',
788 'src/core/ext/transport/chttp2/transport/varint.h',
789 'src/core/ext/transport/chttp2/alpn/alpn.h',
790 'src/core/ext/filters/http/client/http_client_filter.h',
791 'src/core/ext/filters/http/message_compress/message_compress_filter.h',
792 'src/core/ext/filters/http/server/http_server_filter.h'
793 end
794
795 s.prepare_command = <<-END_OF_COMMAND
Muxi Yan9492a922018-01-21 15:18:04 -0800796 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 -0800797 find src/cpp/ -name "*.back" -type f -delete
Muxi Yan9492a922018-01-21 15:18:04 -0800798 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 -0800799 find src/core/ -name "*.back" -type f -delete
800 END_OF_COMMAND
801end