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