Files
nomulus/apiserving/discoverydata/cloud/dns/BUILD
T
Greg ShikhmanandJustine Tunney 0e4244a03d Add DnsWriter for Cloud DNS
The plumbing to support different DnsWriter implementations per TLD
using DI will come in a later CL.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=129375856
2016-08-05 20:36:52 -04:00

10 lines
225 B
Python

package(default_visibility = ["//visibility:public"])
java_library(
name = "cloud_dns_v2beta1_versioned",
exports = ["@google_api_services_dns//jar"],
runtime_deps = [
"@google_api_client//jar",
],
)