Remove public_deps from rtc_base:protobuf_utils.
Bug: webrtc:8603 Change-Id: I8dfc176b570d28ce8003f5f8f1ed995848af9a9d Reviewed-on: https://webrtc-review.googlesource.com/93761 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Oleh Prypin <oprypin@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24273}
This commit is contained in:
committed by
Commit Bot
parent
db7ea8c45f
commit
d8661a05ff
@ -54,7 +54,8 @@ rtc_source_set("protobuf_utils") {
|
|||||||
"protobuf_utils.h",
|
"protobuf_utils.h",
|
||||||
]
|
]
|
||||||
if (rtc_enable_protobuf) {
|
if (rtc_enable_protobuf) {
|
||||||
public_deps = [
|
public_configs = [ "//third_party/protobuf:protobuf_config" ]
|
||||||
|
deps = [
|
||||||
"//third_party/protobuf:protobuf_lite",
|
"//third_party/protobuf:protobuf_lite",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user