summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/webrtc/audio/DEPS
blob: 0f952a3e7aaeaa10cdce7197ff149aba9e476c61 (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
28
include_rules = [
  "+call",
  "+common_audio",
  "+logging/rtc_event_log",
  "+modules/audio_coding",
  "+modules/audio_device",
  "+modules/audio_mixer",
  "+modules/audio_processing/include",
  "+modules/bitrate_controller",
  "+modules/congestion_controller",
  "+modules/pacing",
  "+modules/remote_bitrate_estimator",
  "+modules/rtp_rtcp",
  "+system_wrappers",
  "+voice_engine",
]

specific_include_rules = {
  "audio_send_stream.cc": [
    "+modules/audio_coding/codecs/cng/audio_encoder_cng.h",
  ],
  # TODO(ossu): Remove this exception when builtin_audio_encoder_factory.h
  # has moved to api/, or when the proper mocks have been made.
  "audio_send_stream_unittest.cc": [
    "+modules/audio_coding/codecs/builtin_audio_encoder_factory.h",
  ],
}