Index: webrtc/modules/BUILD.gn |
diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn |
index b3bfbac46f2bb3d58878cba65ae4076c688e99bc..86d46b730f9a2fba723b7889ec140f8f0fb6de65 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" ] |