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

Unified Diff: webrtc/modules/utility/DEPS

Issue 2424173003: Move functionality out from AudioFrame and into AudioFrameOperations. (Closed)
Patch Set: Updated deprecation notice, minimized diff to original unittest. Created 4 years, 1 month 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/utility/DEPS
diff --git a/webrtc/modules/utility/DEPS b/webrtc/modules/utility/DEPS
index 1a2885bbd3278bf2a190bbce08b3321e519034a3..ba56c5cb3145cd8f261daf3a5a92250bbdd8a0fa 100644
--- a/webrtc/modules/utility/DEPS
+++ b/webrtc/modules/utility/DEPS
@@ -1,4 +1,9 @@
include_rules = [
+ "+webrtc/audio/utility/audio_frame_operations.h", # TODO(aleloi):
+ # remove when
+ # clients
+ # update. See
+ # bugs.webrtc.org/6548.
"+webrtc/base",
"+webrtc/common_audio",
"+webrtc/common_video",

Powered by Google App Engine
This is Rietveld 408576698