google-nomulus/javascript/closure/BUILD
Justine Tunney e1cf51ebb3 Migrate Domain Registry to Closure Rules 0.1.0
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=122525197
2016-05-17 13:53:41 -04:00

18 lines
436 B
Text

package(default_visibility = ["//visibility:public"])
load("@io_bazel_rules_closure//closure:defs.bzl", "closure_js_library")
closure_js_library(
name = "closure",
exports = ["@io_bazel_rules_closure//closure/library"],
)
closure_js_library(
name = "testing",
exports = ["@io_bazel_rules_closure//closure/library:testing"],
)
filegroup(
name = "js_files_recursive",
srcs = ["@closure_library//:js_files"],
)