chromium/content/browser/gpu/DEPS

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