Switch PB dependence to PB headers dependence

pull/13257/head
Vijay Pai 7 years ago
parent 8cbb89a722
commit dc7c50e6a4
  1. 2
      BUILD
  2. 5
      WORKSPACE

@ -1545,7 +1545,7 @@ grpc_cc_library(
grpc_cc_library(
name = "grpc++_config_proto",
external_deps = [
"protobuf",
"protobuf_headers",
],
language = "c++",
public_hdrs = [

@ -23,6 +23,11 @@ bind(
actual = "@com_google_protobuf//:protoc_lib",
)
bind(
name = "protobuf_headers",
actual = "@com_google_protobuf//:protobuf_headers",
)
bind(
name = "protocol_compiler",
actual = "@com_google_protobuf//:protoc",

Loading…
Cancel
Save