forked from googleapis/google-cloud-cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
google_cloud_cpp_common.bzl
110 lines (107 loc) · 3.22 KB
/
google_cloud_cpp_common.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# Copyright 2018 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_common - DO NOT EDIT."""
google_cloud_cpp_common_hdrs = [
"backoff_policy.h",
"common_options.h",
"credentials.h",
"future.h",
"future_generic.h",
"future_void.h",
"iam_binding.h",
"iam_bindings.h",
"iam_policy.h",
"internal/absl_flat_hash_map_quiet.h",
"internal/absl_str_cat_quiet.h",
"internal/absl_str_join_quiet.h",
"internal/absl_str_replace_quiet.h",
"internal/algorithm.h",
"internal/api_client_header.h",
"internal/attributes.h",
"internal/backoff_policy.h",
"internal/base64_transforms.h",
"internal/big_endian.h",
"internal/build_info.h",
"internal/compiler_info.h",
"internal/credentials_impl.h",
"internal/diagnostics_pop.inc",
"internal/diagnostics_push.inc",
"internal/disable_deprecation_warnings.inc",
"internal/disable_msvc_crt_secure_warnings.inc",
"internal/filesystem.h",
"internal/format_time_point.h",
"internal/future_base.h",
"internal/future_fwd.h",
"internal/future_impl.h",
"internal/future_then_impl.h",
"internal/future_then_meta.h",
"internal/getenv.h",
"internal/invoke_result.h",
"internal/ios_flags_saver.h",
"internal/log_impl.h",
"internal/pagination_range.h",
"internal/parse_rfc3339.h",
"internal/port_platform.h",
"internal/random.h",
"internal/retry_policy.h",
"internal/setenv.h",
"internal/strerror.h",
"internal/throw_delegate.h",
"internal/tuple.h",
"internal/type_list.h",
"internal/user_agent_prefix.h",
"internal/utility.h",
"internal/version_info.h",
"kms_key_name.h",
"log.h",
"optional.h",
"options.h",
"polling_policy.h",
"status.h",
"status_or.h",
"stream_range.h",
"terminate_handler.h",
"tracing_options.h",
"version.h",
]
google_cloud_cpp_common_srcs = [
"credentials.cc",
"iam_bindings.cc",
"iam_policy.cc",
"internal/api_client_header.cc",
"internal/backoff_policy.cc",
"internal/base64_transforms.cc",
"internal/compiler_info.cc",
"internal/credentials_impl.cc",
"internal/filesystem.cc",
"internal/format_time_point.cc",
"internal/future_impl.cc",
"internal/getenv.cc",
"internal/log_impl.cc",
"internal/parse_rfc3339.cc",
"internal/random.cc",
"internal/setenv.cc",
"internal/strerror.cc",
"internal/throw_delegate.cc",
"internal/user_agent_prefix.cc",
"kms_key_name.cc",
"log.cc",
"options.cc",
"status.cc",
"terminate_handler.cc",
"tracing_options.cc",
"version.cc",
]