-
Notifications
You must be signed in to change notification settings - Fork 452
Expand file tree
/
Copy pathgoogle_cloud_cpp_generator.bzl
More file actions
125 lines (122 loc) · 4.72 KB
/
google_cloud_cpp_generator.bzl
File metadata and controls
125 lines (122 loc) · 4.72 KB
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
# Copyright 2020 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
#
# https://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_generator - DO NOT EDIT."""
google_cloud_cpp_generator_hdrs = [
"generator.h",
"internal/auth_decorator_generator.h",
"internal/client_generator.h",
"internal/codegen_utils.h",
"internal/connection_generator.h",
"internal/connection_impl_generator.h",
"internal/connection_impl_rest_generator.h",
"internal/connection_rest_generator.h",
"internal/descriptor_utils.h",
"internal/discovery_document.h",
"internal/discovery_file.h",
"internal/discovery_proto_export_file.h",
"internal/discovery_resource.h",
"internal/discovery_to_proto.h",
"internal/discovery_type_vertex.h",
"internal/doxygen.h",
"internal/format_class_comments.h",
"internal/format_method_comments.h",
"internal/generator_interface.h",
"internal/http_annotation_parser.h",
"internal/http_option_utils.h",
"internal/idempotency_policy_generator.h",
"internal/logging_decorator_generator.h",
"internal/logging_decorator_rest_generator.h",
"internal/longrunning.h",
"internal/make_generators.h",
"internal/metadata_decorator_generator.h",
"internal/metadata_decorator_rest_generator.h",
"internal/mixin_utils.h",
"internal/mock_connection_generator.h",
"internal/option_defaults_generator.h",
"internal/options_generator.h",
"internal/pagination.h",
"internal/predicate_utils.h",
"internal/printer.h",
"internal/proto_definition_location.h",
"internal/request_id.h",
"internal/resolve_comment_references.h",
"internal/resolve_method_return.h",
"internal/retry_traits_generator.h",
"internal/round_robin_decorator_generator.h",
"internal/routing.h",
"internal/sample_generator.h",
"internal/scaffold_generator.h",
"internal/service_code_generator.h",
"internal/sources_generator.h",
"internal/stub_factory_generator.h",
"internal/stub_factory_rest_generator.h",
"internal/stub_generator.h",
"internal/stub_generator_base.h",
"internal/stub_rest_generator.h",
"internal/tracing_connection_generator.h",
"internal/tracing_stub_generator.h",
]
google_cloud_cpp_generator_srcs = [
"generator.cc",
"internal/auth_decorator_generator.cc",
"internal/client_generator.cc",
"internal/codegen_utils.cc",
"internal/connection_generator.cc",
"internal/connection_impl_generator.cc",
"internal/connection_impl_rest_generator.cc",
"internal/connection_rest_generator.cc",
"internal/descriptor_utils.cc",
"internal/discovery_file.cc",
"internal/discovery_proto_export_file.cc",
"internal/discovery_resource.cc",
"internal/discovery_to_proto.cc",
"internal/discovery_type_vertex.cc",
"internal/doxygen.cc",
"internal/format_class_comments.cc",
"internal/format_method_comments.cc",
"internal/http_annotation_parser.cc",
"internal/http_option_utils.cc",
"internal/idempotency_policy_generator.cc",
"internal/logging_decorator_generator.cc",
"internal/logging_decorator_rest_generator.cc",
"internal/longrunning.cc",
"internal/make_generators.cc",
"internal/metadata_decorator_generator.cc",
"internal/metadata_decorator_rest_generator.cc",
"internal/mixin_utils.cc",
"internal/mock_connection_generator.cc",
"internal/option_defaults_generator.cc",
"internal/options_generator.cc",
"internal/pagination.cc",
"internal/predicate_utils.cc",
"internal/request_id.cc",
"internal/resolve_comment_references.cc",
"internal/resolve_method_return.cc",
"internal/retry_traits_generator.cc",
"internal/round_robin_decorator_generator.cc",
"internal/routing.cc",
"internal/sample_generator.cc",
"internal/scaffold_generator.cc",
"internal/service_code_generator.cc",
"internal/sources_generator.cc",
"internal/stub_factory_generator.cc",
"internal/stub_factory_rest_generator.cc",
"internal/stub_generator.cc",
"internal/stub_generator_base.cc",
"internal/stub_rest_generator.cc",
"internal/tracing_connection_generator.cc",
"internal/tracing_stub_generator.cc",
]