summaryrefslogtreecommitdiff
path: root/chromium/ui/DEPS
blob: 154e1b6c593f48354a3b2157b0deb2281938e1d5 (plain)
1
2
3
4
5
6
7
8
9
10
include_rules = [
  # Components within ui must state their dependencies explicitly.
  "-ui",
]

specific_include_rules = {
  ".*unittest\.mm": [
    "+ui/base/test",
  ],
}