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

Unified Diff: webrtc/modules/audio_mixer/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_mixer/BUILD.gn
diff --git a/webrtc/modules/audio_mixer/BUILD.gn b/webrtc/modules/audio_mixer/BUILD.gn
index 412b4d08f78a6e62665129eefb60ae1f04f893fa..c53d4cea21a8656a0731984376c504a44a091f83 100644
--- a/webrtc/modules/audio_mixer/BUILD.gn
+++ b/webrtc/modules/audio_mixer/BUILD.gn
@@ -33,7 +33,7 @@ rtc_static_library("audio_mixer") {
"../..:webrtc_common",
"../../base:rtc_base_approved",
"../../modules/audio_processing",
- "../../modules/utility",
+ "../../modules/utility:audio_frame_operations",
"../../system_wrappers",
"../../voice_engine:level_indicator",
]

Powered by Google App Engine
This is Rietveld 408576698