summaryrefslogtreecommitdiff
path: root/chromium/components/exo/DEPS
blob: 4f81d0ee5b5301e91c1fb0791a66afabfb70d906 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
include_rules = [
  "+ash",
  "+cc",
  "+chromeos/audio/chromeos_sounds.h",
  "+components/viz/common",
  "+components/viz/service",
  "+device/gamepad",
  "+gpu",
  "+mojo/public/cpp",
  "+services/ui/public/interfaces",
  "+third_party/khronos",
  "+third_party/skia",
  "+ui",
]

specific_include_rules = {
  "run_all_unittests\.cc": [
    "+mojo/edk/embedder/embedder.h",
  ],

  "surface_unittest\.cc": [
    "+components/viz/test",
  ],
}