mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 22:00:47 +01:00

AudioFrameOperations was moved from modules/utility to audio/utility over 1 year ago. This CL finally removes the modules/utility/include/audio_frame_operations.h header and closes the bug. TBR=perkj@webrtc.org Bug: webrtc:6548 Change-Id: I36230eadef2f8edb81008562fdc9208cf29845a4 Reviewed-on: https://webrtc-review.googlesource.com/36140 Reviewed-by: Alex Loiko <aleloi@webrtc.org> Commit-Queue: Alex Loiko <aleloi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21712}
5 lines
80 B
Python
5 lines
80 B
Python
include_rules = [
|
|
"+common_audio",
|
|
"+common_video",
|
|
"+system_wrappers",
|
|
]
|