summaryrefslogtreecommitdiff
path: root/chromium/components/viz/common/resources/DEPS
blob: 9a0345721ee4fdbc1ab21af2f5b6b3922b05e597 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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/dawn/include",
  "+third_party/khronos/GLES2",
  "+third_party/skia",
  "+third_party/vulkan-deps/vulkan-headers/src",
]