| include_rules = [ |
| "+ui/latency", |
| "+cc/paint", |
| "+mojo/public", |
| "+third_party/skia", |
| "+components/miracle_parameter", |
| "+components/viz/common/resources/shared_image_format.h", |
| "+components/viz/common/resources/shared_image_format_utils.h", |
| "+mojo/public/cpp/bindings/pending_remote.h", |
| ] |
| |
| specific_include_rules = { |
| "client_shared_image.cc": [ |
| "+third_party/dawn/include/dawn/wire/client/webgpu_cpp.h", |
| ], |
| "shared_image_pool_unittest.cc": [ |
| "+components/viz/test/test_context_provider.h", |
| ], |
| "fake_gpu_memory_buffer.cc": [ |
| "+media/base/format_utils.h", |
| "+media/base/video_frame.h", |
| ], |
| "fake_gpu_memory_buffer.h": [ |
| "+media/base/video_types.h", |
| ], |
| } |