| Index: webrtc/modules/BUILD.gn
|
| diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn
|
| index ccc681c02fc3056799d452f86f006a8954237de8..1e2aceda47e2ec2cf7d6ef95bceae9bf7d11e3f1 100644
|
| --- a/webrtc/modules/BUILD.gn
|
| +++ b/webrtc/modules/BUILD.gn
|
| @@ -254,6 +254,10 @@ if (rtc_include_tests) {
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| ]
|
| + if (rtc_enable_protobuf) {
|
| + deps += [ "audio_coding:ana_config_proto" ]
|
| + defines = [ "WEBRTC_AUDIO_NETWORK_ADAPTOR_DEBUG_DUMP" ]
|
| + }
|
| if (is_clang) {
|
| # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
|
| suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
|
|
|