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

Unified Diff: webrtc/modules/audio_coding/BUILD.gn

Issue 2364403004: Creating controller manager from config string in audio network adaptor. (Closed)
Patch Set: rebasing Created 4 years, 2 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/audio_coding/BUILD.gn
diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
index bafeffb6a78a4d9d96e8c22ddd5d35a5b978c840..ef5ea96be20f181080cb140123d32a5f8b358305 100644
--- a/webrtc/modules/audio_coding/BUILD.gn
+++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -701,6 +701,12 @@ if (rtc_enable_protobuf) {
]
proto_out_dir = "webrtc/modules/audio_coding/audio_network_adaptor"
}
+ proto_library("ana_config_proto") {
+ sources = [
+ "audio_network_adaptor/config.proto",
+ ]
+ proto_out_dir = "webrtc/modules/audio_coding/audio_network_adaptor"
+ }
}
source_set("audio_network_adaptor") {
@@ -733,6 +739,7 @@ source_set("audio_network_adaptor") {
if (rtc_enable_protobuf) {
deps = [
+ ":ana_config_proto",
":ana_debug_dump_proto",
]
defines = [ "WEBRTC_AUDIO_NETWORK_ADAPTOR_DEBUG_DUMP" ]
« no previous file with comments | « webrtc/modules/BUILD.gn ('k') | webrtc/modules/audio_coding/audio_network_adaptor/audio_network_adaptor.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698