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

Unified Diff: webrtc/modules/utility/DEPS

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/BUILD.gn ('k') | webrtc/modules/utility/include/audio_frame_operations.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/utility/DEPS
diff --git a/webrtc/modules/utility/DEPS b/webrtc/modules/utility/DEPS
index 1a2885bbd3278bf2a190bbce08b3321e519034a3..d07d35281766faedf784d96d44a0cdd5b4982f0b 100644
--- a/webrtc/modules/utility/DEPS
+++ b/webrtc/modules/utility/DEPS
@@ -1,4 +1,7 @@
include_rules = [
+ # TODO(aleloi): remove when clients update. See
+ # bugs.webrtc.org/6548.
+ "+webrtc/audio/utility/audio_frame_operations.h",
"+webrtc/base",
"+webrtc/common_audio",
"+webrtc/common_video",
« no previous file with comments | « webrtc/modules/utility/BUILD.gn ('k') | webrtc/modules/utility/include/audio_frame_operations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698