summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/webrtc/test/DEPS
blob: 39f107b9b2d62b8e6fa95c04aaf34e336e9258a2 (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
include_rules = [
  "+third_party/libjpeg",
  "+third_party/libjpeg_turbo",
  "+call",
  "+common_audio",
  "+common_video",
  "+logging/rtc_event_log",
  "+media/base",
  "+modules/audio_coding",
  "+modules/audio_device",
  "+modules/audio_mixer",
  "+modules/audio_processing",
  "+modules/media_file",
  "+modules/rtp_rtcp",
  "+modules/video_capture",
  "+modules/video_coding",
  "+sdk",
  "+system_wrappers",
  "+voice_engine",
]

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",
  ],
  ".*pseudotcp_parser_fuzzer\.cc": [
    "+p2p/base/pseudotcp.h",
  ],
  ".*stun_parser_fuzzer\.cc": [
    "+p2p/base/stun.h",
  ],
  ".*stun_validator_fuzzer\.cc": [
    "+p2p/base/stun.h",
  ],
}