blob: 6a04f223e9719918207646c2afd21a6755c0a1a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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",
]
}
|