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:
jbudorick 2017-07-26 14:49:20 -07:00 committed by Commit Bot
parent 74544f9d1b
commit 58f1725ff1

View File

@ -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") {