mirror of
https://github.com/google/nomulus.git
synced 2025-05-28 16:30:12 +02:00
Add scaffolding of deeplinking verification []
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=123450717
This commit is contained in:
parent
6355ef5922
commit
4876d09d6c
2 changed files with 14 additions and 5 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue