| package(default_visibility = ["//:__subpackages__"]) | |
| filegroup( | |
| name = "assets", | |
| srcs = glob([ | |
| "*.svg", | |
| "*.png", | |
| "*.css", | |
| ]), | |
| ) | |
| # For testing from the root workspace of this repository with bazel_integration_test. | |
| filegroup( | |
| name = "all_files", | |
| srcs = glob(["**/*"]), | |
| ) |