xref: /aosp_15_r20/external/webrtc/test/DEPS (revision d9f758449e529ab9291ac668be2861e7a55c2422)
1include_rules = [
2  "+third_party/libjpeg",
3  "+third_party/libjpeg_turbo",
4  "+call",
5  "+common_audio",
6  "+common_video",
7  "+logging/rtc_event_log",
8  "+media/base",
9  "+media/sctp",
10  "+media/engine",
11  "+modules/audio_coding",
12  "+modules/congestion_controller",
13  "+modules/audio_device",
14  "+modules/audio_mixer",
15  "+modules/audio_processing",
16  "+modules/congestion_controller/bbr",
17  "+modules/rtp_rtcp",
18  "+modules/utility",
19  "+modules/video_capture",
20  "+modules/video_coding",
21  "+p2p/base/basic_packet_socket_factory.h",
22  "+sdk",
23  "+system_wrappers",
24  "+third_party/libyuv",
25  "+video/config",
26]
27
28specific_include_rules = {
29  "gmock\.h": [
30    "+testing/gmock/include/gmock",
31  ],
32  "gtest\.h": [
33    "+testing/gtest/include/gtest",
34  ],
35  ".*congestion_controller_feedback_fuzzer\.cc": [
36    "+modules/congestion_controller/include/receive_side_congestion_controller.h",
37    "+modules/pacing/packet_router.h",
38    "+modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h",
39  ],
40  ".*mdns_parser_fuzzer\.cc": [
41    "+p2p/base/mdns_message.h",
42  ],
43  ".*pseudotcp_parser_fuzzer\.cc": [
44    "+p2p/base/pseudo_tcp.h",
45  ],
46  ".*stun_parser_fuzzer\.cc": [
47    "+p2p/base/stun.h",
48  ],
49  ".*stun_validator_fuzzer\.cc": [
50    "+p2p/base/stun.h",
51  ],
52  ".*test_main\.cc": [
53    "+absl/debugging/failure_signal_handler.h",
54    "+absl/debugging/symbolize.h",
55  ],
56  ".*test_peer\.(h|cc)": [
57    "+pc",
58    "+p2p",
59  ],
60  ".*test_peer_factory\.(h|cc)": [
61    "+pc",
62    "+p2p",
63  ],
64  ".*peer_connection_quality_test_params\.h": [
65    "+p2p/base/port_allocator.h",
66  ],
67  ".*network_emulation_pc_unittest\.cc": [
68    "+pc/peer_connection_wrapper.h",
69    "+pc/test/mock_peer_connection_observers.h",
70    "+p2p/client/basic_port_allocator.h",
71  ],
72  ".*peer_connection_quality_test\.(h|cc)": [
73    "+pc",
74  ],
75  ".*sdp_changer\.(h|cc)": [
76    "+pc",
77    "+p2p",
78  ],
79  ".*test_video_capturer_video_track_source.h": [
80    "+pc",
81  ],
82  "benchmark_main\.cc": [
83    "+benchmark",
84  ],
85  "emulated_turn_server\.h": [
86     "+p2p/base/turn_server.h",
87  ]
88}
89