summaryrefslogtreecommitdiffstats
path: root/media/DEPS
blob: c3a4f49fc874baba3f9c208d19ee119b64026376 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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/libwebm",
  "+third_party/libvpx_new",
  "+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",
]