summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/rtc_tools/DEPS
blob: 4d99061b8d7b3808e49e9846a5e89a86d1f96284 (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
include_rules = [
  "+call",
  "+common_audio",
  "+common_video",
  "+logging/rtc_event_log",
  "+media",
  "+modules/audio_device",
  "+modules/audio_coding/audio_network_adaptor",
  "+modules/audio_coding/neteq/include",
  "+modules/audio_coding/neteq/tools",
  "+modules/audio_processing",
  "+modules/bitrate_controller",
  "+modules/remote_bitrate_estimator",
  "+modules/congestion_controller",
  "+modules/pacing",
  "+modules/rtp_rtcp",
  "+system_wrappers",
  "+p2p",
  "+third_party/libyuv",
  "+video/config",
]

specific_include_rules = {
  ".*ivf_converter\.cc": [
    "+absl/debugging/failure_signal_handler.h",
    "+absl/debugging/symbolize.h",
    "+modules/video_coding/codecs/vp8/include/vp8.h",
    "+modules/video_coding/codecs/vp9/include/vp9.h",
    "+modules/video_coding/include/video_error_codes.h",
    "+modules/video_coding/utility/ivf_file_writer.h",
    "+modules/video_coding/codecs/h264/include/h264.h",
  ],
  ".*video_replay\.cc": [
    "+modules/video_coding/utility/ivf_file_writer.h",
  ],
}