mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 08:27:14 +02: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:
parent
1abd2a6314
commit
e1cf51ebb3
43 changed files with 69 additions and 1871 deletions
|
@ -1,10 +1,15 @@
|
|||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
load("//third_party/closure/compiler:closure_js_library.bzl", "closure_js_library")
|
||||
load("@io_bazel_rules_closure//closure:defs.bzl", "closure_js_library")
|
||||
|
||||
closure_js_library(
|
||||
name = "closure",
|
||||
exports = ["//third_party/closure/library"],
|
||||
exports = ["@io_bazel_rules_closure//closure/library"],
|
||||
)
|
||||
|
||||
closure_js_library(
|
||||
name = "testing",
|
||||
exports = ["@io_bazel_rules_closure//closure/library:testing"],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue