Home
last modified time | relevance | path

Searched full:filegroups (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc/tools/buildgen/plugins/
Dexpand_filegroups.py14 """Buildgen expand filegroups plugin.
50 The list of libs in the build.yaml file can contain "filegroups" tags.
51 These refer to the filegroups in the root object. We will expand and
52 merge filegroups on the src, headers and public_headers properties.
57 filegroups_list = dictionary.get('filegroups')
58 filegroups = {}
79 # check all uses filegroups are present (if no, skip and come back later)
82 if uses not in filegroups:
92 for plugin in filegroups[uses]['plugins']:
97 vals.extend(filegroups[uses].get(lst, []))
[all …]
Dexpand_bin_attrs.py24 The list of libs in the build.yaml file can contain "filegroups" tags.
25 These refer to the filegroups in the root object. We will expand and
26 merge filegroups on the src, headers and public_headers properties.
/external/grpc-grpc/templates/
DgRPC-C++.podspec.template48 def grpcpp_proto_files(filegroups):
49 …out = grpc_lib_files(filegroups, ("grpc++_codegen_proto", "grpc++_config_proto"), ("headers", "src…
50 …excl_files = grpc_lib_files(filegroups, ("grpc++_codegen_base",), ("headers", "src", "public_heade…
55 def grpcpp_private_files(libs, filegroups):
60 excl_files += grpcpp_proto_files(filegroups)
71 def grpcpp_private_headers(libs, filegroups):
75 excl_files = grpcpp_proto_files(filegroups)
85 def grpcpp_public_headers(libs, filegroups):
90 excl_files += grpcpp_proto_files(filegroups)
108 def grpcpp_test_util_files(libs, filegroups):
[all …]
DREADME.md48 filegroups: # groups of files that are automatically expanded
56 The `filegroups` are helpful to re-use a subset of files in multiple targets.
57 One `filegroups` entry has the following structure:
91 filegroups: # list of filegroups to merge to that project
169 first processed and modified by a few plugins. For example, the `filegroups`
DgRPC-Core.podspec.template193 ss.source_files = ${ruby_multiline_list(cfstream_private_files(filegroups), 22)}
194 ss.private_header_files = ${ruby_multiline_list(cfstream_private_headers(filegroups), 30)}
/external/grpc-grpc/templates/tools/run_tests/generated/
Dsources_and_headers.json.template15 def all_targets(targets, libs, filegroups):
20 for tgt in filegroups:
53 tgt.get('filegroups', []))}
70 tgt.get('filegroups', []))}
71 for typ, tgt in all_targets([], [], filegroups)],
/external/grpc-grpc/tools/buildgen/
Dbuild-cleaner.py26 'settings', 'proto_deps', 'filegroups', 'libs', 'targets', 'vspackages'
70 for grp in ['filegroups', 'libs', 'targets']:
/external/grpc-grpc/
Dbuild.yaml18 filegroups:
388 filegroups:
917 filegroups:
1049 filegroups:
1439 filegroups:
1462 filegroups:
1498 filegroups:
1543 filegroups:
1553 filegroups:
1566 filegroups:
[all …]
/external/flatbuffers/
Dbuild_defs.bzl42 includes: Optional, list of filegroups of schemas that the srcs depend on.
137 includes: Optional, list of filegroups of schemas that the srcs depend on.