Add scaffolding of deeplinking verification []

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=123450717
This commit is contained in:
mcilwain
2016-06-06 12:11:59 -04:00
committed by Ben McIlwain
parent 6355ef5922
commit 4876d09d6c
2 changed files with 14 additions and 5 deletions
+3 -1
View File
@@ -7,7 +7,9 @@ licenses(["notice"]) # Apache 2.0
java_library(
name = "server",
srcs = glob(["*.java"]),
srcs = glob([
"*.java",
]),
deps = [
"//java/com/google/common/annotations",
"//java/com/google/common/base",