Autogenerate BUILD files

This commit is contained in:
Jeff Grafton
2017-08-09 15:45:29 -07:00
parent cce84c3e19
commit cf55f9ed45
197 changed files with 2140 additions and 591 deletions

View File

@@ -12,6 +12,7 @@ go_library(
srcs = [
"credentials.go",
"credentials_util_go17.go",
"credentials_util_pre_go17.go",
],
tags = ["automanaged"],
deps = ["//vendor/golang.org/x/net/context:go_default_library"],

View File

@@ -11,11 +11,13 @@ go_library(
name = "go_default_library",
srcs = [
"control.go",
"go16.go",
"go17.go",
"handler_server.go",
"http2_client.go",
"http2_server.go",
"http_util.go",
"pre_go16.go",
"transport.go",
],
tags = ["automanaged"],