summaryrefslogtreecommitdiff
path: root/chromium/content/browser/gpu/DEPS
blob: b8fa53ca7055e5f510f8783734377d06433bdc64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"
  ],
}