summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/audio/DEPS
blob: 7a0c7e7ce62ed5208e71683141942fb6dcccfc8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
include_rules = [
  "+call",
  "+common_audio",
  "+logging/rtc_event_log",
  "+media/base",
  "+modules/async_audio_processing",
  "+modules/audio_coding",
  "+modules/audio_device",
  "+modules/audio_mixer",
  "+modules/audio_processing",
  "+modules/audio_processing/include",
  "+modules/bitrate_controller",
  "+modules/congestion_controller",
  "+modules/pacing",
  "+modules/rtp_rtcp",
  "+modules/utility",
  "+system_wrappers",
]

specific_include_rules = {
  "audio_send_stream.cc": [
    "+modules/audio_coding/codecs/cng/audio_encoder_cng.h",
  ],
  "audio_transport_impl.h": [
    "+modules/audio_processing/typing_detection.h",
  ]
}