include_rules = [ | |
"+chromecast/chromecast_buildflags.h", | |
"+components/metal_util", | |
"+ui/ozone/public", | |
] | |
specific_include_rules = { | |
"in_process_gpu_thread_browsertests\.cc": [ | |
# Let's move in_process_gpu_thread* to | |
# content/browser/gpu to avoid this rule. | |
"+content/gpu/in_process_gpu_thread.h" | |
], | |
"gpu_process_host\.cc": [ | |
# TODO(crbug.com/371609830): Remove include on experiment end. | |
"+ash/constants/ash_switches.h" | |
], | |
} |