google-nomulus/java/google/registry/ui/html/BUILD
nickfelt 0d122acec2 Update some internal build configuration options
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=135014718
2016-10-04 09:58:26 -04:00

11 lines
186 B
Text

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