summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/test/DEPS
blob: a9e9a7b5f17a0e46465c9ce4ddd0b11027e71333 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
include_rules = [
  "+third_party/libjpeg",
  "+third_party/libjpeg_turbo",
  "+call",
  "+common_audio",
  "+common_video",
  "+logging/rtc_event_log",
  "+media/base",
  "+media/sctp",
  "+media/engine",
  "+modules/audio_coding",
  "+modules/congestion_controller",
  "+modules/audio_device",
  "+modules/audio_mixer",
  "+modules/audio_processing",
  "+modules/congestion_controller/bbr",
  "+modules/rtp_rtcp",
  "+modules/utility",
  "+modules/video_capture",
  "+modules/video_coding",
  "+p2p/base/basic_packet_socket_factory.h",
  "+sdk",
  "+system_wrappers",
  "+third_party/libyuv",
  "+video/config",
]

specific_include_rules = {
  "gmock\.h": [
    "+testing/gmock/include/gmock",
  ],
  "gtest\.h": [
    "+testing/gtest/include/gtest",
  ],
  ".*congestion_controller_feedback_fuzzer\.cc": [
    "+modules/congestion_controller/include/receive_side_congestion_controller.h",
    "+modules/pacing/packet_router.h",
    "+modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h",
  ],
  ".*mdns_parser_fuzzer\.cc": [
    "+p2p/base/mdns_message.h",
  ],
  ".*pseudotcp_parser_fuzzer\.cc": [
    "+p2p/base/pseudo_tcp.h",
  ],
  ".*stun_parser_fuzzer\.cc": [
    "+p2p/base/stun.h",
  ],
  ".*stun_validator_fuzzer\.cc": [
    "+p2p/base/stun.h",
  ],
  ".*test_main\.cc": [
    "+absl/debugging/failure_signal_handler.h",
    "+absl/debugging/symbolize.h",
  ],
  ".*test_peer\.(h|cc)": [
    "+pc",
    "+p2p",
  ],
  ".*test_peer_factory\.(h|cc)": [
    "+pc",
    "+p2p",
  ],
  ".*peer_connection_quality_test_params\.h": [
    "+p2p/base/port_allocator.h",
  ],
  ".*network_emulation_pc_unittest\.cc": [
    "+pc/peer_connection_wrapper.h",
    "+pc/test/mock_peer_connection_observers.h",
    "+p2p/client/basic_port_allocator.h",
  ],
  ".*peer_connection_quality_test\.(h|cc)": [
    "+pc",
  ],
  ".*sdp_changer\.(h|cc)": [
    "+pc",
    "+p2p",
  ],
  ".*test_video_capturer_video_track_source.h": [
    "+pc",
  ],
  "benchmark_main\.cc": [
    "+benchmark",
  ],
  "emulated_turn_server\.h": [
     "+p2p/base/turn_server.h",
  ]
}