1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13

content / browser / gpu / DEPS [blame]

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