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

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

Issue 2308573002: Adding AudioNetworkAdaptor interfaces. (Closed)
Patch Set: removing non-abstract-class methods 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
« no previous file with comments | « webrtc/modules/BUILD.gn ('k') | webrtc/modules/audio_coding/audio_coding.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_coding/BUILD.gn
diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
index db97e24d014273d65c5f38b6cf8296c9a7462454..83fd72f4e92665ab30ea2732c450009beb81d628 100644
--- a/webrtc/modules/audio_coding/BUILD.gn
+++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -127,6 +127,7 @@ rtc_source_set("audio_coding") {
}
deps = audio_coding_deps + [
+ ":audio_network_adaptor",
":neteq",
":rent_a_codec",
"../..:rtc_event_log",
@@ -759,6 +760,15 @@ rtc_source_set("webrtc_opus") {
}
}
+source_set("audio_network_adaptor") {
+ sources = [
+ "audio_network_adaptor/audio_network_adaptor.cc",
+ "audio_network_adaptor/include/audio_network_adaptor.h",
+ ]
+ configs += [ "../..:common_config" ]
+ public_configs = [ "../..:common_inherited_config" ]
+}
+
config("neteq_config") {
include_dirs = [
# Need Opus header files for the audio classifier.
« no previous file with comments | « webrtc/modules/BUILD.gn ('k') | webrtc/modules/audio_coding/audio_coding.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698