Make deeplinking verification calls to IRDB

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=125491372
This commit is contained in:
mcilwain 2016-06-21 13:56:14 -07:00 committed by Ben McIlwain
parent 0d47534246
commit 98c88fee1a
2 changed files with 2 additions and 0 deletions

View file

@ -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",

View file

@ -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",