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

include_rules = [
  # TODO(staraz): cc/base was added because ResourceSizes includes
  # cc::MathUtil. Remove it once cc/base/math_util* are moved to viz.
  "+cc/base",
  "+gpu/command_buffer/common",
  "+gpu/ipc/common",
  "+gpu/vulkan/buildflags.h",
  "+gpu/GLES2",
  "+mojo/public/cpp/system/buffer.h",
  "+mojo/public/cpp/system/platform_handle.h",
  "+skia/buildflags.h",
  "+third_party/khronos/GLES2",
  "+third_party/skia",
  "+third_party/vulkan",
]