Home
last modified time | relevance | path

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

/third_party/grpc/templates/
DREADME.md40 filegroups: # groups of files that are automatically expanded
48 The `filegroups` are helpful to re-use a subset of files in multiple targets.
49 One `filegroups` entry has the following structure:
81 filegroups: # list of filegroups to merge to that project
DgRPC-C++.podspec.template25 filegroup_maps = {filegroup.name: filegroup for filegroup in filegroups}
82 # TODO(jtattermusch): build.yaml no longer has filegroups, so the files here are just hand-listed
83 # This template shouldn't be touching the filegroups anyway, so this is only a bit more fragile.
/third_party/grpc/tools/buildgen/plugins/
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.
Dcheck_attrs.py55 "filegroups": anything(),
81 "filegroups": anything(),
133 This validates that filegroups, libs, and target can have only valid
139 for filegroup in dictionary.get("filegroups", {}):
/third_party/grpc/tools/buildgen/
Dbuild_cleaner.py29 "filegroups",
90 for grp in ["filegroups", "libs", "targets"]:
Dextract_metadata_from_bazel_xml.py789 "filegroups": [],
/third_party/skia/m133/bazel/
Dskia_rules.bzl208 """Take a list of files and creates filegroups for C++ sources and headers.
210 The "_srcs" and "_hdrs" filegroups will only be created if there are a non-zero amount
214 name: The prefix of the generated filegroups. One will have the suffix "_srcs" and
/third_party/protobuf/upb/port/
DBUILD23 # filegroups. We might be able to replace these headers with just
/third_party/grpc/third_party/upb/upb/port/
DBUILD23 # filegroups. We might be able to replace these headers with just
/third_party/flatbuffers/
Dbuild_defs.bzl64 includes: Optional, list of filegroups of schemas that the srcs depend on.
198 includes: Optional, list of filegroups of schemas that the srcs depend on.
/third_party/protobuf/python/dist/
DBUILD.bazel234 # Passing filegroups to pkg_tar directly results in incorrect
/third_party/protobuf/bazel/private/
Dbazel_proto_library_rule.bzl29 #TODO: this does not work with filegroups that contain files that are not in the package
/third_party/grpc/
Dbuild_autogenerated.yaml1 filegroups: []