summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/modules/audio_processing/DEPS
blob: 79fd07178568bbded26ef941b73a69aec61ff806 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include_rules = [
  "+audio/utility/audio_frame_operations.h",
  "+common_audio",
  "+system_wrappers",
]

specific_include_rules = {
  ".*test\.cc": [
    "+rtc_tools",
    # Android platform build has different paths.
    "+gtest",
    "+external/webrtc",
  ],
}