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

Unified Diff: webrtc/modules/audio_processing/DEPS

Issue 2424173003: Move functionality out from AudioFrame and into AudioFrameOperations. (Closed)
Patch Set: Removed unneeded checks for #channels <= 2. 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
Index: webrtc/modules/audio_processing/DEPS
diff --git a/webrtc/modules/audio_processing/DEPS b/webrtc/modules/audio_processing/DEPS
index e9ac967c58e07d7825249bacc40d424227470ada..bfaaaf5f5d6e8dfeb8a7ce8ebb2ef85769df2bd5 100644
--- a/webrtc/modules/audio_processing/DEPS
+++ b/webrtc/modules/audio_processing/DEPS
@@ -1,4 +1,5 @@
include_rules = [
+ "+webrtc/audio/utility/audio_frame_operations.h",
"+webrtc/base",
"+webrtc/common_audio",
"+webrtc/system_wrappers",

Powered by Google App Engine
This is Rietveld 408576698