1
0
mirror of https://github.com/google/nomulus synced 2026-01-08 07:11:44 +00:00

Add scaffolding of deeplinking verification []

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=123450717
This commit is contained in:
mcilwain
2016-05-27 13:36:41 -07:00
committed by Ben McIlwain
parent 6355ef5922
commit 4876d09d6c
2 changed files with 14 additions and 5 deletions

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