Files
platform-external-webrtc/webrtc/modules/utility/DEPS
aleloi 6321b49a0d Move functionality out from AudioFrame and into AudioFrameOperations.
This CL is in preparation to move the AudioFrame into webrtc/api. The
AudioFrame is a POD type used for representing 10ms of audio. It
appears as a parameter and return value of interfaces being migrated
to webrtc/api, in particular AudioMixer.

Here, methods operator+=, operator>>=, Mute are
moved into a new target webrtc/audio/utility/audio_frame_operations,
and dependencies are changed to use
the new versions. The old AudioFrame methods are marked deprecated.

The audio frame utilities in webrtc/modules/utility:audio_frame_operations
are also moved to the new location.

TBR=kjellander@webrtc.org
BUG=webrtc:6548
NOPRESUBMIT=True

Review-Url: https://codereview.webrtc.org/2424173003
Cr-Commit-Position: refs/heads/master@{#15413}
2016-12-05 09:46:20 +00:00

10 lines
247 B
Python

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",
"+webrtc/system_wrappers",
]