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

Unified Diff: webrtc/voice_engine/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/voice_engine/BUILD.gn
diff --git a/webrtc/voice_engine/BUILD.gn b/webrtc/voice_engine/BUILD.gn
index 79ecca552cc61d9c8cfe4bcc3cf004822fc56487..6cb781d9400b13a4e4920c2e02f0df723ea7e319 100644
--- a/webrtc/voice_engine/BUILD.gn
+++ b/webrtc/voice_engine/BUILD.gn
@@ -102,6 +102,7 @@ rtc_static_library("voice_engine") {
"../modules/pacing",
"../modules/rtp_rtcp",
"../modules/utility",
+ "../modules/utility:audio_frame_operations",
"../system_wrappers",
]
}

Powered by Google App Engine
This is Rietveld 408576698