summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/modules/video_coding/DEPS
blob: d62707c2f9c6ffaeebdd89dbd8cb4b5beb759b38 (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
include_rules = [
  "+vpx",
  "+call",
  "+common_video",
  "+sdk",
  "+system_wrappers",
  "+rtc_tools",
  "+third_party/libyuv",
  "+rtc_base/system/rtc_export.h",
  "+video/config",
]

specific_include_rules = {
  "android_codec_factory_helper\.cc": [
    "+base/android",
  ],
  "multiplex_encoder_adapter\.cc": [
    "+media/base",
  ],
  ".*test.*\.cc": [
     "+media/base",
     "+media/engine",
     "+video/config",
  ],
}