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

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

Issue 1410073006: ACM: Move NACK functionality inside NetEq (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Add function descriptions Created 5 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 7bbcd3aee2d40eaccdfbdafb6cae6daba9731e8a..188e6e783848325d21f8fe7c393c3d9dd7c8ed70 100644
--- a/webrtc/modules/audio_coding/BUILD.gn
+++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -36,8 +36,6 @@ source_set("audio_coding") {
"main/acm2/codec_owner.h",
"main/acm2/initial_delay_manager.cc",
"main/acm2/initial_delay_manager.h",
- "main/acm2/nack.cc",
- "main/acm2/nack.h",
"main/interface/audio_coding_module.h",
"main/interface/audio_coding_module_typedefs.h",
]
@@ -767,6 +765,8 @@ source_set("neteq") {
"neteq/interface/neteq.h",
"neteq/merge.cc",
"neteq/merge.h",
+ "neteq/nack.cc",
+ "neteq/nack.h",
"neteq/neteq.cc",
"neteq/neteq_impl.cc",
"neteq/neteq_impl.h",
« no previous file with comments | « no previous file | webrtc/modules/audio_coding/main/acm2/acm_receiver.h » ('j') | webrtc/modules/audio_coding/neteq/nack.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698