blob: 2e8571a1d6e8963b7f27f549e9e4d936f1e24e81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
include_rules = [
"+cc/paint",
"+skia",
"+third_party/skia",
"+components/crash/core/common/crash_key.h",
"+components/viz/common/gpu/dawn_context_provider.h",
"+components/viz/common/gpu/metal_context_provider.h",
"+components/viz/common/gpu/vulkan_context_provider.h",
"+components/viz/common/resources/resource_format.h",
"+components/viz/common/resources/resource_format_utils.h",
"+components/viz/common/resources/resource_sizes.h",
]
specific_include_rules = {
"image_reader_gl_owner_unittest\.cc": [
"+media/base/media_switches.h",
],
}
|