include_rules = [ "+components/viz/common", "+components/viz/host", "+gpu/command_buffer/client", "+gpu/config", "+gpu/ipc/client", "+gpu/ipc/common", "+services/viz/privileged/interfaces", "+services/viz/public/interfaces", ] specific_include_rules = { # TODO(crbug.com/620927): This can be removed after ozone-mojo. "gpu_host.h": [ "+components/viz/service/main/viz_main_impl.h", ], "gpu_host_unittest.cc": [ "+components/viz/service/gl/gpu_service_impl.h", ], "test_gpu_host.h": [ "+components/viz/test", ], ".*_(unit|pixel|perf)test.*\.cc": [ "+components/viz/test", ], }