include_rules = [
  "+base",
  "+components/viz/common",
  "+components/viz/host",
  "+gpu/command_buffer/client",
  "+gpu/config",
  "+gpu/ipc/client",
  "+gpu/ipc/common",
  "+mojo/public",
  "+services/ui/public",
  "+services/ui/gpu_host",
  "+services/viz/privileged/interfaces",
  "+services/viz/public/interfaces",
  "+ui",
]

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",
  ],
}
