summaryrefslogtreecommitdiffstats
path: root/athena/main/DEPS
blob: f8729fcc6b1375b069be23f298b77bc85172a3bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
include_rules = [
  "+apps/shell/app",
  "+apps/shell/browser",
  "+athena/home/public",
  "+athena/screen/public",
  "+athena/wm/public",
  "+content/public/app",
  "+ui/aura",
  "+ui/wm/core",
]

# TODO(oshima): Remove this.
specific_include_rules = {
  "placeholder\.*": [
    "+third_party/skia",
    "+ui/gfx",
    "+ui/views",
  ],
}