aboutsummaryrefslogtreecommitdiff
path: root/audio/DEPS
blob: 8bb1f808052e547c2e87f841c7a24af3ad4442ce (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
include_rules = [
  "+call",
  "+common_audio",
  "+logging/rtc_event_log",
  "+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/remote_bitrate_estimator",
  "+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",
  ]
}