Searched defs:bazelCcLibraryAttributes (Results 1 – 1 of 1) sorted by relevance
222 type bazelCcLibraryAttributes struct { struct224 Srcs bazel.LabelListAttribute225 Hdrs bazel.LabelListAttribute226 Deps bazel.LabelListAttribute227 Dynamic_deps bazel.LabelListAttribute228 Whole_archive_deps bazel.LabelListAttribute229 Copts bazel.StringListAttribute230 Includes bazel.StringListAttribute231 Linkopts bazel.StringListAttribute233 Shared_copts bazel.StringListAttribute[all …]