Skip to content

Commit

Permalink
build: use external_deps for 3rd-party dependencies. (#2489)
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Sikora <[email protected]>
  • Loading branch information
PiotrSikora authored and htuch committed Jan 31, 2018
1 parent d89e2ed commit ad0f4fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion source/common/config/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ envoy_cc_library(
envoy_cc_library(
name = "http_subscription_lib",
hdrs = ["http_subscription_impl.h"],
external_deps = [
"http_api_protos",
],
deps = [
"//include/envoy/config:subscription_interface",
"//source/common/buffer:buffer_lib",
Expand All @@ -176,7 +179,6 @@ envoy_cc_library(
"//source/common/protobuf",
"//source/common/protobuf:utility_lib",
"@envoy_api//envoy/api/v2:base_cc",
"@googleapis//:http_api_protos",
],
)

Expand Down
2 changes: 1 addition & 1 deletion source/common/grpc/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ envoy_cc_library(
external_deps = [
"path_matcher",
"grpc_transcoding",
"http_api_protos",
],
deps = [
":codec_lib",
Expand All @@ -119,7 +120,6 @@ envoy_cc_library(
"//source/common/http:headers_lib",
"//source/common/protobuf",
"@envoy_api//envoy/api/v2/filter/http:transcoder_cc",
"@googleapis//:http_api_protos",
],
)

Expand Down

0 comments on commit ad0f4fb

Please sign in to comment.