xref: /aosp_15_r20/external/webrtc/audio/DEPS (revision d9f758449e529ab9291ac668be2861e7a55c2422)
1*d9f75844SAndroid Build Coastguard Workerinclude_rules = [
2*d9f75844SAndroid Build Coastguard Worker  "+call",
3*d9f75844SAndroid Build Coastguard Worker  "+common_audio",
4*d9f75844SAndroid Build Coastguard Worker  "+logging/rtc_event_log",
5*d9f75844SAndroid Build Coastguard Worker  "+media/base",
6*d9f75844SAndroid Build Coastguard Worker  "+modules/async_audio_processing",
7*d9f75844SAndroid Build Coastguard Worker  "+modules/audio_coding",
8*d9f75844SAndroid Build Coastguard Worker  "+modules/audio_device",
9*d9f75844SAndroid Build Coastguard Worker  "+modules/audio_mixer",
10*d9f75844SAndroid Build Coastguard Worker  "+modules/audio_processing",
11*d9f75844SAndroid Build Coastguard Worker  "+modules/audio_processing/include",
12*d9f75844SAndroid Build Coastguard Worker  "+modules/bitrate_controller",
13*d9f75844SAndroid Build Coastguard Worker  "+modules/congestion_controller",
14*d9f75844SAndroid Build Coastguard Worker  "+modules/pacing",
15*d9f75844SAndroid Build Coastguard Worker  "+modules/rtp_rtcp",
16*d9f75844SAndroid Build Coastguard Worker  "+modules/utility",
17*d9f75844SAndroid Build Coastguard Worker  "+system_wrappers",
18*d9f75844SAndroid Build Coastguard Worker]
19*d9f75844SAndroid Build Coastguard Worker
20*d9f75844SAndroid Build Coastguard Workerspecific_include_rules = {
21*d9f75844SAndroid Build Coastguard Worker  "audio_send_stream.cc": [
22*d9f75844SAndroid Build Coastguard Worker    "+modules/audio_coding/codecs/cng/audio_encoder_cng.h",
23*d9f75844SAndroid Build Coastguard Worker  ],
24*d9f75844SAndroid Build Coastguard Worker  "audio_transport_impl.h": [
25*d9f75844SAndroid Build Coastguard Worker    "+modules/audio_processing/typing_detection.h",
26*d9f75844SAndroid Build Coastguard Worker  ]
27*d9f75844SAndroid Build Coastguard Worker}
28