summaryrefslogtreecommitdiffstats
path: root/media/DEPS
blob: a8ee49d12a68fcf88b1d2ddf9f1581378047036c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Do NOT add net/ or ui/base without a great reason, they're huge!
include_rules = [
  "+crypto",
  "+device/udev_linux",
  "+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",
  "+third_party/widevine/cdm/widevine_cdm_common.h",
  "-media/blink",
]