Fix build after []

Fixes []

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=165933643
This commit is contained in:
jakubvrana 2017-08-21 08:58:45 -07:00 committed by Ben McIlwain
parent 77c62219d5
commit cb854f1b8b
2 changed files with 2 additions and 0 deletions

View file

@ -12,6 +12,7 @@ closure_js_library(
suppress = [ suppress = [
"JSC_UNKNOWN_EXPR_TYPE", "JSC_UNKNOWN_EXPR_TYPE",
"JSC_IMPLICITLY_NULLABLE_JSDOC", "JSC_IMPLICITLY_NULLABLE_JSDOC",
"JSC_DEPRECATED_PROP_REASON",
], ],
deps = [ deps = [
"//java/google/registry/ui/soy", "//java/google/registry/ui/soy",

View file

@ -12,6 +12,7 @@ closure_js_library(
suppress = [ suppress = [
"JSC_UNKNOWN_EXPR_TYPE", "JSC_UNKNOWN_EXPR_TYPE",
"JSC_IMPLICITLY_NULLABLE_JSDOC", "JSC_IMPLICITLY_NULLABLE_JSDOC",
"JSC_DEPRECATED_PROP_REASON",
], ],
deps = [ deps = [
"//java/google/registry/ui/js", "//java/google/registry/ui/js",