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