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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user