xref: /aosp_15_r20/external/webrtc/rtc_tools/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  "+common_video",
5*d9f75844SAndroid Build Coastguard Worker  "+logging/rtc_event_log",
6*d9f75844SAndroid Build Coastguard Worker  "+media",
7*d9f75844SAndroid Build Coastguard Worker  "+modules/audio_device",
8*d9f75844SAndroid Build Coastguard Worker  "+modules/audio_coding/audio_network_adaptor",
9*d9f75844SAndroid Build Coastguard Worker  "+modules/audio_coding/neteq/include",
10*d9f75844SAndroid Build Coastguard Worker  "+modules/audio_coding/neteq/tools",
11*d9f75844SAndroid Build Coastguard Worker  "+modules/audio_processing",
12*d9f75844SAndroid Build Coastguard Worker  "+modules/bitrate_controller",
13*d9f75844SAndroid Build Coastguard Worker  "+modules/remote_bitrate_estimator",
14*d9f75844SAndroid Build Coastguard Worker  "+modules/congestion_controller",
15*d9f75844SAndroid Build Coastguard Worker  "+modules/pacing",
16*d9f75844SAndroid Build Coastguard Worker  "+modules/rtp_rtcp",
17*d9f75844SAndroid Build Coastguard Worker  "+system_wrappers",
18*d9f75844SAndroid Build Coastguard Worker  "+p2p",
19*d9f75844SAndroid Build Coastguard Worker  "+third_party/libyuv",
20*d9f75844SAndroid Build Coastguard Worker  "+video/config",
21*d9f75844SAndroid Build Coastguard Worker]
22*d9f75844SAndroid Build Coastguard Worker
23*d9f75844SAndroid Build Coastguard Workerspecific_include_rules = {
24*d9f75844SAndroid Build Coastguard Worker  ".*ivf_converter\.cc": [
25*d9f75844SAndroid Build Coastguard Worker    "+absl/debugging/failure_signal_handler.h",
26*d9f75844SAndroid Build Coastguard Worker    "+absl/debugging/symbolize.h",
27*d9f75844SAndroid Build Coastguard Worker    "+modules/video_coding/codecs/vp8/include/vp8.h",
28*d9f75844SAndroid Build Coastguard Worker    "+modules/video_coding/codecs/vp9/include/vp9.h",
29*d9f75844SAndroid Build Coastguard Worker    "+modules/video_coding/include/video_error_codes.h",
30*d9f75844SAndroid Build Coastguard Worker    "+modules/video_coding/utility/ivf_file_writer.h",
31*d9f75844SAndroid Build Coastguard Worker    "+modules/video_coding/codecs/h264/include/h264.h",
32*d9f75844SAndroid Build Coastguard Worker  ],
33*d9f75844SAndroid Build Coastguard Worker  ".*video_replay\.cc": [
34*d9f75844SAndroid Build Coastguard Worker    "+modules/video_coding/utility/ivf_file_writer.h",
35*d9f75844SAndroid Build Coastguard Worker  ],
36*d9f75844SAndroid Build Coastguard Worker}
37