1
0
mirror of https://github.com/google/nomulus synced 2026-01-10 07:57:58 +00:00
Files
nomulus/java/google/registry/ui/html/BUILD
Chris Povirk 5332ac4e4a Set compatible_with=appengine on GAE targets
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=128475519
2016-08-02 19:09:11 -04:00

11 lines
234 B
Python

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