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

Unified Diff: webrtc/voice_engine/BUILD.gn

Issue 2424173003: Move functionality out from AudioFrame and into AudioFrameOperations. (Closed)
Patch Set: Include order & DCHECKs. Created 4 years 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/utility/source/audio_frame_operations_unittest.cc ('k') | webrtc/voice_engine/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/voice_engine/BUILD.gn
diff --git a/webrtc/voice_engine/BUILD.gn b/webrtc/voice_engine/BUILD.gn
index f68b6423d98987d79cbb584f9a4b472dab772ea8..6413c1842a27c172c71418078ebefdda3c93050a 100644
--- a/webrtc/voice_engine/BUILD.gn
+++ b/webrtc/voice_engine/BUILD.gn
@@ -90,6 +90,7 @@ rtc_static_library("voice_engine") {
"../api:audio_mixer_api",
"../api:call_api",
"../api:transport_api",
+ "../audio/utility:audio_frame_operations",
"../base:rtc_base_approved",
"../common_audio",
"../logging:rtc_event_log_api",
« no previous file with comments | « webrtc/modules/utility/source/audio_frame_operations_unittest.cc ('k') | webrtc/voice_engine/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698