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:
Mirko Bonadei
2018-08-13 15:04:25 +02:00
committed by Commit Bot
parent db7ea8c45f
commit d8661a05ff

View File

@ -54,7 +54,8 @@ rtc_source_set("protobuf_utils") {
"protobuf_utils.h",
]
if (rtc_enable_protobuf) {
public_deps = [
public_configs = [ "//third_party/protobuf:protobuf_config" ]
deps = [
"//third_party/protobuf:protobuf_lite",
]
}