summaryrefslogtreecommitdiffstats
path: root/media/DEPS
blob: 57eecbbc0c8c56022ba15126c005254352fbf117 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Do NOT add net/ or ui/base without a great reason, they're huge!
include_rules = [
  "+gpu",
  "+jni",
  "+skia/ext",
  "+third_party/ffmpeg",
  "+third_party/libvpx",
  "+third_party/libyuv",
  "+third_party/opus",
  "+third_party/skia",
  "+ui/events",
  "+ui/gfx",
  "+ui/gl",
  "+ui/ozone",
  "-media/blink",
]