aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-10-20 18:54:36 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-10-20 18:54:36 +0200
commite8dbd8aaae5d813546abe4956361c4e6512d8c88 (patch)
treed9b37103e6c74d1f16ccb2978af059e561a28900 /BUILD
parent60ca22fef5e6e89311eee11c7aa6d7a6a5aff430 (diff)
Adding back external_deps and public_hdrs.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD14
1 files changed, 9 insertions, 5 deletions
diff --git a/BUILD b/BUILD
index a0320bc5bf..eeca064189 100644
--- a/BUILD
+++ b/BUILD
@@ -537,11 +537,13 @@ grpc_cc_library(
"include/grpc/grpc_security.h",
"include/grpc/census.h",
],
+ external_deps = [
+ "libssl",
+ "zlib",
+ "nanopb",
+ ],
deps = [
- "//external:libssl",
- "//external:zlib",
":gpr",
- "//external:nanopb",
],
language = "C",
)
@@ -690,9 +692,11 @@ grpc_cc_library(
"include/grpc/impl/codegen/sync_posix.h",
"include/grpc/impl/codegen/sync_windows.h",
],
+ external_deps = [
+ "libssl",
+ "protobuf_clib",
+ ],
deps = [
- "//external:libssl",
- "//external:protobuf_clib",
":grpc",
],
)