xref: /aosp_15_r20/external/webrtc/call/DEPS (revision d9f758449e529ab9291ac668be2861e7a55c2422)
1*d9f75844SAndroid Build Coastguard Workerinclude_rules = [
2*d9f75844SAndroid Build Coastguard Worker  "+audio",
3*d9f75844SAndroid Build Coastguard Worker  "+logging/rtc_event_log",
4*d9f75844SAndroid Build Coastguard Worker  "+modules/async_audio_processing",
5*d9f75844SAndroid Build Coastguard Worker  "+modules/audio_coding",
6*d9f75844SAndroid Build Coastguard Worker  "+modules/audio_device",
7*d9f75844SAndroid Build Coastguard Worker  "+modules/audio_mixer",
8*d9f75844SAndroid Build Coastguard Worker  "+modules/audio_processing",
9*d9f75844SAndroid Build Coastguard Worker  "+modules/bitrate_controller",
10*d9f75844SAndroid Build Coastguard Worker  "+modules/congestion_controller",
11*d9f75844SAndroid Build Coastguard Worker  "+modules/video_coding",
12*d9f75844SAndroid Build Coastguard Worker  "+modules/pacing",
13*d9f75844SAndroid Build Coastguard Worker  "+modules/rtp_rtcp",
14*d9f75844SAndroid Build Coastguard Worker  "+modules/utility",
15*d9f75844SAndroid Build Coastguard Worker  "+system_wrappers",
16*d9f75844SAndroid Build Coastguard Worker  "+video",
17*d9f75844SAndroid Build Coastguard Worker]
18*d9f75844SAndroid Build Coastguard Worker
19*d9f75844SAndroid Build Coastguard Workerspecific_include_rules = {
20*d9f75844SAndroid Build Coastguard Worker  "video_receive_stream\.h": [
21*d9f75844SAndroid Build Coastguard Worker    "+common_video/frame_counts.h",
22*d9f75844SAndroid Build Coastguard Worker  ],
23*d9f75844SAndroid Build Coastguard Worker  "video_send_stream\.h": [
24*d9f75844SAndroid Build Coastguard Worker    "+common_video",
25*d9f75844SAndroid Build Coastguard Worker  ],
26*d9f75844SAndroid Build Coastguard Worker  "rtp_transport_controller_send_interface\.h": [
27*d9f75844SAndroid Build Coastguard Worker    "+common_video/frame_counts.h",
28*d9f75844SAndroid Build Coastguard Worker  ],
29*d9f75844SAndroid Build Coastguard Worker  "call_perf_tests\.cc": [
30*d9f75844SAndroid Build Coastguard Worker    "+media/engine",
31*d9f75844SAndroid Build Coastguard Worker  ]
32*d9f75844SAndroid Build Coastguard Worker}
33