summaryrefslogtreecommitdiff
path: root/chromium/gpu/ipc/common/DEPS
blob: 1b22eccf17e876375ee3fe0c8ed861c6fb39648c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include_rules = [
  "+base",
  "+components/viz/common/resources/resource_format.h",
  "+ipc",
  "+mojo",
  "+ui/base",
  "+ui/latency",
]

specific_include_rules = {
  "gpu_messages.h": [
    "+third_party/skia/include/gpu/GrTypes.h",
    "+third_party/skia/include/core/SkImageInfo.h",
  ],
}