| include_rules = [ | |
| "+base", | |
| "+components/viz/common/resources/shared_image_format.h", | |
| "+ipc", | |
| "+mojo", | |
| "+ui/base", | |
| "+ui/latency", | |
| ] | |
| specific_include_rules = { | |
| "dxgi_helpers.cc": [ | |
| "+third_party/libyuv/include/libyuv/planar_functions.h", | |
| ], | |
| "shared_image_metadata_mojom_traits.h": [ | |
| "+services/viz/public/cpp/compositing/shared_image_format_mojom_traits.h", | |
| ], | |
| "gpu_memory_buffer_impl_test_template.h": [ | |
| "+components/viz/test/test_gpu_service_holder.h", | |
| ] | |
| } |