1
0
mirror of https://github.com/google/nomulus synced 2026-01-08 15:21:46 +00:00
Files
nomulus/java/google/registry/ui/html/BUILD
mcilwain 2b7d580bb3 Run buildifier on codebase to format BUILD files
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=140362453
2016-11-28 18:15:21 -05:00

11 lines
185 B
Python

package(
default_visibility = ["//java/google/registry:registry_project"],
)
licenses(["notice"]) # Apache 2.0
filegroup(
name = "html_files",
srcs = glob(["*.html"]),
)