mirror of
https://github.com/google/nomulus
synced 2026-09-03 14:46:59 +00:00
Migrate Domain Registry to Closure Rules 0.1.0
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=122525197
This commit is contained in:
@@ -2,10 +2,12 @@ package(default_visibility = ["//java/google/registry:registry_project"])
|
||||
|
||||
licenses(["notice"]) # Apache 2.0
|
||||
|
||||
load("@io_bazel_rules_closure//closure:defs.bzl", "closure_js_library")
|
||||
|
||||
filegroup(
|
||||
|
||||
closure_js_library(
|
||||
name = "externs",
|
||||
srcs = glob(["*.js"]),
|
||||
externs = glob(["*.js"]),
|
||||
)
|
||||
|
||||
filegroup(
|
||||
|
||||
Reference in New Issue
Block a user