# 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/khronos/GLES2/gl2.h",
  "+third_party/skia/include/gpu",
  "+third_party/vulkan/include",
]

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