summaryrefslogtreecommitdiffstats
path: root/resources/com/google/gerrit/httpd/auth/oauth/BUILD
blob: 07217125712345a0480450c31340d2834d671f60 (plain)
1
2
3
4
5
6
7
8
filegroup(
    name = "oauth",
    srcs = glob(
        ["**/*"],
        exclude = ["BUILD"],
    ),
    visibility = ["//visibility:public"],
)