1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
include_rules = [ "+gpu/command_buffer/client", "+gpu/config", "+gpu/ipc/client", "+gpu/ipc/common", "+services/ui/gpu/interfaces", "-services/ui/surfaces", ] specific_include_rules = { "gpu_host.h": [ "+services/ui/gpu/gpu_main.h", ], "gpu_host_unittest.cc": [ "+services/ui/gpu" ], }