use link_deps in ana_debug_dump_proto

I will deprecate deps in proto_library for improved build throughput.
We can use link_deps here instead.

Bug: chromium:938011
Change-Id: Iafa83000c3f7f9ffdc0c376a2297b4a9380b7594
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/125820
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Takuto Ikuta <tikuta@google.com>
Cr-Commit-Position: refs/heads/master@{#26989}
This commit is contained in:
Takuto Ikuta 2019-03-06 17:53:55 +09:00 committed by Commit Bot
parent d738071e63
commit 745cfb9997

View File

@ -820,9 +820,7 @@ if (rtc_enable_protobuf) {
sources = [
"audio_network_adaptor/debug_dump.proto",
]
deps = [
":ana_config_proto",
]
link_deps = [ ":ana_config_proto" ]
proto_out_dir = "modules/audio_coding/audio_network_adaptor"
}
proto_library("ana_config_proto") {