Searched full:filegroups (Results 1 – 13 of 13) sorted by relevance
| /third_party/grpc/templates/ |
| D | README.md | 40 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
|
| D | gRPC-C++.podspec.template | 25 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/ |
| D | expand_bin_attrs.py | 24 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.
|
| D | check_attrs.py | 55 "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/ |
| D | build_cleaner.py | 29 "filegroups", 90 for grp in ["filegroups", "libs", "targets"]:
|
| D | extract_metadata_from_bazel_xml.py | 789 "filegroups": [],
|
| /third_party/skia/m133/bazel/ |
| D | skia_rules.bzl | 208 """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/ |
| D | BUILD | 23 # filegroups. We might be able to replace these headers with just
|
| /third_party/grpc/third_party/upb/upb/port/ |
| D | BUILD | 23 # filegroups. We might be able to replace these headers with just
|
| /third_party/flatbuffers/ |
| D | build_defs.bzl | 64 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/ |
| D | BUILD.bazel | 234 # Passing filegroups to pkg_tar directly results in incorrect
|
| /third_party/protobuf/bazel/private/ |
| D | bazel_proto_library_rule.bzl | 29 #TODO: this does not work with filegroups that contain files that are not in the package
|
| /third_party/grpc/ |
| D | build_autogenerated.yaml | 1 filegroups: []
|