summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/webrtc/modules/video_coding/DEPS
blob: b4612db9777169974f465a93cebfdee6c23f89fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
include_rules = [
  "+vpx",
  "+call",
  "+common_video",
  "+system_wrappers",
  "+rtc_tools",
]

specific_include_rules = {
  "android_test_initializer\.cc": [
    "+base/android",
    "+sdk",
  ],
  "(.*test\.cc|.*test\.h|.*test\.mm)": [
     "+media/base",
     "+media/engine",
     "+sdk",
  ],
}