mirror of
https://github.com/google/nomulus
synced 2026-02-09 06:20:29 +00:00
13 lines
223 B
Python
13 lines
223 B
Python
package(default_visibility = ["//java/com/google/domain/registry:registry_project"])
|
|
|
|
|
|
filegroup(
|
|
name = "externs",
|
|
srcs = glob(["*.js"]),
|
|
)
|
|
|
|
filegroup(
|
|
name = "js_files_recursive",
|
|
srcs = glob(["*.js"]),
|
|
)
|