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

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

Issue 2424173003: Move functionality out from AudioFrame and into AudioFrameOperations. (Closed)
Patch Set: 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 078fb4bccccaf8aae144366bf0d707249af04181..3d10dc965a40b6090b448ffc9fab2bf20250a264 100644
--- a/webrtc/modules/audio_coding/BUILD.gn
+++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -846,6 +846,7 @@ rtc_static_library("neteq") {
"../..:webrtc_common",
"../../common_audio",
"../../system_wrappers",
+ "../utility:audio_frame_operations",
]
defines = []

Powered by Google App Engine
This is Rietveld 408576698