mirror of
https://github.com/google/nomulus.git
synced 2025-05-15 08:57:12 +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
|
@ -5,14 +5,16 @@ package(
|
|||
|
||||
licenses(["notice"]) # Apache 2.0
|
||||
|
||||
load("//third_party/closure/compiler:closure_js_library.bzl", "closure_js_library")
|
||||
load("//third_party/closure/testing:closure_js_test.bzl", "closure_js_test")
|
||||
load("@io_bazel_rules_closure//closure:defs.bzl", "closure_js_library", "closure_js_test")
|
||||
|
||||
|
||||
closure_js_library(
|
||||
name = "testing",
|
||||
srcs = ["testing.js"],
|
||||
deps = ["//javascript/closure"],
|
||||
deps = [
|
||||
"//javascript/closure",
|
||||
"//javascript/closure:testing",
|
||||
],
|
||||
)
|
||||
|
||||
closure_js_test(
|
||||
|
|
|
@ -5,8 +5,7 @@ package(
|
|||
|
||||
licenses(["notice"]) # Apache 2.0
|
||||
|
||||
load("//third_party/closure/compiler:closure_js_library.bzl", "closure_js_library")
|
||||
load("//third_party/closure/testing:closure_js_test.bzl", "closure_js_test")
|
||||
load("@io_bazel_rules_closure//closure:defs.bzl", "closure_js_library", "closure_js_test")
|
||||
|
||||
|
||||
closure_js_library(
|
||||
|
@ -14,6 +13,7 @@ closure_js_library(
|
|||
srcs = ["console_test_util.js"],
|
||||
deps = [
|
||||
"//javascript/closure",
|
||||
"//javascript/closure:testing",
|
||||
"//java/google/registry/ui/js",
|
||||
"//java/google/registry/ui/js/registrar",
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue