Add gn dependency between ana_debug_dump_proto and ana_config_proto.
BUG=chromium:746106 Review-Url: https://codereview.webrtc.org/2985853002 Cr-Commit-Position: refs/heads/master@{#19158}
This commit is contained in:
parent
74544f9d1b
commit
58f1725ff1
@ -885,6 +885,9 @@ if (rtc_enable_protobuf) {
|
||||
sources = [
|
||||
"audio_network_adaptor/debug_dump.proto",
|
||||
]
|
||||
deps = [
|
||||
":ana_config_proto",
|
||||
]
|
||||
proto_out_dir = "webrtc/modules/audio_coding/audio_network_adaptor"
|
||||
}
|
||||
proto_library("ana_config_proto") {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user