mirror of
https://github.com/google/nomulus.git
synced 2025-05-15 00:47:11 +02:00
Make deeplinking verification calls to IRDB
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=125491372
This commit is contained in:
parent
0d47534246
commit
98c88fee1a
2 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@ java_library(
|
|||
name = "backend",
|
||||
srcs = glob(["*.java"]),
|
||||
deps = [
|
||||
"//java/com/google/common/annotations",
|
||||
"//java/com/google/common/base",
|
||||
"//java/com/google/common/collect",
|
||||
"//java/com/google/common/net",
|
||||
|
|
|
@ -22,6 +22,7 @@ java_library(
|
|||
] + glob(["*.csv"]),
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"//java/com/google/common/annotations",
|
||||
"//java/com/google/common/base",
|
||||
"//java/com/google/common/cache",
|
||||
"//java/com/google/common/collect",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue