1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23
   24
   25
   26

content / gpu / DEPS [blame]

include_rules = [
  "+components/tracing",
  "+components/metal_util",
  "+components/viz",
  "+content/child",
  "+content/public/gpu",
  "+libEGL",
  "+libGLESv2",
  "+services/metrics/public",
  "+services/service_manager",
  "+services/shape_detection",
  "+services/tracing/public/cpp",
  "+services/viz/privileged/mojom",
  "+services/viz/service",
  "+services/webnn",
  "+sandbox",
  "+skia",
]

# TODO(crbug.com/41326135): Dependencies on ozone should be removed, as content
# embedded in mus won't be able to talk to the native ozone.
specific_include_rules = {
  "browser_exposed_gpu_interfaces\.cc": [
    "+ui/ozone/public/ozone_platform.h",
  ],
}