summaryrefslogtreecommitdiff
path: root/chromium/components/viz/common/gpu/DEPS
blob: 1d4410875ae6a4e4f920ca84fa83807e9bbbc86d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Please consult components/viz/README.md about allowable dependencies.

include_rules = [
  "+cc/output",
  "+cc/resources",
  "+gpu/command_buffer",
  "+gpu/config/gpu_feature_info.h",
  "+gpu/GLES2/gl2extchromium.h",
  "+gpu/ipc",
  "+gpu/skia_bindings",
  "+gpu/vulkan",
  "+third_party/khronos/GLES2/gl2.h",
  "+third_party/khronos/GLES2/gl2ext.h",
  "+third_party/skia/include/gpu",
]