summaryrefslogtreecommitdiff
path: root/chromium/components/viz/display_compositor/DEPS
blob: 5f7809be7ec9f11315f63eeabb1e01d34871ea87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
include_rules = [
  "+cc/base",
  "+cc/ipc",
  "+cc/output",
  "+cc/resources",
  "+cc/surfaces",
  "+cc/test",
  "+gpu/GLES2",
  "+gpu/command_buffer/client",
  "+gpu/command_buffer/common",
  "+gpu/ipc",
  "+gpu/ipc/common",
  "+mojo/public/cpp/bindings",
  "+mojo/public/cpp/system",
  "+third_party/khronos/GLES2",
  "+third_party/skia",
  "+ui/display",
  "+ui/gfx",
  "+ui/gl",
  "+ui/ozone/public",
]

specific_include_rules = {
  "yuv_readback_unittest\.cc": [
    "+media/base",
  ],
}