summaryrefslogtreecommitdiff
path: root/chromium/content/browser/gpu/DEPS
blob: a20e9f7a61182f85b832b2b85bc2be77bfa6c7b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
include_rules = [
  "+components/metal_util",
  "+components/ui_devtools/buildflags.h",
]

# TODO(crbug.com/734668): Dependencies on ozone should be removed, as content
# embedded in mus won't be able to talk to the native ozone.
specific_include_rules = {
  "gpu_data_manager_impl_private\.cc": [
    "+ui/ozone/public",
  ],
  "gpu_process_host\.cc": [
    "+ui/ozone/public",
  ],
  "viz_devtools_connector\.cc": [
    "+components/ui_devtools",
  ],
  "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"
  ],
}