| include_rules = [ | |
| "+components/crash/core/common/crash_key.h", | |
| "+components/viz/common/resources/shared_image_format.h", | |
| ] | |
| specific_include_rules = { | |
| "skia_vk_memory_allocator_impl.*": [ | |
| "+third_party/skia/include/gpu/vk/VulkanMemoryAllocator.h", | |
| "+third_party/skia/include/gpu/vk/VulkanTypes.h", | |
| ], | |
| "vulkan_instance.h": [ | |
| "+third_party/skia/include/gpu/vk/VulkanPreferredFeatures.h", | |
| ], | |
| } |