Update Domain Registry to Closure Rules v0.2.3

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=126911095
This commit is contained in:
jart 2016-07-08 07:48:40 -07:00 committed by Ben McIlwain
parent 1ed77d5572
commit 5ebfb87651
8 changed files with 30 additions and 25 deletions

View file

@ -22,9 +22,11 @@ closure_js_test(
size = "medium",
timeout = "short",
srcs = glob(["*_test.js"]),
compilation_level = "WHITESPACE_ONLY",
deps = [
":testing",
"//javascript/closure",
"//java/google/registry/ui/js",
"//javascript/closure:testing",
],
)

View file

@ -24,6 +24,7 @@ closure_js_test(
size = "medium",
timeout = "short",
srcs = glob(["*_test.js"]),
compilation_level = "WHITESPACE_ONLY",
deps = [
":console_test_util",
"//javascript/closure",
@ -31,5 +32,6 @@ closure_js_test(
"//java/google/registry/ui/js/registrar",
"//java/google/registry/ui/soy/registrar:Console",
"//javatests/google/registry/ui/js:testing",
"//javascript/closure:testing",
],
)