Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(308)

Unified Diff: webrtc/modules/BUILD.gn

Issue 2364403004: Creating controller manager from config string in audio network adaptor. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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" ]

Powered by Google App Engine
This is Rietveld 408576698