summaryrefslogtreecommitdiffstats
path: root/ui/aura/DEPS
blob: 8b9b50026ab6b8e180e84a6650f94f72eb78ff08 (plain)
1
2
3
4
5
6
7
8
9
10
include_rules = [
  "+grit/ui_resources.h",
  "+grit/ui_strings.h",
  "+skia/ext",
  "-ui/aura/desktop", # Main aura code can't depend on desktop implementations
  "-ui/aura/shared",  # Main aura code can't include shared code.
  "+ui/base",
  "+ui/gfx",
  "+ui/ui_controls",  # this should probably move into a DEPS file under test.
]