summaryrefslogtreecommitdiff
path: root/chromium/components/viz/common/gpu/DEPS
blob: 594f394068f83640a3aeb1267623e819f84ffea1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Please consult components/viz/README.md about allowable dependencies.

include_rules = [
  "+cc/output",
  "+cc/resources",
  "+components/metal_util",
  "+gpu/command_buffer",
  "+gpu/config",
  "+gpu/GLES2/gl2extchromium.h",
  "+gpu/vulkan",
  "+third_party/dawn/src/include",
  "+third_party/khronos/GLES2/gl2.h",
  "+third_party/skia/include/gpu",
  "+third_party/vulkan_headers/include",
]

specific_include_rules = {
  "metal_api_proxy.mm": [
    "+components/crash/core/common/crash_key.h",
    "+ui/gl",
  ]
}