xref: /aosp_15_r20/external/webrtc/pc/DEPS (revision d9f758449e529ab9291ac668be2861e7a55c2422)
1*d9f75844SAndroid Build Coastguard Workerinclude_rules = [
2*d9f75844SAndroid Build Coastguard Worker  "+third_party/libsrtp",
3*d9f75844SAndroid Build Coastguard Worker  "+call",
4*d9f75844SAndroid Build Coastguard Worker  "+common_video",
5*d9f75844SAndroid Build Coastguard Worker  "+logging/rtc_event_log",
6*d9f75844SAndroid Build Coastguard Worker  "+logging/rtc_event_log",
7*d9f75844SAndroid Build Coastguard Worker  "+media",
8*d9f75844SAndroid Build Coastguard Worker  "+modules/audio_device",
9*d9f75844SAndroid Build Coastguard Worker  "+modules/audio_processing",
10*d9f75844SAndroid Build Coastguard Worker  "+modules/congestion_controller",
11*d9f75844SAndroid Build Coastguard Worker  "+modules/rtp_rtcp",
12*d9f75844SAndroid Build Coastguard Worker  "+modules/video_coding",
13*d9f75844SAndroid Build Coastguard Worker  "+modules/video_render",
14*d9f75844SAndroid Build Coastguard Worker  "+p2p",
15*d9f75844SAndroid Build Coastguard Worker  "+system_wrappers",
16*d9f75844SAndroid Build Coastguard Worker]
17*d9f75844SAndroid Build Coastguard Worker
18*d9f75844SAndroid Build Coastguard Workerspecific_include_rules = {
19*d9f75844SAndroid Build Coastguard Worker  "androidtestinitializer\.cc": [
20*d9f75844SAndroid Build Coastguard Worker    "+base/android",  # Allowed only for Android tests.
21*d9f75844SAndroid Build Coastguard Worker  ],
22*d9f75844SAndroid Build Coastguard Worker  "srtpfilter_unittest\.cc": [
23*d9f75844SAndroid Build Coastguard Worker    "+crypto",
24*d9f75844SAndroid Build Coastguard Worker  ],
25*d9f75844SAndroid Build Coastguard Worker}
26