2020-06-17 10:37:36 +02:00
|
|
|
package(default_visibility = ["//visibility:public"])
|
2020-07-02 14:45:23 +02:00
|
|
|
|
|
|
|
filegroup(
|
|
|
|
name = "files",
|
|
|
|
srcs = [
|
2020-07-14 13:06:21 -07:00
|
|
|
"BUILD.bazel",
|
2020-07-02 14:45:23 +02:00
|
|
|
"expand_template.bzl",
|
2021-05-24 16:17:27 +02:00
|
|
|
"//dev-infra/bazel/browsers:files",
|
2021-04-22 16:34:36 +02:00
|
|
|
"//dev-infra/bazel/remote-execution:files",
|
2020-07-02 14:45:23 +02:00
|
|
|
],
|
|
|
|
)
|