forked from googleapis/google-cloud-cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
google_cloud_cpp_grpc_utils.bzl
84 lines (81 loc) · 3.17 KB
/
google_cloud_cpp_grpc_utils.bzl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# Copyright 2019 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# DO NOT EDIT -- GENERATED BY CMake -- Change the CMakeLists.txt file if needed
"""Automatically generated source lists for google_cloud_cpp_grpc_utils - DO NOT EDIT."""
google_cloud_cpp_grpc_utils_hdrs = [
"async_operation.h",
"background_threads.h",
"completion_queue.h",
"connection_options.h",
"grpc_error_delegate.h",
"grpc_options.h",
"grpc_utils/async_operation.h",
"grpc_utils/completion_queue.h",
"grpc_utils/grpc_error_delegate.h",
"grpc_utils/version.h",
"internal/async_connection_ready.h",
"internal/async_long_running_operation.h",
"internal/async_polling_loop.h",
"internal/async_read_stream_impl.h",
"internal/async_read_write_stream_impl.h",
"internal/async_retry_loop.h",
"internal/async_retry_unary_rpc.h",
"internal/async_rpc_details.h",
"internal/background_threads_impl.h",
"internal/completion_queue_impl.h",
"internal/default_completion_queue_impl.h",
"internal/extract_long_running_result.h",
"internal/grpc_access_token_authentication.h",
"internal/grpc_async_access_token_cache.h",
"internal/grpc_channel_credentials_authentication.h",
"internal/grpc_impersonate_service_account.h",
"internal/grpc_service_account_authentication.h",
"internal/log_wrapper.h",
"internal/minimal_iam_credentials_stub.h",
"internal/polling_loop.h",
"internal/resumable_streaming_read_rpc.h",
"internal/retry_loop.h",
"internal/retry_loop_helpers.h",
"internal/setup_context.h",
"internal/streaming_read_rpc.h",
"internal/streaming_read_rpc_logging.h",
"internal/streaming_write_rpc.h",
"internal/time_utils.h",
"internal/unified_grpc_credentials.h",
]
google_cloud_cpp_grpc_utils_srcs = [
"completion_queue.cc",
"connection_options.cc",
"grpc_error_delegate.cc",
"grpc_options.cc",
"internal/async_connection_ready.cc",
"internal/async_polling_loop.cc",
"internal/background_threads_impl.cc",
"internal/default_completion_queue_impl.cc",
"internal/extract_long_running_result.cc",
"internal/grpc_access_token_authentication.cc",
"internal/grpc_async_access_token_cache.cc",
"internal/grpc_channel_credentials_authentication.cc",
"internal/grpc_impersonate_service_account.cc",
"internal/grpc_service_account_authentication.cc",
"internal/log_wrapper.cc",
"internal/minimal_iam_credentials_stub.cc",
"internal/retry_loop_helpers.cc",
"internal/streaming_read_rpc.cc",
"internal/streaming_read_rpc_logging.cc",
"internal/streaming_write_rpc.cc",
"internal/time_utils.cc",
"internal/unified_grpc_credentials.cc",
]