summaryrefslogtreecommitdiff
path: root/chromium/components/exo/DEPS
blob: 6971866e26fcd6614a096b772a60dfd17cc87419 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include_rules = [
  "+ash",
  "+cc",
  "+chromeos/audio/chromeos_sounds.h",
  "+device/gamepad",
  "+gpu",
  "+mojo/public/cpp",
  "+third_party/khronos",
  "+third_party/skia",
  "+ui",
]

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