mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
06e34757d5
This change moves the `dev-infra/browsers` folder into `dev-infra/bazel`. The browser folder is providing custom configuration for Bazel, so it should live within the `bazel` folder for a more well-structured `dev-infra` folder. PR Close #42268
12 lines
258 B
Python
12 lines
258 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
filegroup(
|
|
name = "files",
|
|
srcs = [
|
|
"BUILD.bazel",
|
|
"expand_template.bzl",
|
|
"//dev-infra/bazel/browsers:files",
|
|
"//dev-infra/bazel/remote-execution:files",
|
|
],
|
|
)
|